Uses of Class
oshi.util.tuples.Pair
Packages that use 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.linuxMethods in oshi.driver.linux that return PairModifier and TypeMethodDescriptionDmidecode.queryBiosNameRev()Query the name and revision from dmidecode
- 
Uses of Pair in oshi.driver.unixMethods in oshi.driver.unix that return PairModifier and TypeMethodDescriptionNetStat.queryTcpnetstat()Query netstat to obtain number of established TCP connections
- 
Uses of Pair in oshi.driver.unix.aixMethods in oshi.driver.unix.aix that return PairModifier and TypeMethodDescriptionPsInfo.queryArgsEnv(int pid, AixLibc.AixPsInfo psinfo) Read the argument and environment strings from process address spaceLscfg.queryModelSerial(String device) Querylscfg -vl deviceto get hardware infoMethods in oshi.driver.unix.aix that return types with arguments of type PairModifier and TypeMethodDescriptionQuerylsto get parition infoLssrad.queryNodesPackages()Querylssradto get numa node and physical package infoMethod parameters in oshi.driver.unix.aix with type arguments of type PairModifier and TypeMethodDescriptionstatic List<HWPartition> Querylspvto get partition info, or return a cached value.
- 
Uses of Pair in oshi.driver.unix.solarisMethods in oshi.driver.unix.solaris that return PairModifier 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.kstatMethods in oshi.driver.unix.solaris.kstat that return PairModifier and TypeMethodDescriptionSystemPages.queryAvailableTotal()Queries thesystem_pageskstat and returns available and physical memory
- 
Uses of Pair in oshi.driver.windows.perfmonMethods in oshi.driver.windows.perfmon that return PairModifier 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.commonMethods in oshi.software.common that return PairModifier and TypeMethodDescriptionprotected abstract Pair<String, OperatingSystem.OSVersionInfo> AbstractOperatingSystem.queryFamilyVersionInfo()
- 
Uses of Pair in oshi.software.os.linuxMethods in oshi.software.os.linux that return Pair
- 
Uses of Pair in oshi.software.os.macMethods in oshi.software.os.mac that return Pair
- 
Uses of Pair in oshi.software.os.unix.aixMethods in oshi.software.os.unix.aix that return PairConstructors in oshi.software.os.unix.aix with parameters of type PairModifierConstructorDescriptionAixOSProcess(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.freebsdMethods in oshi.software.os.unix.freebsd that return Pair
- 
Uses of Pair in oshi.software.os.unix.openbsdMethods in oshi.software.os.unix.openbsd that return Pair
- 
Uses of Pair in oshi.software.os.unix.solarisMethods in oshi.software.os.unix.solaris that return Pair
- 
Uses of Pair in oshi.software.os.windowsMethods in oshi.software.os.windows that return Pair
- 
Uses of Pair in oshi.utilModifier and TypeMethodDescriptionParseUtil.parseLspciMachineReadable(String line) Parse a Linux lspci machine readble line to its name and id
- 
Uses of Pair in oshi.util.platform.windowsMethods in oshi.util.platform.windows that return PairModifier 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.