public interface ICounterHierarchy
Modifier and Type | Field and Description |
---|---|
static String |
CPU
The namespace for counters dealing with processor(s) (CPU).
|
static String |
Info
The namespace for counters describing the host platform.
|
static String |
LogicalDisk
The namespace for counters dealing with logical aggregations of disk.
|
static String |
Memory
The namespace for counters dealing with memory (RAM).
|
static String |
Memory_GarbageCollectors
The namespace for counters dealing with garbage collection (GC is per-JVM
and is therefore reported for each service, so this namespace is relative
to the counter set for the service).
|
static String |
Memory_Memory_Pools
The namespace for counters identifying the different memory pools
associated with the JVM.
|
static String |
PhysicalDisk
The namespace for counters dealing with physical disks.
|
static String |
ps
The path separator string.
|
static final String ps
static final String Info
static final String CPU
static final String Memory
static final String Memory_GarbageCollectors
static final String Memory_Memory_Pools
static final String LogicalDisk
static final String PhysicalDisk
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.