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 class
PhysicalDisk.PhysicalDiskProperty
Physical Disk performance counters.static class
ProcessInformation.HandleCountProperty
Handle performance countersstatic class
ProcessInformation.IdleProcessorTimeProperty
Processor performance countersstatic class
ProcessInformation.ProcessPerformanceProperty
Process performance countersstatic class
ProcessorInformation.ProcessorFrequencyProperty
Processor Frequency counters.static class
ProcessorInformation.ProcessorTickCountProperty
Processor performance countersstatic class
ProcessorInformation.ProcessorUtilityTickCountProperty
Processor performance counters including utility countersstatic class
ThreadInformation.ThreadPerformanceProperty
Thread 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.
-