Uses of Class
oshi.util.tuples.Triplet
| Package | Description |
|---|---|
| oshi.driver.linux.proc |
Provides functions to query statistics in the Linux /proc pseudo-filesystem
|
| oshi.driver.unix.aix |
Provides functions to query information on AIX
|
| oshi.driver.unix.freebsd.disk |
Provides functions to query FreeBSD disk information
|
| oshi.driver.windows.registry |
Provides functions to query data in Windows Registry
|
-
Uses of Triplet in oshi.driver.linux.proc
Methods in oshi.driver.linux.proc that return Triplet Modifier and Type Method Description static Triplet<java.lang.String,java.lang.Character,java.util.Map<ProcessStat.PidStat,java.lang.Long>>ProcessStat. getPidStats(int pid)Reads the statistics in/proc/[pid]/statand returns the results. -
Uses of Triplet in oshi.driver.unix.aix
Methods in oshi.driver.unix.aix that return Triplet Modifier and Type Method Description static Triplet<java.lang.String,java.lang.String,java.lang.String>Lscfg. queryBackplaneModelSerialVersion(java.util.List<java.lang.String> lscfg)Parse the output oflscfg -vpto 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 Modifier and Type Method Description static java.util.Map<java.lang.String,Triplet<java.lang.String,java.lang.String,java.lang.Long>>GeomDiskList. queryDisks()Queries disk data using geom -
Uses of Triplet in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry that return Triplet Modifier and Type Method Description static <T extends java.lang.Enum<T> & PerfCounterWildcardQuery.PdhCounterWildcardProperty>
Triplet<java.util.List<java.util.Map<T,java.lang.Object>>,java.lang.Long,java.lang.Long>HkeyPerformanceDataUtil. readPerfDataFromRegistry(java.lang.String objectName, java.lang.Class<T> counterEnum)Reads and parses a block of performance data from the registry.