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