GetMemoryUsage
Description:
Retrieves information about the process engine’s memory usage.
Method Arguments:
None
Output:
The following table describes the output of this microagent method:
Column Name |
Description |
TotalBytes |
Total number of bytes allocated to the process engine. |
FreeBytes |
Total number of bytes that are not currently in use. |
UsedBytes |
Total number of bytes that are currently in use. |
PercentUsed |
Percentage of total bytes that are in use. |