FileSystem:getByMountPoint
Method
Purpose
This method (on Solaris-10) provides utilization statistics for currently mounted file systems filtered by the mount point given as the argument Mount Point
. Information will be listed for only local partitions with non-zero data blocks.
Remarks
NFS mounted file systems are ignored and should be monitored by agents running on the file servers themselves.
Invoke interactively with an empty string, to obtain valid arguments.
Type
Synchronous, IMPACT_INFO.
Arguments
Name |
Type |
Description |
Mount Point |
String |
Name of directory where file system is mounted. Pattern match with regular expressions. Empty argument returns information for all mount points. |
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 |
% 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 |