Uses of Interface
oshi.software.os.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
Modifier and TypeClassDescriptionclass
Common methods for OSThread implementationModifier and TypeMethodDescriptiondouble
AbstractOSThread.getThreadCpuLoadBetweenTicks
(OSThread priorSnapshot) -
Uses of OSThread in oshi.software.os
Modifier and TypeFieldDescriptionOSThread.ThreadFiltering.VALID_THREAD
Exclude processes withOSProcess.State.INVALID
process state.Modifier and TypeMethodDescriptionOperatingSystem.getCurrentThread()
Makes a best effort to get the current thread.Modifier and TypeMethodDescriptionOSProcess.getThreadDetails()
Retrieves the threads of the process and their details.Modifier and TypeMethodDescriptiondouble
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
-
Uses of OSThread in oshi.software.os.mac
-
Uses of OSThread in oshi.software.os.unix.aix
-
Uses of OSThread in oshi.software.os.unix.freebsd
-
Uses of OSThread in oshi.software.os.unix.openbsd
-
Uses of OSThread in oshi.software.os.unix.solaris
-
Uses of OSThread in oshi.software.os.windows