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


Chapter 9 Linux Microagents and Methods : COM.TIBCO.hawk.hma.FileSystem : FileSystem:getByPartition

FileSystem:getByPartition
Method
 
Purpose
This method (on Linux) returns utilization statistics for currently mounted file systems, filtered by device name. Information will be listed for only local partitions with non-zero data blocks.
Remarks
The argument is being treated as a pattern to match. If no argument string is given the whole mount table is reported.
Type
Synchronous, IMPACT_INFO.
Arguments
 
Returns
 
The amount of disk space on the mounted file system that is currently free, expressed as a percentage of total size
The amount of disk space on the mounted file system that is currently in use, expressed as a percentage of total size
The amount of disk space on the mounted file system that is currently free, expressed as an absolute value in kilobytes
The amount of disk space on the mounted file system that is currently in use, expressed as an absolute value in kilobytes
The amount of disk space on the mounted file system, expressed in kilobytes
 

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