ProcessInformation.Builder |
ProcessInformation.Builder.setCommand(java.lang.String command) |
Display the command line used to start the process.
|
ProcessInformation.Builder |
ProcessInformation.Builder.setCpuUsage(java.lang.Double cpuUsage) |
The process's share of the elapsed CPU time since the last screen update,
expressed as a percentage of total CPU time.
|
ProcessInformation.Builder |
ProcessInformation.Builder.setMemoryUsage(java.lang.Double memoryUsage) |
A process's currently used share of available physical memory.
|
ProcessInformation.Builder |
ProcessInformation.Builder.setNiceValue(java.lang.String niceValue) |
A negative nice value means higher priority, whereas a positive nice value means
lower priority.
|
ProcessInformation.Builder |
ProcessInformation.Builder.setProcessId(java.lang.String processId) |
Display the process id.
|
ProcessInformation.Builder |
ProcessInformation.Builder.setResidentMemorySize(java.lang.Double residentMemorySize) |
The non-swapped physical memoery a task is using.
|
ProcessInformation.Builder |
ProcessInformation.Builder.setSharedMemorySize(java.lang.Double sharedMemorySize) |
The amount of shared memory available to a process, not all of which is
typically resident.
|
ProcessInformation.Builder |
ProcessInformation.Builder.setUser(java.lang.String user) |
Display the process user.
|
ProcessInformation.Builder |
ProcessInformation.Builder.setVirtualMemorySize(java.lang.Double virtualMemorySize) |
The total amount of virtual memory used by the process.
|