| Package | Description |
|---|---|
| oshi.util.platform.windows |
Provides utilities for Windows.
|
| Modifier and Type | Method and Description |
|---|---|
static PerfDataUtil.PerfCounter |
PerfDataUtil.createCounter(String object,
String instance,
String counter)
Create a Performance Counter
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
PerfDataUtil.addCounterToQuery(PerfDataUtil.PerfCounter counter)
Begin monitoring a Performance Data counter
|
static long |
PerfDataUtil.queryCounter(PerfDataUtil.PerfCounter counter)
Query the raw counter value of a Performance Data counter.
|
static boolean |
PerfDataUtil.removeCounterFromQuery(PerfDataUtil.PerfCounter counter)
Stop monitoring a Performance Data counter
|
static long |
PerfDataUtil.updateQuery(PerfDataUtil.PerfCounter counter)
Update a counter, and all other counters on that object
|
Copyright © 2010–2019 oshi. All rights reserved.