getmemoryinfo

Returns information about memory usage, either general statistics (“stats”) or heap information (“mallocinfo”).

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
modeenumRequired

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:

Response

Memory usage details.

lockedobjectOptional

Information about locked memory.