public class ProcPidStatData extends Object
| Constructor and Description |
|---|
ProcPidStatData(int pid) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLong(ProcPidStatEntry entry) |
String |
getName() |
long |
getPGID() |
long |
getPID() |
long |
getPPID() |
String |
getRaw(ProcPidStatEntry entry) |
long |
getRSS()
Resident size in terms of pages.
|
LinuxProcessState |
getState() |
public ProcPidStatData(int pid)
throws IOException
IOExceptionpublic long getLong(ProcPidStatEntry entry)
public String getRaw(ProcPidStatEntry entry)
public String getName()
public LinuxProcessState getState()
public long getPID()
public long getPPID()
public long getPGID()
public long getRSS()
Copyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.