public class ProcFd
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ProcFd() |
Modifier and Type | Method and Description |
---|---|
void |
gather(Sigar sigar,
long pid) |
long |
getTotal()
Get the Total number of open file descriptors.
|
java.util.Map |
toMap() |
java.lang.String |
toString() |
public void gather(Sigar sigar, long pid) throws SigarException
SigarException
public long getTotal()
Supported Platforms: AIX, HPUX, Linux, Solaris, Win32.
System equivalent commands:
lsof
lsof
lsof
lsof
lsof
lsof
public java.util.Map toMap()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2004-2011 Hyperic. All Rights Reserved.