getmemoryinfo

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

Path parameters

apiKeystringRequiredDefaults to docs-demo

Request

This endpoint expects an object.
modeenumOptional

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.
lockedobject or null
Information about locked memory.