|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.sigar.ProcCred
public class ProcCred
ProcCred sigar class.
Constructor Summary | |
---|---|
ProcCred()
|
Method Summary | |
---|---|
void |
gather(Sigar sigar,
long pid)
|
long |
getEgid()
Get the Process effective group id. |
long |
getEuid()
Get the Process effective user id. |
long |
getGid()
Get the Process group id. |
long |
getUid()
Get the Process user id. |
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 ProcCred()
Method Detail |
---|
public void gather(Sigar sigar, long pid) throws SigarException
SigarException
public long getUid()
Supported Platforms: AIX, Darwin, FreeBSD, HPUX, Linux, Solaris.
System equivalent commands:
top, ps
top, ps
top, ps
top, ps
top, ps
top, ps
taskman
public long getGid()
Supported Platforms: AIX, Darwin, FreeBSD, HPUX, Linux, Solaris.
System equivalent commands:
top, ps
top, ps
top, ps
top, ps
top, ps
top, ps
taskman
public long getEuid()
Supported Platforms: AIX, Darwin, FreeBSD, HPUX, Linux, Solaris.
System equivalent commands:
top, ps
top, ps
top, ps
top, ps
top, ps
top, ps
taskman
public long getEgid()
Supported Platforms: AIX, Darwin, FreeBSD, HPUX, Linux, Solaris.
System equivalent commands:
top, ps
top, ps
top, ps
top, ps
top, ps
top, ps
taskman
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 |