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