public class DirUsage
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DirUsage() |
Modifier and Type | Method and Description |
---|---|
void |
gather(Sigar sigar,
java.lang.String name) |
long |
getBlkdevs()
Get the blkdevs.
|
long |
getChrdevs()
Get the chrdevs.
|
long |
getDiskUsage()
Get the disk_usage.
|
long |
getFiles()
Get the files.
|
long |
getSockets()
Get the sockets.
|
long |
getSubdirs()
Get the subdirs.
|
long |
getSymlinks()
Get the symlinks.
|
long |
getTotal()
Get the total.
|
java.util.Map |
toMap() |
java.lang.String |
toString() |
public void gather(Sigar sigar, java.lang.String name) throws SigarException
SigarException
public long getTotal()
Supported Platforms: Undocumented.
public long getFiles()
Supported Platforms: Undocumented.
public long getSubdirs()
Supported Platforms: Undocumented.
public long getSymlinks()
Supported Platforms: Undocumented.
public long getChrdevs()
Supported Platforms: Undocumented.
public long getBlkdevs()
Supported Platforms: Undocumented.
public long getSockets()
Supported Platforms: Undocumented.
public long getDiskUsage()
Supported Platforms: Undocumented.
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2004-2011 Hyperic. All Rights Reserved.