Uses of Interface
oshi.util.platform.windows.PerfCounterWildcardQuery.PdhCounterWildcardProperty
| Package | Description |
|---|---|
| oshi.driver.windows.perfmon |
Provides functions to query counters in windows performance monitor (or WMI
counter tables)
|
| oshi.driver.windows.registry |
Provides functions to query data in Windows Registry
|
-
Uses of PerfCounterWildcardQuery.PdhCounterWildcardProperty in oshi.driver.windows.perfmon
Classes in oshi.driver.windows.perfmon that implement PerfCounterWildcardQuery.PdhCounterWildcardProperty Modifier and Type Class Description static classPhysicalDisk.PhysicalDiskPropertyPhysical Disk performance counters.static classProcessInformation.HandleCountPropertyHandle performance countersstatic classProcessInformation.ProcessPerformancePropertyProcess performance countersstatic classProcessorInformation.ProcessorFrequencyPropertyProcessor Frequency counters.static classProcessorInformation.ProcessorTickCountPropertyProcessor performance countersstatic classThreadInformation.ThreadPerformancePropertyThread performance counters -
Uses of PerfCounterWildcardQuery.PdhCounterWildcardProperty in oshi.driver.windows.registry
Methods in oshi.driver.windows.registry with type parameters of type PerfCounterWildcardQuery.PdhCounterWildcardProperty Modifier and Type Method Description static <T extends java.lang.Enum<T> & PerfCounterWildcardQuery.PdhCounterWildcardProperty>
Triplet<java.util.List<java.util.Map<T,java.lang.Object>>,java.lang.Long,java.lang.Long>HkeyPerformanceDataUtil. readPerfDataFromRegistry(java.lang.String objectName, java.lang.Class<T> counterEnum)Reads and parses a block of performance data from the registry.