public class SystemConfig
extends java.lang.Object
SystemData
behavior.Modifier and Type | Field and Description |
---|---|
static boolean |
useClassLoadingManagedBean
If class loading status is retrieved from ClassLoadingMXBean.
|
static boolean |
useCompilationManagedBean
If JIT compiler status is retrieved from CompilationMXBean.
|
static boolean |
useGarbageCollectionManagedBean
If garbage collector status is retrieved from GarbageCollectorMXBean.
|
static boolean |
useMemoryManagedBean
If memory usage status is retrieved from MemoryMXBean.
|
static boolean |
usePlatformManagedBean
If operating system status is retrieved from OperatingSystemMXBean.
|
Constructor and Description |
---|
SystemConfig() |
public static boolean useMemoryManagedBean
slf4jtoys.useMemoryManagedBean
at application startup, defaults to false
.
You may assign a new value at runtime.public static boolean useClassLoadingManagedBean
slf4jtoys.useClassLoadingManagedBean
at application startup, defaults to false
.
You may assign a new value at runtime.public static boolean useCompilationManagedBean
slf4jtoys.useCompilationManagedBean
at application startup, defaults to false
.
You may assign a new value at runtime.public static boolean useGarbageCollectionManagedBean
slf4jtoys.useGarbageCollectionManagedBean
at application startup, defaults to false
.
You may assign a new value at runtime.public static boolean usePlatformManagedBean
slf4jtoys.usePlatformManagedBean
at application startup, defaults to false
.
You may assign a new value at runtime.