getmemoryinfo
POST
/{apiKey}
Returns information about memory usage, either general statistics ("stats") or heap information ("mallocinfo").
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
enumoptional
Determines what kind of information is returned: - "stats" returns general statistics about memory usage. - "mallocinfo" returns an XML string describing low-level heap state.
Allowed values:
Responses
200
Memory usage details.
Was this page helpful?