GetMemoryUsage()
Returns detailed information to the memory usage of the container.
GetMemoryUsage( type=string );
Returns: Query
Argument | Description |
---|---|
type
string,
optional
|
type of the memory information, valid values are:
if this attribute is not provided all types are returned. |
Examples
writeDump(getMemoryUsage());
writeDump(getMemoryUsage('Heap'));
See also
- Server
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)