| Package | Description |
|---|---|
| org.aoju.bus.health.common.windows |
| Modifier and Type | Method and Description |
|---|---|
static PerfDataUtils.PerfCounter |
PerfDataUtils.createCounter(String object,
String instance,
String counter)
Create a Performance Counter
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PerfCounterHandler.addCounterToQuery(PerfDataUtils.PerfCounter counter)
Begin monitoring a Performance Data counter, attached to a query whose key is
the counter's object.
|
boolean |
PerfCounterHandler.addCounterToQuery(PerfDataUtils.PerfCounter counter,
String key)
Begin monitoring a Performance Data counter, attached to a query whose key is
the specified string.
|
long |
PerfCounterHandler.queryCounter(PerfDataUtils.PerfCounter counter)
Query the raw counter value of a Performance Data counter.
|
boolean |
PerfCounterHandler.removeCounterFromQuery(PerfDataUtils.PerfCounter counter)
Stop monitoring a Performance Data counter, attached to a query whose key is
the counter's object.
|
boolean |
PerfCounterHandler.removeCounterFromQuery(PerfDataUtils.PerfCounter counter,
String key)
Stop monitoring a Performance Data counter, attached to a query whose key is
the specified string..
|
Copyright © 2020. All rights reserved.