Uses of Interface
oshi.util.platform.windows.PerfCounterWildcardQuery.PdhCounterWildcardProperty
Packages that use 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
Classes in oshi.driver.windows.perfmon that implement PerfCounterWildcardQuery.PdhCounterWildcardPropertyModifier 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
Methods in oshi.driver.windows.registry with type parameters of type PerfCounterWildcardQuery.PdhCounterWildcardPropertyModifier 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.