Uses of Interface
oshi.driver.common.windows.perfmon.PdhCounterWildcardProperty
Packages that use PdhCounterWildcardProperty
Package
Description
Provides common Windows performance monitor constants and definitions shared between JNA and FFM implementations.
Provides common Windows registry performance data POJOs shared between JNA and FFM implementations.
-
Uses of PdhCounterWildcardProperty in oshi.driver.common.windows.perfmon
Classes in oshi.driver.common.windows.perfmon that implement PdhCounterWildcardPropertyModifier and TypeClassDescriptionstatic enumGPU Adapter Memory counter properties.static enumGPU Engine running time counter properties.static enumPhysical Disk performance counters.static enumProcessor performance countersstatic enumProcess performance countersstatic enumProcessor Frequency counters.static enumProcessor Performance counters from the WMI Formatted Data table.static enumProcessor performance countersstatic enumProcessor performance counters including utility countersstatic enumThread performance countersMethods in oshi.driver.common.windows.perfmon with type parameters of type PdhCounterWildcardPropertyModifier and TypeMethodDescriptionPerfCounterQueryExecutor.queryInstancesAndValues(Class<T> propertyEnum, String perfObject, String perfWmiClass) Queries performance counter values for wildcard (multi-instance) counters.PerfCounterQueryExecutor.queryInstancesAndValues(Class<T> propertyEnum, String perfObject, String perfWmiClass, String customFilter) Queries performance counter values for wildcard counters with a custom instance filter.PerfCounterQueryExecutor.queryInstancesAndValuesFromPDH(Class<T> propertyEnum, String perfObject) Queries performance counter values from PDH only (no WMI fallback).PerfCounterQueryExecutor.queryInstancesAndValuesFromWMI(Class<T> propertyEnum, String perfWmiClass) Queries performance counter values from WMI directly (formatted/cooked data). -
Uses of PdhCounterWildcardProperty in oshi.driver.common.windows.registry
Methods in oshi.driver.common.windows.registry with type parameters of type PdhCounterWildcardProperty