Module com.github.oshi
Package oshi.util.platform.windows
Interface PerfCounterWildcardQuery.PdhCounterWildcardProperty
- All Known Implementing Classes:
PhysicalDisk.PhysicalDiskProperty
,ProcessInformation.HandleCountProperty
,ProcessInformation.IdleProcessorTimeProperty
,ProcessInformation.ProcessPerformanceProperty
,ProcessorInformation.ProcessorFrequencyProperty
,ProcessorInformation.ProcessorTickCountProperty
,ProcessorInformation.ProcessorUtilityTickCountProperty
,ThreadInformation.ThreadPerformanceProperty
- Enclosing class:
- PerfCounterWildcardQuery
public static interface PerfCounterWildcardQuery.PdhCounterWildcardProperty
Contract for Counter Property Enums
-
Method Summary
-
Method Details
-
getCounter
String getCounter()- Returns:
- Returns the counter. The first element of the enum will return the instance filter rather than a counter.
-