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 enumPhysical Disk performance counters.static enumHandle performance countersstatic enumProcess performance countersstatic enumProcessor performance counters including utility countersstatic enumProcessor Frequency counters.static enumProcessor performance countersstatic enumThread 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.