public interface IGangliaAttributes
IGangliaMetadataMessage
records.
Note: The attribute names, group names, titles, and descriptions for the core metrics can be discovered from the output of
telnet localhost 8649They are configured in
gmetad.conf
.Modifier and Type | Field and Description |
---|---|
static String |
ATTR_DESC
The name of the optional attribute whose value is a description of the
attribute.
|
static String |
ATTR_GROUP
The name of the optional attribute which is used to collect metrics into
groups in the UI.
|
static String |
ATTR_TITLE
The name of the optional attribute whose value is a nice "title" for the
metric.
|
static String |
GROUP_CORE
The name of the group for some "core" per-host metrics (boottime, etc).
|
static String |
GROUP_CPU
The name of the group for per-host CPU metrics.
|
static String |
GROUP_DISK
The name of the group for per-host disk metrics.
|
static String |
GROUP_LOAD
The name of the group for per-host load metrics (load_one, etc).
|
static String |
GROUP_MEMORY
The name of the group for per-host memory metrics.
|
static String |
GROUP_NETWORK
The name of the group for per-host network metrics.
|
static String |
GROUP_PROCESS
The name of the group for per-host process metrics (proc_run, proc_total).
|
static String |
GROUP_SYSTEM
The name of the group for per-host metadata metrics (os_name, etc).
|
static final String ATTR_GROUP
static final String ATTR_TITLE
static final String ATTR_DESC
Note: The maximum size of a packet for the ganglia protocol puts a realistic limit on how verbose a description can be.
static final String GROUP_CORE
static final String GROUP_CPU
static final String GROUP_MEMORY
static final String GROUP_DISK
static final String GROUP_NETWORK
static final String GROUP_LOAD
static final String GROUP_PROCESS
static final String GROUP_SYSTEM
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.