public interface OSProcess extends OshiJsonObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
OSProcess.State
Process Execution States
|
| Modifier and Type | Method and Description |
|---|---|
long |
getKernelTime() |
String |
getName() |
int |
getParentProcessID() |
String |
getPath() |
int |
getPriority() |
int |
getProcessID() |
long |
getResidentSetSize() |
long |
getStartTime() |
OSProcess.State |
getState() |
int |
getThreadCount() |
long |
getUpTime() |
long |
getUserTime() |
long |
getVirtualSize() |
toJSONString getName()
String getPath()
OSProcess.State getState()
int getProcessID()
int getParentProcessID()
int getThreadCount()
int getPriority()
long getVirtualSize()
long getResidentSetSize()
long getKernelTime()
long getUserTime()
long getUpTime()
long getStartTime()
Copyright © 2010–2016 com.github.dblock. All rights reserved.