Uses of Class
oshi.software.os.OSProcess.State
| Package | Description |
|---|---|
| oshi.driver.linux.proc |
Provides functions to query statistics in the Linux /proc pseudo-filesystem
|
| oshi.driver.mac |
Provides functions to query Mac info
|
| oshi.software.os |
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
|
| oshi.software.os.linux |
Provides information about Software and OS on Linux
|
| oshi.software.os.mac |
Provides information about Software and OS on macOS
|
| oshi.software.os.unix.aix |
Provides information about Software and OS on AIX
|
| oshi.software.os.unix.freebsd |
Provides information about Software and OS on FreeBSD
|
| oshi.software.os.unix.openbsd |
Provides information about Software and OS on OpenBSD
|
| oshi.software.os.unix.solaris |
Provides information about Software and OS on Solaris
|
| oshi.software.os.windows |
Provides information about Software and OS on Windows
|
-
Uses of OSProcess.State in oshi.driver.linux.proc
Methods in oshi.driver.linux.proc that return OSProcess.State Modifier and Type Method Description static OSProcess.StateProcessStat. getState(char stateValue)Returns Enum STATE for the state value obtained from status file of any process/thread. -
Uses of OSProcess.State in oshi.driver.mac
Methods in oshi.driver.mac that return OSProcess.State Modifier and Type Method Description OSProcess.StateThreadInfo.ThreadStats. getState() -
Uses of OSProcess.State in oshi.software.os
Methods in oshi.software.os that return OSProcess.State Modifier and Type Method Description OSProcess.StateOSProcess. getState()Gets the process state.OSProcess.StateOSThread. getState()Gets the execution state of the task/thread.static OSProcess.StateOSProcess.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OSProcess.State[]OSProcess.State. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OSProcess.State in oshi.software.os.linux
Methods in oshi.software.os.linux that return OSProcess.State Modifier and Type Method Description OSProcess.StateLinuxOSProcess. getState()OSProcess.StateLinuxOSThread. getState() -
Uses of OSProcess.State in oshi.software.os.mac
Methods in oshi.software.os.mac that return OSProcess.State Modifier and Type Method Description OSProcess.StateMacOSProcess. getState()OSProcess.StateMacOSThread. getState()Constructors in oshi.software.os.mac with parameters of type OSProcess.State Constructor Description MacOSThread(int pid, int threadId, OSProcess.State state, long kernelTime, long userTime, long startTime, long upTime, int priority) -
Uses of OSProcess.State in oshi.software.os.unix.aix
Methods in oshi.software.os.unix.aix that return OSProcess.State Modifier and Type Method Description OSProcess.StateAixOSProcess. getState()OSProcess.StateAixOSThread. getState() -
Uses of OSProcess.State in oshi.software.os.unix.freebsd
Methods in oshi.software.os.unix.freebsd that return OSProcess.State Modifier and Type Method Description OSProcess.StateFreeBsdOSProcess. getState()OSProcess.StateFreeBsdOSThread. getState() -
Uses of OSProcess.State in oshi.software.os.unix.openbsd
Methods in oshi.software.os.unix.openbsd that return OSProcess.State Modifier and Type Method Description OSProcess.StateOpenBsdOSProcess. getState()OSProcess.StateOpenBsdOSThread. getState() -
Uses of OSProcess.State in oshi.software.os.unix.solaris
Methods in oshi.software.os.unix.solaris that return OSProcess.State Modifier and Type Method Description OSProcess.StateSolarisOSProcess. getState()OSProcess.StateSolarisOSThread. getState() -
Uses of OSProcess.State in oshi.software.os.windows
Methods in oshi.software.os.windows that return OSProcess.State Modifier and Type Method Description OSProcess.StateWindowsOSProcess. getState()OSProcess.StateWindowsOSThread. getState()