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 |