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.String getCounter()  
    java.lang.String getInstance()  
  • Method Details

    • getInstance

      java.lang.String getInstance()
      Returns:
      Returns the instance.
    • getCounter

      java.lang.String getCounter()
      Returns:
      Returns the counter.