Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 7 HP-UX Microagents and Methods : COM.TIBCO.hawk.hma.FileSystem : FileSystem:getByMountPoint

FileSystem:getByMountPoint
Method
Purpose
This method (on HP-UX) 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 no argument to obtain valid arguments.
Type
Synchronous, IMPACT_INFO.
Arguments
 
Mount Point
Name of the directory where file system is mounted. Pattern match with regular expressions. Empty argument string returns information for all mount points.
Returns
 
Amount of disk space on the mounted file system that is currently free, expressed as percentage of total size
Amount of disk space on the mounted file system currently in use, expressed as percentage of total size
Amount of disk space on the mounted file system that is currently free, expressed as absolute value (kilobytes)
Amount of disk space on the mounted file system currently in use, expressed as absolute value (kilobytes)

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved