post https://nd-202-842-353.p2pify.com/788f110831fe13808302bd79796d55e8/
The getmemoryinfo
method provides detailed information about the memory usage of the node. It can return data in two formats: a summary view (stats
) or a detailed XML format (mallocinfo
).
Get you own node endpoint today
Start for free and get your app to production levels immediately. No credit card required.
You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
mode
(optional): Specifies the format of the memory information. Can be eitherstats
for a summary view ormallocinfo
for detailed XML format. The default isstats
.
Response
result
— an object containing memory information in the requested format.error
— an object containing an error message if an error occurred, otherwisenull
.id
— an integer representing the ID of the request.
Use case
The getmemoryinfo
method is useful for monitoring the memory usage of the node, helping in diagnosing memory-related issues or for general performance monitoring.
Try the getmemoryinfo
RPC method yourself
getmemoryinfo
RPC method yourself