Uses of Class
oshi.util.tuples.Quartet
Package
Description
Provides functions to query statistics in the Linux /proc pseudo-filesystem
Provides functions to query OpenBSD information
Provides functions to query Solaris information
Provides abstract classes for common code
Provides information about hardware such as Memory, Power Sources, and Processor on OpenBSD systems
-
Uses of Quartet in oshi.driver.linux.proc
-
Uses of Quartet in oshi.driver.unix.openbsd.disk
Modifier and TypeMethodDescriptionDisklabel.getDiskParams
(String diskName) Gets disk and partition information -
Uses of Quartet in oshi.driver.unix.solaris
Modifier and TypeMethodDescriptionPsInfo.queryArgsEnvAddrs
(int pid, SolarisLibc.SolarisPsInfo psinfo) Reads the pr_argc, pr_argv, pr_envp, and pr_dmodel fields from /proc/pid/psinfo -
Uses of Quartet in oshi.hardware.common
Modifier and TypeMethodDescriptionprotected abstract Quartet<List<CentralProcessor.LogicalProcessor>,
List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> AbstractCentralProcessor.initProcessorCounts()
Initializes logical and physical processor lists and feature flags. -
Uses of Quartet in oshi.hardware.platform.unix.openbsd
Modifier and TypeMethodDescriptionprotected Quartet<List<CentralProcessor.LogicalProcessor>,
List<CentralProcessor.PhysicalProcessor>, List<CentralProcessor.ProcessorCache>, List<String>> OpenBsdCentralProcessor.initProcessorCounts()