getmemoryinfo
Returns an object containing information about memory usage.
This method will use 10
Compute Units.
Reference: Here
Parameters
mode
- string, optional, default=āstatsā
determines what kind of information is returned.
āstatsā returns general statistics about memory usage in the daemon.
āmallocinfoā returns an XML string describing low-level heap state (only available if compiled with glibc 2.10+).
Returns (mode "stats")
Returns (mode "mallocinfo")
Name
Type
Description
str
string
"<malloc version=ā1ā>ā¦"
Last updated