System:getSwapInfo
Method
Purpose
This method (on Solaris-10) returns information on the utilization of system swap space.
Type
Synchronous, IMPACT_INFO.
Arguments
None.
Returns
Name |
Type |
Descriptions |
Avg KBytes Free |
Double |
Average free memory (kilobytes) |
Avg KBytes Reserved |
Double |
Average reserved swap space (kilobytes) |
Avg KBytes Allocated |
Double |
Average allocated swap space (kilobytes) |
Avg KBytes Unreserved |
Double |
Average unreserved swap space (kilobytes) |
Avg KBytes Unallocated |
Double |
Average unallocated swap space (kilobytes) |
% Avg Reserved |
Double |
Average reserved swap space (%) |
% Avg Available |
Double |
Average available swap space (%) |
Swap Used |
Long |
Used swap space (Kilobytes) |
Swap Free |
Long |
Free swap space (Kilobytes) |
Swap Total |
Long |
Total swap space (Kilobytes) |