Uses of Interface
oshi.software.os.OSThread
-
Packages that use OSThread Package Description oshi.software.common Provides abstract classes for common codeoshi.software.os [oshi-core API] Provides cross-platform implementation to retrieve OS, FileSystem, and Process informationoshi.software.os.linux Provides information about Software and OS on Linuxoshi.software.os.mac Provides information about Software and OS on macOSoshi.software.os.unix.aix Provides information about Software and OS on AIXoshi.software.os.unix.freebsd Provides information about Software and OS on FreeBSDoshi.software.os.unix.openbsd Provides information about Software and OS on OpenBSDoshi.software.os.unix.solaris Provides information about Software and OS on Solarisoshi.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 class
AbstractOSThread
Common methods for OSThread implementationMethods in oshi.software.common with parameters of type OSThread Modifier and Type Method Description double
AbstractOSThread. getThreadCpuLoadBetweenTicks(OSThread priorSnapshot)
-
Uses of OSThread in oshi.software.os
Fields in oshi.software.os with type parameters of type OSThread Modifier and Type Field Description static java.util.function.Predicate<OSThread>
OSThread.ThreadFiltering. VALID_THREAD
Exclude processes withOSProcess.State.INVALID
process state.Methods in oshi.software.os that return OSThread Modifier and Type Method Description OSThread
OperatingSystem. getCurrentThread()
Makes a best effort to get the current thread.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 double
OSThread. 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 class
LinuxOSThread
OSThread implementationMethods in oshi.software.os.linux that return OSThread Modifier and Type Method Description OSThread
LinuxOperatingSystem. getCurrentThread()
Methods 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 class
MacOSThread
OSThread implementationMethods in oshi.software.os.mac that return OSThread Modifier and Type Method Description OSThread
MacOperatingSystem. getCurrentThread()
Methods 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 class
AixOSThread
OSThread implementationMethods in oshi.software.os.unix.aix that return OSThread Modifier and Type Method Description OSThread
AixOperatingSystem. getCurrentThread()
Methods 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 class
FreeBsdOSThread
OSThread implementationMethods in oshi.software.os.unix.freebsd that return OSThread Modifier and Type Method Description OSThread
FreeBsdOperatingSystem. getCurrentThread()
Methods 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 class
OpenBsdOSThread
OSThread implementationMethods in oshi.software.os.unix.openbsd that return OSThread Modifier and Type Method Description OSThread
OpenBsdOperatingSystem. getCurrentThread()
Methods 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 class
SolarisOSThread
OSThread implementationMethods in oshi.software.os.unix.solaris that return OSThread Modifier and Type Method Description OSThread
SolarisOperatingSystem. getCurrentThread()
Methods 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 class
WindowsOSThread
OSThread implementationMethods in oshi.software.os.windows that return OSThread Modifier and Type Method Description OSThread
WindowsOperatingSystem. getCurrentThread()
Methods in oshi.software.os.windows that return types with arguments of type OSThread Modifier and Type Method Description java.util.List<OSThread>
WindowsOSProcess. getThreadDetails()
-