| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.sigar.FileSystemUsage
public class FileSystemUsage
FileSystemUsage sigar class.
| Constructor Summary | |
|---|---|
| FileSystemUsage() | |
| Method Summary | |
|---|---|
|  void | gather(Sigar sigar,
       java.lang.String name) | 
|  long | getAvail()Get the Total free Kbytes on filesystem available to caller. | 
|  double | getDiskQueue()Get the disk_queue. | 
|  long | getDiskReadBytes()Get the Number of physical disk bytes read. | 
|  long | getDiskReads()Get the Number of physical disk reads. | 
|  double | getDiskServiceTime()Get the disk_service_time. | 
|  long | getDiskWriteBytes()Get the Number of physical disk bytes written. | 
|  long | getDiskWrites()Get the Number of physical disk writes. | 
|  long | getFiles()Get the Total number of file nodes on the filesystem. | 
|  long | getFree()Get the Total free Kbytes on filesystem. | 
|  long | getFreeFiles()Get the Number of free file nodes on the filesystem. | 
|  long | getTotal()Get the Total Kbytes of filesystem. | 
|  long | getUsed()Get the Total used Kbytes on filesystem. | 
|  double | getUsePercent()Get the Percent of disk used. | 
|  java.util.Map | toMap() | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FileSystemUsage()
| Method Detail | 
|---|
public void gather(Sigar sigar,
                   java.lang.String name)
            throws SigarException
SigarExceptionpublic long getTotal()
Supported Platforms: All.
System equivalent commands:
dfdfdfdfdfdf
public long getFree()
Supported Platforms: All.
System equivalent commands:
dfdfdfdfdfdf
public long getUsed()
Supported Platforms: All.
System equivalent commands:
dfdfdfdfdfdf
public long getAvail()
Supported Platforms: All.
System equivalent commands:
dfdfdfdfdfdf
public long getFiles()
Supported Platforms: AIX, Darwin, FreeBSD, HPUX, Linux, Solaris.
System equivalent commands:
dfdfdfdfdfdf
public long getFreeFiles()
Supported Platforms: AIX, Darwin, FreeBSD, HPUX, Linux, Solaris.
System equivalent commands:
dfdfdfdfdfdf
public long getDiskReads()
Supported Platforms: AIX, FreeBSD, HPUX, Linux, Solaris, Win32.
System equivalent commands:
dfdfdfdfdfdf
public long getDiskWrites()
Supported Platforms: AIX, FreeBSD, HPUX, Linux, Solaris, Win32.
System equivalent commands:
dfdfdfdfdfdf
public long getDiskReadBytes()
Supported Platforms: Undocumented.
System equivalent commands:
dfdfdfdfdfdf
public long getDiskWriteBytes()
Supported Platforms: Undocumented.
System equivalent commands:
dfdfdfdfdfdf
public double getDiskQueue()
Supported Platforms: Undocumented.
System equivalent commands:
dfdfdfdfdfdf
public double getDiskServiceTime()
Supported Platforms: Undocumented.
System equivalent commands:
dfdfdfdfdfdf
public double getUsePercent()
Supported Platforms: All.
System equivalent commands:
dfdfdfdfdfdf
public java.util.Map toMap()
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||