Uses of Interface
oshi.util.platform.windows.PerfCounterWildcardQuery.PdhCounterWildcardProperty
Package
Description
Provides functions to query counters in windows performance monitor (or WMI counter tables)
Provides functions to query data in Windows Registry
-
Uses of PerfCounterWildcardQuery.PdhCounterWildcardProperty in oshi.driver.windows.perfmon
Modifier and TypeClassDescriptionstatic enum
Physical Disk performance counters.static enum
Handle performance countersstatic enum
Processor performance countersstatic enum
Process performance countersstatic enum
Processor Frequency counters.static enum
Processor performance countersstatic enum
Processor performance counters including utility countersstatic enum
Thread performance counters -
Uses of PerfCounterWildcardQuery.PdhCounterWildcardProperty in oshi.driver.windows.registry
Modifier and TypeMethodDescriptionstatic <T extends Enum<T> & PerfCounterWildcardQuery.PdhCounterWildcardProperty>
Triplet<List<Map<T,Object>>, Long, Long> HkeyPerformanceDataUtil.readPerfDataFromRegistry
(String objectName, Class<T> counterEnum) Reads and parses a block of performance data from the registry.