java.lang.Object
oshi.util.platform.windows.PerfDataUtil.PerfCounter
- Enclosing class:
- PerfDataUtil
Encapsulates the three string components of a performance counter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the path for this counterboolean
-
Constructor Details
-
PerfCounter
-
-
Method Details
-
getObject
- Returns:
- Returns the object.
-
getInstance
- Returns:
- Returns the instance.
-
getCounter
- Returns:
- Returns the counter.
-
isBaseCounter
public boolean isBaseCounter()- Returns:
- Returns whether the counter is a base counter
-
getCounterPath
Returns the path for this counter- Returns:
- A string representing the counter path
-