Class PerfDataUtil.PerfCounter

java.lang.Object
oshi.util.platform.windows.PerfDataUtil.PerfCounter
Enclosing class:
PerfDataUtil

public static class PerfDataUtil.PerfCounter
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PerfCounter​(java.lang.String objectName, java.lang.String instanceName, java.lang.String counterName)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCounter()  
    java.lang.String getCounterPath()
    Returns the path for this counter
    java.lang.String getInstance()  
    java.lang.String getObject()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PerfCounter

      public PerfCounter​(java.lang.String objectName, java.lang.String instanceName, java.lang.String counterName)
  • Method Details

    • getObject

      public java.lang.String getObject()
      Returns:
      Returns the object.
    • getInstance

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

      public java.lang.String getCounter()
      Returns:
      Returns the counter.
    • getCounterPath

      public java.lang.String getCounterPath()
      Returns the path for this counter
      Returns:
      A string representing the counter path