Skip to content
Alchemy Logo

getmemoryinfo

POST
/{apiKey}

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

Path Parameters

stringrequireddefaults to docs-demo

For 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?