public interface IRequiredHostCounters extends ICounterHierarchy
ICounterSet
s and ICounter
s. The root for the path
is generally the fully qualified domain name of a host (as reported by
InetAddress.getCanonicalHostName()
, a federation, or a service.
Note: it is good practice to keep these three namespaces distinct so that you can aggregate counters readily without these different contexts.
Modifier and Type | Field and Description |
---|---|
static String |
CPU_PercentProcessorTime
Percentage of the time the processor is not idle in [0:1].
|
static String |
Info_Architecture
System architecture as reported by
System.getProperty(String)
for the os.arch property. |
static String |
Info_OperatingSystemName
The name of the operating system running on the platform as reported
by
System.getProperty(String) for the os.name
property. |
static String |
Info_OperatingSystemVersion
The version of the operating system running on the platform as
reported by
System.getProperty(String) for the
os.version property. |
static String |
LogicalDisk_PercentFreeSpace
Percentage of the disk space that is free (unused) [0.0:1.0].
|
static String |
Memory_majorFaultsPerSecond
Faults which required loading a page from disk.
|
static String |
PhysicalDisk_BytesReadPerSec
Disk bytes read per second for the host (vmstat).
|
static String |
PhysicalDisk_BytesWrittenPerSec
Disk bytes written per second for the host (vmstat).
|
CPU, Info, LogicalDisk, Memory, Memory_GarbageCollectors, Memory_Memory_Pools, PhysicalDisk, ps
static final String Info_OperatingSystemName
System.getProperty(String)
for the os.name
property.static final String Info_OperatingSystemVersion
System.getProperty(String)
for the
os.version
property.static final String Info_Architecture
System.getProperty(String)
for the os.arch
property.static final String CPU_PercentProcessorTime
static final String Memory_majorFaultsPerSecond
static final String LogicalDisk_PercentFreeSpace
static final String PhysicalDisk_BytesReadPerSec
static final String PhysicalDisk_BytesWrittenPerSec
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.