| Package | Description |
|---|---|
| org.jutils.jprocesses | |
| org.jutils.jprocesses.info |
| Modifier and Type | Method and Description |
|---|---|
static ProcessInfo |
JProcesses.getProcess(int pid)
Static method that returns the information of a process
Some information is retrieved: PID Name Used memory Date/time Priority [...] |
| Modifier and Type | Method and Description |
|---|---|
static List<ProcessInfo> |
JProcesses.getProcessList()
Convenience static method that returns the list of processes
that match with the provided name.
|
static List<ProcessInfo> |
JProcesses.getProcessList(String name)
Convenience static method that returns the list of processes
that match with the provided name.
|
List<ProcessInfo> |
JProcesses.listProcesses()
Return the list of processes running in the system.
|
List<ProcessInfo> |
JProcesses.listProcesses(String name)
Return the list of processes that match with the provided name.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessInfo |
ProcessesService.getProcess(int pid) |
ProcessInfo |
ProcessesService.getProcess(int pid,
boolean fastMode) |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessInfo> |
ProcessesService.getList() |
List<ProcessInfo> |
ProcessesService.getList(boolean fastMode) |
List<ProcessInfo> |
ProcessesService.getList(String name) |
List<ProcessInfo> |
ProcessesService.getList(String name,
boolean fastMode) |
Copyright © 2017. All rights reserved.