| statsystemmemoryResult Structure Definition |
The statsystemmemoryResult structure defines the return type for statsystemmemory API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
systemmemoryList |
Pointer to the systemmemory List. |
| systemmemorystats Structure Definition |
The systemmemorystats structure defines the actual return type values for statsystemmemory API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
cacmemmaxmemlimitpcnt |
Integrated Cache memory insue percent. |
cacmemmaxmemlimit |
Integrated Cache memory insue, in megabytes. |
shmemerrallocfailed |
Total shared memory allocation failed. |
shmemallocpcnt |
Shared memory insue percent. |
shmemallocinmb |
Shared memory insue, in megabytes. |
shmemtotinmb |
Total shared memory allowed to allocate, in megabytes. |
memtotallocfailed |
Total system memory allocation failed. |
memtotfree |
Total Free PE Memory in the System. |
memusagepcnt |
Percentage of memory utilization on Citrix ADC. |
memtotuseinmb |
Total Citrix ADC Memory in use, in megabytes. |
memtotallocpcnt |
Currently allocated memory in percent. |
memtotallocmb |
Currently allocated memory, in megabytes. |
memtotinmb |
Total memory available (grabbed) for use by packet engine (PE), in megabytes. |
memtotavail |
Total system memory available for PE to grab from the system. |
cacmemmaxsyslimitmb |
Integrated Cache memory, in megabytes. |
memtotavail |
Total system memory available for PE to grab from the system. |
memtotallocfailed |
Total system memory allocation failed. |
shmemtotinmb |
Total shared memory allowed to allocate, in megabytes. |
shmemallocinmb |
Shared memory insue, in megabytes. |
shmemerrallocfailed |
Total shared memory allocation failed. |
cacmemmaxmemlimit |
Integrated Cache memory insue, in megabytes. |
See Also |