Uses of Class
oshi.util.tuples.Triplet
Packages that use Triplet
Package
Description
Provides functions to query information on AIX
Provides parsing utilities for commands shared by BSD-derived platforms (e.g.
Provides functions to query FreeBSD disk information
Provides common Windows registry performance data POJOs shared between JNA and FFM implementations.
Provides common implementations for Windows operating system information shared between JNA and FFM implementations.
Provides utilities for parsing, formatting, and other access
Provides non-native Linux driver utilities for querying the
/proc filesystem.-
Uses of Triplet in oshi.driver.common.unix.aix
Methods in oshi.driver.common.unix.aix that return TripletModifier and TypeMethodDescriptionPsInfo.queryArgsEnvAddrs(int pid, AixPsInfo psinfo) Reads thepr_argc,pr_argv, andpr_envpfields from apsinfo_t.Lscfg.queryBackplaneModelSerialVersion(List<String> lscfg) Parse the output oflscfg -vpto get backplane info -
Uses of Triplet in oshi.driver.common.unix.bsd
Methods in oshi.driver.common.unix.bsd that return TripletModifier and TypeMethodDescriptionSystat.parseSensors(List<String> systatLines) Parses output fromsystat -ab sensorsinto CPU temperature, fan speeds, and CPU voltage.Systat.querySensors()Runssystat -ab sensorsand returns CPU temperature, fan speeds, and CPU voltage. -
Uses of Triplet in oshi.driver.common.unix.freebsd.disk
Methods in oshi.driver.common.unix.freebsd.disk that return types with arguments of type Triplet -
Uses of Triplet in oshi.driver.common.windows.registry
Methods in oshi.driver.common.windows.registry with parameters of type TripletModifier and TypeMethodDescriptionstatic Map<Integer, ProcessPerfCounterBlock> ProcessPerformanceData.buildProcessMapFromRegistry(Collection<Integer> pids, Triplet<List<Map<ProcessInformation.ProcessPerformanceProperty, Object>>, Long, Long> processData) Builds a process map from registry performance data that has already been read.static Map<Integer, ThreadPerfCounterBlock> ThreadPerformanceData.buildThreadMapFromRegistry(Collection<Integer> pids, Triplet<List<Map<ThreadInformation.ThreadPerformanceProperty, Object>>, Long, Long> threadData) Builds a thread map from registry performance data that has already been read. -
Uses of Triplet in oshi.software.common.os.windows
Methods in oshi.software.common.os.windows that return TripletModifier and TypeMethodDescriptionWindowsOSProcess.defaultCwdCommandlineEnvironment()Returns a default empty triplet for cwd, command line, and environment.WindowsOSProcess.getCwdCmdEnv()Returns the memoized CWD/CommandLine/Environment triplet.WindowsOSProcess.queryCwdCommandlineEnvironment()Queries the current working directory, command line, and environment variables from process memory. -
Uses of Triplet in oshi.util
-
Uses of Triplet in oshi.util.driver.linux.proc
Methods in oshi.util.driver.linux.proc that return TripletModifier and TypeMethodDescriptionProcessStat.getPidStats(int pid) Reads the statistics in/proc/[pid]/statand returns the results.