Uses of Class
oshi.util.tuples.Pair
Package
Description
Provides functions to query Linux information
Provides functions to query information common to all unix systems
Provides functions to query information on AIX
Provides functions to query Solaris information
Provides functions to query Solaris kstat information
Provides functions to query counters in windows performance monitor (or WMI counter tables)
Provides abstract classes for common code
Provides information about Software and OS on Linux
Provides information about Software and OS on macOS
Provides information about Software and OS on AIX
Provides information about Software and OS on FreeBSD
Provides information about Software and OS on OpenBSD
Provides information about Software and OS on Solaris
Provides information about Software and OS on Windows
Provides utilities for parsing, formatting, and other access
Provides utilities for Windows.
-
Uses of Pair in oshi.driver.linux
Modifier and TypeMethodDescriptionDmidecode.queryBiosNameRev()
Query the name and revision from dmidecode -
Uses of Pair in oshi.driver.unix
Modifier and TypeMethodDescriptionNetStat.queryTcpnetstat()
Query netstat to obtain number of established TCP connections -
Uses of Pair in oshi.driver.unix.aix
Modifier and TypeMethodDescriptionPsInfo.queryArgsEnv
(int pid, AixLibc.AixPsInfo psinfo) Read the argument and environment strings from process address spaceLscfg.queryModelSerial
(String device) Querylscfg -vl device
to get hardware infoModifier and TypeMethodDescriptionQueryls
to get parition infoLssrad.queryNodesPackages()
Querylssrad
to get numa node and physical package infoModifier and TypeMethodDescriptionstatic List<HWPartition>
Querylspv
to get partition info, or return a cached value. -
Uses of Pair in oshi.driver.unix.solaris
Modifier and TypeMethodDescriptionPsInfo.queryArgsEnv
(int pid, SolarisLibc.SolarisPsInfo psinfo) Read the argument and environment strings from process address space -
Uses of Pair in oshi.driver.unix.solaris.kstat
Modifier and TypeMethodDescriptionSystemPages.queryAvailableTotal()
Queries thesystem_pages
kstat and returns available and physical memory -
Uses of Pair in oshi.driver.windows.perfmon
Modifier and TypeMethodDescriptionPhysicalDisk.queryDiskCounters()
Returns physical disk performance counters.ProcessorInformation.queryFrequencyCounters()
Returns processor frequency counters.ProcessInformation.queryHandles()
Returns handle countersProcessInformation.queryIdleProcessCounters()
Returns cooked idle process performance counters.ProcessInformation.queryProcessCounters()
Returns process counters.ProcessorInformation.queryProcessorCapacityCounters()
Returns processor capacity performance counters.ProcessorInformation.queryProcessorCounters()
Returns processor performance counters.ThreadInformation.queryThreadCounters()
Returns thread counters.ThreadInformation.queryThreadCounters
(String name, int threadNum) Returns thread counters filtered to the specified process name and thread. -
Uses of Pair in oshi.software.common
Modifier and TypeMethodDescriptionprotected abstract Pair<String,
OperatingSystem.OSVersionInfo> AbstractOperatingSystem.queryFamilyVersionInfo()
-
Uses of Pair in oshi.software.os.linux
-
Uses of Pair in oshi.software.os.mac
-
Uses of Pair in oshi.software.os.unix.aix
ModifierConstructorDescriptionAixOSProcess
(int pid, Pair<Long, Long> userSysCpuTime, Supplier<com.sun.jna.platform.unix.aix.Perfstat.perfstat_process_t[]> procCpu, AixOperatingSystem os) -
Uses of Pair in oshi.software.os.unix.freebsd
-
Uses of Pair in oshi.software.os.unix.openbsd
-
Uses of Pair in oshi.software.os.unix.solaris
-
Uses of Pair in oshi.software.os.windows
-
Uses of Pair in oshi.util
Modifier and TypeMethodDescriptionParseUtil.parseLspciMachineReadable
(String line) Parse a Linux lspci machine readble line to its name and id -
Uses of Pair in oshi.util.platform.windows
Modifier and TypeMethodDescriptionPerfCounterWildcardQuery.queryInstancesAndValues
(Class<T> propertyEnum, String perfObject, String perfWmiClass) Query the a Performance Counter using PDH, with WMI backup on failure, for values corresponding to the property enum.PerfCounterWildcardQuery.queryInstancesAndValues
(Class<T> propertyEnum, String perfObject, String perfWmiClass, String customFilter) Query the a Performance Counter using PDH, with WMI backup on failure, for values corresponding to the property enum.PerfCounterWildcardQuery.queryInstancesAndValuesFromPDH
(Class<T> propertyEnum, String perfObject) Query the a Performance Counter using PDH for values corresponding to the property enum.PerfCounterWildcardQuery.queryInstancesAndValuesFromPDH
(Class<T> propertyEnum, String perfObject, String customFilter) Query the a Performance Counter using PDH for values corresponding to the property enum.PerfCounterWildcardQuery.queryInstancesAndValuesFromWMI
(Class<T> propertyEnum, String wmiClass) Query the a Performance Counter using WMI for values corresponding to the property enum.