Uses of Interface
oshi.driver.common.windows.perfmon.PdhCounterProperty
Packages that use PdhCounterProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
-
Uses of PdhCounterProperty in oshi.driver.common.windows.perfmon
Classes in oshi.driver.common.windows.perfmon that implement PdhCounterPropertyModifier and TypeClassDescriptionstatic enumFor pages in/outstatic enumFor swap file usagestatic enumHandle performance countersstatic enumSystem interrupts countersstatic enumSystem performance countersstatic enumContext switch propertystatic enumProcessor Queue Length propertyMethods in oshi.driver.common.windows.perfmon with type parameters of type PdhCounterPropertyModifier and TypeMethodDescription<T extends Enum<T> & PdhCounterProperty>
Map<T, Long> PerfCounterQueryExecutor.queryValues(Class<T> propertyEnum, String perfObject, String perfWmiClass) Queries performance counter values for a fixed set of counters.