Uses of Class
oshi.util.tuples.Triplet
Packages that use Triplet
Package
Description
Provides functions to query statistics in the Linux /proc pseudo-filesystem
Provides functions to query information on AIX
Provides functions to query FreeBSD disk information
Provides functions to query information in windows
Provides functions to query data in Windows Registry
Provides information about hardware such as Memory, Power Sources, and Processor on Linux systems
Provides information about hardware such as Memory, Power Sources, and Processor on FreeBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
Provides information about hardware such as Memory, Power Sources, and Processor on Windows systems
Provides information about Software and OS on Linux
Provides information about Software and OS on Windows
Provides utilities for parsing, formatting, and other access
-
Uses of Triplet in oshi.driver.linux.proc
Methods in oshi.driver.linux.proc that return TripletModifier and TypeMethodDescriptionProcessStat.getPidStats
(int pid) Reads the statistics in/proc/[pid]/stat
and returns the results. -
Uses of Triplet in oshi.driver.unix.aix
Methods in oshi.driver.unix.aix that return TripletModifier and TypeMethodDescriptionPsInfo.queryArgsEnvAddrs
(int pid, AixLibc.AixPsInfo psinfo) Reads the pr_argc, pr_argv, and pr_envp fields from /proc/pid/psinfoLscfg.queryBackplaneModelSerialVersion
(List<String> lscfg) Parse the output oflscfg -vp
to get backplane info -
Uses of Triplet in oshi.driver.unix.freebsd.disk
Methods in oshi.driver.unix.freebsd.disk that return types with arguments of type Triplet -
Uses of Triplet in oshi.driver.windows
Methods in oshi.driver.windows that return TripletModifier and TypeMethodDescriptionstatic Triplet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>> LogicalProcessorInformation.getLogicalProcessorInformation()
Get a list of logical processors on this machinestatic Triplet
<List<CentralProcessor.LogicalProcessor>, List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>> LogicalProcessorInformation.getLogicalProcessorInformationEx()
Get a list of logical processors on this machine. -
Uses of Triplet in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry that return TripletModifier and TypeMethodDescriptionstatic <T extends Enum<T> & PerfCounterWildcardQuery.PdhCounterWildcardProperty>
Triplet<List<Map<T, Object>>, Long, Long> HkeyPerformanceDataUtil.readPerfDataFromRegistry
(String objectName, Class<T> counterEnum) Reads and parses a block of performance data from the registry. -
Uses of Triplet in oshi.hardware.platform.linux
Fields in oshi.hardware.platform.linux with type parameters of type TripletMethods in oshi.hardware.platform.linux that return Triplet -
Uses of Triplet in oshi.hardware.platform.unix.freebsd
Fields in oshi.hardware.platform.unix.freebsd with type parameters of type TripletMethods in oshi.hardware.platform.unix.freebsd that return Triplet -
Uses of Triplet in oshi.hardware.platform.unix.openbsd
Fields in oshi.hardware.platform.unix.openbsd with type parameters of type TripletModifier and TypeFieldDescriptionOpenBsdFirmware.manufVersRelease
OpenBsdSensors.tempFanVolts
OpenBsdVirtualMemory.usedTotalPgin
Methods in oshi.hardware.platform.unix.openbsd that return TripletModifier and TypeMethodDescriptionOpenBsdCentralProcessor.cpuidToFamilyModelStepping
(int cpuid) OpenBsdSensors.querySensors()
OpenBsdVirtualMemory.queryVmstat()
OpenBsdFirmware.readDmesg()
-
Uses of Triplet in oshi.hardware.platform.windows
Fields in oshi.hardware.platform.windows with type parameters of type TripletModifier and TypeFieldDescriptionWindowsGlobalMemory.availTotalSize
WindowsVirtualMemory.totalVmaxVused
Methods in oshi.hardware.platform.windows that return TripletModifier and TypeMethodDescriptionWindowsVirtualMemory.querySwapTotalVirtMaxVirtUsed()
WindowsGlobalMemory.readPerfInfo()
-
Uses of Triplet in oshi.software.os.linux
Methods in oshi.software.os.linux that return TripletModifier and TypeMethodDescriptionLinuxOperatingSystem.execLsbRelease()
Attempts to execute `lsb_release -a`LinuxOperatingSystem.parseRelease
(String line, String splitLine) Helper method to parse version description line styleLinuxOperatingSystem.queryFamilyVersionCodenameFromReleaseFiles()
LinuxOperatingSystem.readDistribRelease
(String filename) Attempts to read /etc/distrib-release (for some value of distrib)LinuxOperatingSystem.readLsbRelease()
Attempts to read /etc/lsb-releaseLinuxOperatingSystem.readOsRelease()
Attempts to read /etc/os-release -
Uses of Triplet in oshi.software.os.windows
Fields in oshi.software.os.windows with type parameters of type TripletMethods in oshi.software.os.windows that return Triplet -
Uses of Triplet in oshi.util