|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.ProcFd
public class ProcFd
ProcFd sigar class.
Constructor Summary | |
---|---|
ProcFd()
|
Method Summary | |
---|---|
void |
gather(Sigar sigar,
long pid)
|
long |
getTotal()
Get the Total number of open file descriptors. |
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 ProcFd()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |