|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHostProcess
Method Summary | |
---|---|
String |
getAllProperties()
Returns all properties of this process in the same format as given in the dataelement |
long |
getGid()
Get the process owner's group id (gid) |
String |
getLabel()
Get the display name for this process. |
String |
getName()
Get the name of the executable owning this process |
long |
getPid()
Get the process id (pid) associated with this process. |
long |
getPPid()
Get the parent process id (ppid) associated with this process. |
String |
getState()
Get the state of the process |
long |
getTgid()
Get the Tgid |
long |
getTracerPid()
Get the TracerPid |
long |
getUid()
Get the process owner's user id (uid) |
String |
getUsername()
Get the process owner's username |
long |
getVmRSSInKB()
Returns the virtual memory resident set size of this process (in kB). |
long |
getVmSizeInKB()
Returns the virtual memory size of this process (in kB) |
boolean |
isRoot()
Returns whether this is the root process or not |
Method Detail |
---|
long getPid()
long getPPid()
String getName()
String getState()
long getTgid()
long getTracerPid()
long getUid()
String getUsername()
long getGid()
boolean isRoot()
long getVmSizeInKB()
long getVmRSSInKB()
String getLabel()
String getAllProperties()
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |