FileSystem:getByMountPoint

Method

Purpose

This method (on AIX) 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. If no argument is specified, the entire table is returned.

Type

Synchronous, IMPACT_INFO.

Arguments

 

Name

Type

Description

Mount Point

String

Name of the directory where file system is mounted. Pattern match with regular expressions. Empty argument string returns information for all mount points.

Returns

 

Name

Type

Description

Partition

String

Device name of a hard disk partition

Mount Point

String

Mount point. 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)