Uses of Interface
oshi.software.os.OSThread
Packages that use OSThread
Package
Description
Provides abstract classes for common code
[oshi-core API] Provides cross-platform implementation to retrieve OS,
FileSystem, and Process information
Provides information about Software and OS on Linux
Provides information about Software and OS on macOS
Provides information about Software and OS on AIX
Provides information about Software and OS on FreeBSD
Provides information about Software and OS on OpenBSD
Provides information about Software and OS on Solaris
Provides information about Software and OS on Windows
-
Uses of OSThread in oshi.software.common
Classes in oshi.software.common that implement OSThreadModifier and TypeClassDescriptionclassCommon methods for OSThread implementationMethods in oshi.software.common with parameters of type OSThreadModifier and TypeMethodDescriptiondoubleAbstractOSThread.getThreadCpuLoadBetweenTicks(OSThread priorSnapshot) -
Uses of OSThread in oshi.software.os
Methods in oshi.software.os that return types with arguments of type OSThreadModifier and TypeMethodDescriptionOSProcess.getThreadDetails()Retrieves the threads of the process and their details.Methods in oshi.software.os with parameters of type OSThreadModifier and TypeMethodDescriptiondoubleOSThread.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 OSThreadMethods in oshi.software.os.linux that return types with arguments of type OSThread -
Uses of OSThread in oshi.software.os.mac
Classes in oshi.software.os.mac that implement OSThreadMethods in oshi.software.os.mac that return types with arguments of type OSThread -
Uses of OSThread in oshi.software.os.unix.aix
Classes in oshi.software.os.unix.aix that implement OSThreadMethods in oshi.software.os.unix.aix that return types with arguments of type OSThread -
Uses of OSThread in oshi.software.os.unix.freebsd
Classes in oshi.software.os.unix.freebsd that implement OSThreadMethods in oshi.software.os.unix.freebsd that return types with arguments of type OSThread -
Uses of OSThread in oshi.software.os.unix.openbsd
Classes in oshi.software.os.unix.openbsd that implement OSThreadMethods in oshi.software.os.unix.openbsd that return types with arguments of type OSThread -
Uses of OSThread in oshi.software.os.unix.solaris
Classes in oshi.software.os.unix.solaris that implement OSThreadMethods in oshi.software.os.unix.solaris that return types with arguments of type OSThread -
Uses of OSThread in oshi.software.os.windows
Classes in oshi.software.os.windows that implement OSThreadMethods in oshi.software.os.windows that return types with arguments of type OSThread