FileSystem:getByFileSystem
Method
Purpose
This method (on AIX) provides utilization statistics for the currently mounted filesystems filtered by device name and file system type. The argument is treated as a pattern to match. If no argument is specified, the entire mount table is reported.
Type
Synchronous, IMPACT_INFO.
Arguments
Name |
Type |
Description |
File System Type |
String |
Name of the file system type |
Returns
Name |
Type |
Description |
Partition |
String |
Device name of a hard disk partition |
Mount Point |
String |
Mount point of device. Table is indexed on Mount Point |
File System Type |
String |
Name of the file system type |
% Free |
Integer |
Amount of disk space on the mounted file system that is currently free, expressed as percentage of total size |
% Used |
Integer |
Amount of disk space on the mounted file system currently in use, expressed as percentage of total size |
KBytes Free |
Long |
Amount of disk space on the mounted file system that is currently free, expressed as absolute value (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) |
% Minimum |
Integer |
Minimum Percentage free |