Package oshi.util.platform.windows
Interface PerfCounterQuery.PdhCounterProperty
- All Known Implementing Classes:
MemoryInformation.PageSwapProperty,PagingFile.PagingPercentProperty,ProcessorInformation.InterruptsProperty,ProcessorInformation.SystemTickCountProperty,SystemInformation.ContextSwitchProperty
- Enclosing class:
- PerfCounterQuery
public static interface PerfCounterQuery.PdhCounterProperty
Contract for Counter Property Enums
-
Method Summary
Modifier and Type Method Description java.lang.StringgetCounter()java.lang.StringgetInstance()
-
Method Details
-
getInstance
java.lang.String getInstance()- Returns:
- Returns the instance.
-
getCounter
java.lang.String getCounter()- Returns:
- Returns the counter.
-