System:getSwapInfo
Method
Purpose
This method (on HP-UX) returns information on the utilization of system swap space.
Type
Synchronous, IMPACT_INFO.
Arguments
None.
Returns
Name |
Type |
Description |
Avg KBytes Free |
Integer |
Average free memory, in KB |
Avg KBytes Unallocated |
Integer |
Average unallocated swap space, in KB |
KBytes Used |
Integer |
Kilobytes used |
KBytes Total |
Integer |
Kilobytes total |
% Free |
Double |
Percentage free |
% Used |
Double |
Percentage used |