| Modifier and Type | Field and Description |
|---|---|
static ProcessState |
ProcessState.FINISHED |
static ProcessState |
ProcessState.RUNNING |
static ProcessState |
ProcessState.SLEEPING |
ProcessState |
ProcessInfo.state |
ProcessState |
ProcessStateHolder.value |
static ProcessState |
ProcessState.WAITING |
| Modifier and Type | Method and Description |
|---|---|
static ProcessState |
ProcessStateHelper.extract(Any any) |
static ProcessState |
ProcessState.from_int(int value) |
static ProcessState |
ProcessStateHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProcessStateHelper.insert(Any any,
ProcessState s) |
static void |
ProcessStateHelper.write(OutputStream out,
ProcessState s) |
| Constructor and Description |
|---|
ProcessInfo(int pid,
int ppid,
String command,
String execHost,
ProcessState state,
int processorId,
double memoryRamSizeMb,
double memorySwapSizeMb,
double CPUPerc,
double CPUTimeSec,
int wallTimeSec,
double userTimeSec,
double systemTimeSec,
double virtualMemorySizeMB,
double bytesInKB,
double bytesOutKB,
double diskBytesReadKB,
double diskBytesWriteKB) |
ProcessStateHolder(ProcessState initial) |
Copyright © 2017. All rights reserved.