getmemoryinfo
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns an object containing information about memory usage.
This method will use 10
.
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+).
str
string
"<malloc version=”1”>…"