Uses of Class
oshi.util.tuples.Pair
| Package | Description |
|---|---|
| oshi.driver.linux |
Provides functions to query Linux information
|
| oshi.driver.unix |
Provides functions to query information common to all unix systems
|
| oshi.driver.unix.aix |
Provides functions to query information on AIX
|
| oshi.driver.unix.solaris.kstat |
Provides functions to query Solaris kstat information
|
| oshi.driver.windows.perfmon |
Provides functions to query counters in windows performance monitor (or WMI
counter tables)
|
| oshi.software.os.unix.aix |
Provides information about Software and OS on AIX
|
| oshi.util |
Provides utilities for parsing, formatting, and other access
|
| oshi.util.platform.windows |
Provides utilities for Windows.
|
-
Uses of Pair in oshi.driver.linux
Methods in oshi.driver.linux that return Pair Modifier and Type Method Description static Pair<java.lang.String,java.lang.String>Dmidecode. queryBiosNameRev()Query the name and revision from dmidecode -
Uses of Pair in oshi.driver.unix
Methods in oshi.driver.unix that return Pair Modifier and Type Method Description static Pair<java.lang.Long,java.lang.Long>NetStatTcp. queryTcpnetstat()Query netstat to obtain number of established TCP connections -
Uses of Pair in oshi.driver.unix.aix
Methods in oshi.driver.unix.aix that return Pair Modifier and Type Method Description static Pair<java.lang.String,java.lang.String>Lscfg. queryModelSerial(java.lang.String device)Querylscfg -vl deviceto get hardware infoMethods in oshi.driver.unix.aix that return types with arguments of type Pair Modifier and Type Method Description static java.util.Map<java.lang.String,Pair<java.lang.Integer,java.lang.Integer>>Ls. queryDeviceMajorMinor()Querylsto get parition infostatic java.util.Map<java.lang.Integer,Pair<java.lang.Integer,java.lang.Integer>>Lssrad. queryNodesPackages()Querylssradto get numa node and physical package infoMethod parameters in oshi.driver.unix.aix with type arguments of type Pair Modifier and Type Method Description static java.util.List<HWPartition>Lspv. queryLogicalVolumes(java.lang.String device, java.util.Map<java.lang.String,Pair<java.lang.Integer,java.lang.Integer>> majMinMap)Querylspvto get partition info -
Uses of Pair in oshi.driver.unix.solaris.kstat
Methods in oshi.driver.unix.solaris.kstat that return Pair Modifier and Type Method Description static Pair<java.lang.Long,java.lang.Long>SystemPages. queryAvailableTotal()Queries thesystem_pageskstat and returns available and physical memory -
Uses of Pair in oshi.driver.windows.perfmon
Methods in oshi.driver.windows.perfmon that return Pair Modifier and Type Method Description static Pair<java.util.List<java.lang.String>,java.util.Map<PhysicalDisk.PhysicalDiskProperty,java.util.List<java.lang.Long>>>PhysicalDisk. queryDiskCounters()Returns physical disk performance counters.static Pair<java.util.List<java.lang.String>,java.util.Map<ProcessorInformation.ProcessorFrequencyProperty,java.util.List<java.lang.Long>>>ProcessorInformation. queryFrequencyCounters()Returns processor frequency counters.static Pair<java.util.List<java.lang.String>,java.util.Map<ProcessInformation.HandleCountProperty,java.util.List<java.lang.Long>>>ProcessInformation. queryHandles()Returns handle countersstatic Pair<java.util.List<java.lang.String>,java.util.Map<ProcessInformation.ProcessPerformanceProperty,java.util.List<java.lang.Long>>>ProcessInformation. queryProcessCounters()Returns process counters.static Pair<java.util.List<java.lang.String>,java.util.Map<ProcessorInformation.ProcessorTickCountProperty,java.util.List<java.lang.Long>>>ProcessorInformation. queryProcessorCounters()Returns processor performance counters.static Pair<java.util.List<java.lang.String>,java.util.Map<ThreadInformation.ThreadPerformanceProperty,java.util.List<java.lang.Long>>>ThreadInformation. queryThreadCounters()Returns thread counters. -
Uses of Pair in oshi.software.os.unix.aix
Constructor parameters in oshi.software.os.unix.aix with type arguments of type Pair Constructor Description AixOSProcess(int pid, java.lang.String[] split, java.util.Map<java.lang.Integer,Pair<java.lang.Long,java.lang.Long>> cpuMap, java.util.function.Supplier<Perfstat.perfstat_process_t[]> procCpu) -
Uses of Pair in oshi.util
Methods in oshi.util that return Pair Modifier and Type Method Description static Pair<java.lang.String,java.lang.String>ParseUtil. parseLspciMachineReadable(java.lang.String line)Parse a Linux lspci machine readble line to its name and idstatic Pair<java.lang.String,java.lang.String>ParseUtil. parsePnPDeviceIdToVendorProductId(java.lang.String pnpDeviceId)Parse a Windows PnPDeviceID to get the vendor ID and product ID. -
Uses of Pair in oshi.util.platform.windows
Methods in oshi.util.platform.windows that return Pair Modifier and Type Method Description static <T extends java.lang.Enum<T>>
Pair<java.util.List<java.lang.String>,java.util.Map<T,java.util.List<java.lang.Long>>>PerfCounterWildcardQuery. queryInstancesAndValues(java.lang.Class<T> propertyEnum, java.lang.String perfObject, java.lang.String perfWmiClass)Query the a Performance Counter using PDH, with WMI backup on failure, for values corresponding to the property enum.static <T extends java.lang.Enum<T>>
Pair<java.util.List<java.lang.String>,java.util.Map<T,java.util.List<java.lang.Long>>>PerfCounterWildcardQuery. queryInstancesAndValuesFromPDH(java.lang.Class<T> propertyEnum, java.lang.String perfObject)Query the a Performance Counter using PDH for values corresponding to the property enum.static <T extends java.lang.Enum<T>>
Pair<java.util.List<java.lang.String>,java.util.Map<T,java.util.List<java.lang.Long>>>PerfCounterWildcardQuery. queryInstancesAndValuesFromWMI(java.lang.Class<T> propertyEnum, java.lang.String wmiClass)Query the a Performance Counter using WMI for values corresponding to the property enum.