Uses of Interface
oshi.util.platform.windows.PerfCounterWildcardQuery.PdhCounterWildcardProperty
-
Packages that use 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.IdleProcessorTimePropertyProcessor performance countersstatic classProcessInformation.ProcessPerformancePropertyProcess performance countersstatic classProcessorInformation.ProcessorFrequencyPropertyProcessor Frequency counters.static classProcessorInformation.ProcessorTickCountPropertyProcessor performance countersstatic classProcessorInformation.ProcessorUtilityTickCountPropertyProcessor performance counters including utility 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 private static <T extends java.lang.Enum<T> & PerfCounterWildcardQuery.PdhCounterWildcardProperty>
Pair<java.lang.Integer,java.util.EnumMap<T,java.lang.Integer>>HkeyPerformanceDataUtil. getCounterIndices(java.lang.String objectName, java.lang.Class<T> counterEnum)Looks up the counter index values for the given counter object and the enum of counter names.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.
-