public class ProcCred
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ProcCred() |
Modifier and Type | Method and Description |
---|---|
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() |
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
Copyright ? 2004-2011 Hyperic. All Rights Reserved.