Uses of Interface
oshi.software.os.OSThread
| Package | Description |
|---|---|
| oshi.software.common |
Provides abstract classes for common code
|
| 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 OSThread in oshi.software.common
Classes in oshi.software.common that implement OSThread Modifier and Type Class Description classAbstractOSThreadCommon methods for OSThread implementationMethods in oshi.software.common with parameters of type OSThread Modifier and Type Method Description doubleAbstractOSThread. getThreadCpuLoadBetweenTicks(OSThread priorSnapshot) -
Uses of OSThread in oshi.software.os
Methods in oshi.software.os that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>OSProcess. getThreadDetails()Retrieves the threads of the process and their details.Methods in oshi.software.os with parameters of type OSThread Modifier and Type Method Description doubleOSThread. getThreadCpuLoadBetweenTicks(OSThread thread)Gets CPU usage of this thread since a previous snapshot of the same thread, provided as a parameter. -
Uses of OSThread in oshi.software.os.linux
Classes in oshi.software.os.linux that implement OSThread Modifier and Type Class Description classLinuxOSThreadOSThread implementationMethods in oshi.software.os.linux that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>LinuxOSProcess. getThreadDetails() -
Uses of OSThread in oshi.software.os.mac
Classes in oshi.software.os.mac that implement OSThread Modifier and Type Class Description classMacOSThreadOSThread implementationMethods in oshi.software.os.mac that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>MacOSProcess. getThreadDetails() -
Uses of OSThread in oshi.software.os.unix.aix
Classes in oshi.software.os.unix.aix that implement OSThread Modifier and Type Class Description classAixOSThreadOSThread implementationMethods in oshi.software.os.unix.aix that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>AixOSProcess. getThreadDetails() -
Uses of OSThread in oshi.software.os.unix.freebsd
Classes in oshi.software.os.unix.freebsd that implement OSThread Modifier and Type Class Description classFreeBsdOSThreadOSThread implementationMethods in oshi.software.os.unix.freebsd that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>FreeBsdOSProcess. getThreadDetails() -
Uses of OSThread in oshi.software.os.unix.openbsd
Classes in oshi.software.os.unix.openbsd that implement OSThread Modifier and Type Class Description classOpenBsdOSThreadOSThread implementationMethods in oshi.software.os.unix.openbsd that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>OpenBsdOSProcess. getThreadDetails() -
Uses of OSThread in oshi.software.os.unix.solaris
Classes in oshi.software.os.unix.solaris that implement OSThread Modifier and Type Class Description classSolarisOSThreadOSThread implementationMethods in oshi.software.os.unix.solaris that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>SolarisOSProcess. getThreadDetails() -
Uses of OSThread in oshi.software.os.windows
Classes in oshi.software.os.windows that implement OSThread Modifier and Type Class Description classWindowsOSThreadOSThread implementationMethods in oshi.software.os.windows that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>WindowsOSProcess. getThreadDetails()