System:getSwapInfo
Method
Purpose
This method (on AIX) gets system Swap utilization information.
Type
Synchronous, IMPACT_INFO.
Arguments
None.
Returns
Name |
Type |
Description |
Avg KBytes Free |
Long |
Average free memory (kilobytes) |
Avg KBytes Unallocated |
Long |
Average unallocated swap space (kilobytes) |
KBytes Used |
Long |
Amount of disk space on the mounted file system currently in use, expressed as absolute value (kilobytes) |
KBytes Total |
Long |
Total amount of disk space on mounted file system (kilobytes) |
% Free |
Double |
Amount of disk space that is currently free, expressed as percentage of total size |
% Used |
Double |
Amount of disk space that is currently used, expressed as percentage of total size |