Uses of Class
oshi.util.platform.windows.PerfDataUtil.PerfCounter
-
Packages that use PerfDataUtil.PerfCounter Package Description oshi.util.platform.windows Provides utilities for Windows. -
-
Uses of PerfDataUtil.PerfCounter in oshi.util.platform.windows
Fields in oshi.util.platform.windows with type parameters of type PerfDataUtil.PerfCounter Modifier and Type Field Description private java.util.Map<PerfDataUtil.PerfCounter,ByRef.CloseableHANDLEByReference>
PerfCounterQueryHandler. counterHandleMap
Methods in oshi.util.platform.windows that return PerfDataUtil.PerfCounter Modifier and Type Method Description static PerfDataUtil.PerfCounter
PerfDataUtil. createCounter(java.lang.String object, java.lang.String instance, java.lang.String counter)
Create a Performance CounterMethods in oshi.util.platform.windows with parameters of type PerfDataUtil.PerfCounter Modifier and Type Method Description boolean
PerfCounterQueryHandler. addCounterToQuery(PerfDataUtil.PerfCounter counter)
Begin monitoring a Performance Data counter.long
PerfCounterQueryHandler. queryCounter(PerfDataUtil.PerfCounter counter)
Query the raw counter value of a Performance Data counter.boolean
PerfCounterQueryHandler. removeCounterFromQuery(PerfDataUtil.PerfCounter counter)
Stop monitoring a Performance Data counter.
-