Package oshi.driver.windows.perfmon
Class PerfmonDisabled
- java.lang.Object
-
- oshi.driver.windows.perfmon.PerfmonDisabled
-
@ThreadSafe public final class PerfmonDisabled extends java.lang.Object
Tests whether performance counters are disabled
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
LOG
static boolean
PERF_DISK_DISABLED
static boolean
PERF_OS_DISABLED
static boolean
PERF_PROC_DISABLED
-
Constructor Summary
Constructors Modifier Constructor Description private
PerfmonDisabled()
Everything in this class is static, never instantiate it
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static boolean
isDisabled(java.lang.String config, java.lang.String service)
-