FileSystem:getByPartition

Method

Purpose

This method (on HP-UX) provides utilization statistics for currently mounted file systems filtered by the device given as the Partition argument. 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 no argument to obtain valid arguments.

Type

Synchronous, IMPACT_INFO.

Arguments

 

Name

Type

Description

Partition

String

Device name (hard disk partition). Pattern match with regular expressions. Empty argument string returns information for all partitions.

Returns

 

Name

Type

Description

Partition

String

Device name of a hard disk partition. Table is indexed on Partition

Mount Point

String

Mount Point

% Free

Integer

Amount of disk space currently free on the mounted file system, 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 (KB)

KBytes Used

Long

Amount of disk space on the mounted file system currently in use, expressed as absolute value (KB)

KBytes Total

Long

Total amount of disk space on mounted file system (KB)

% Minimum

Integer

Minimum percentage free