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 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
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_THREADExclude processes withOSProcess.State.INVALIDprocess state.Methods in oshi.software.os that return OSThread Modifier and Type Method Description OSThreadOperatingSystem. 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 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 OSThread Modifier and Type Method Description OSThreadLinuxOperatingSystem. 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 classMacOSThreadOSThread implementationMethods in oshi.software.os.mac that return OSThread Modifier and Type Method Description OSThreadMacOperatingSystem. 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 classAixOSThreadOSThread implementationMethods in oshi.software.os.unix.aix that return OSThread Modifier and Type Method Description OSThreadAixOperatingSystem. 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 classFreeBsdOSThreadOSThread implementationMethods in oshi.software.os.unix.freebsd that return OSThread Modifier and Type Method Description OSThreadFreeBsdOperatingSystem. 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 classOpenBsdOSThreadOSThread implementationMethods in oshi.software.os.unix.openbsd that return OSThread Modifier and Type Method Description OSThreadOpenBsdOperatingSystem. 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 classSolarisOSThreadOSThread implementationMethods in oshi.software.os.unix.solaris that return OSThread Modifier and Type Method Description OSThreadSolarisOperatingSystem. 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 classWindowsOSThreadOSThread implementationMethods in oshi.software.os.windows that return OSThread Modifier and Type Method Description OSThreadWindowsOperatingSystem. 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()
-