getmemoryinfo
Returns information about memory usage, either general statistics (“stats”) or heap information (“mallocinfo”).
Path parameters
apiKey
Request
This endpoint expects an object.
mode
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.
locked
Information about locked memory.