public static interface GangliaPlugIn.Options
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_GANGLIA_LISTEN |
static String |
DEFAULT_GANGLIA_LISTEN_GROUP |
static String |
DEFAULT_GANGLIA_LISTEN_PORT |
static String |
DEFAULT_GANGLIA_REPORT |
static String |
DEFAULT_GANGLIA_SERVERS |
static String |
DEFAULT_REPORT_DELAY
The default
REPORT_DELAY . |
static String |
GANGLIA_LISTEN
When
true , the embedded GangliaService will
listen on to the specified multicast group and build up an internal
model of the metrics in the ganglia network. |
static String |
GANGLIA_LISTEN_GROUP
The multicast group used to join the ganglia performance monitoring
network.
|
static String |
GANGLIA_LISTEN_PORT
The port for the multicast group used to join the ganglia performance
monitoring network.
|
static String |
GANGLIA_REPORT
When
true , the embedded GangliaService will
report performance metrics to the specified gmetad server(s). |
static String |
GANGLIA_SERVERS
An list of the metric servers (
gmetad instances) to
which metrics will be sent. |
static String |
REPORT_DELAY
The delay between reports of performance counters in milliseconds (
"60000").
|
static final String GANGLIA_LISTEN_GROUP
static final String DEFAULT_GANGLIA_LISTEN_GROUP
static final String GANGLIA_LISTEN_PORT
static final String DEFAULT_GANGLIA_LISTEN_PORT
static final String GANGLIA_LISTEN
true
, the embedded GangliaService
will
listen on to the specified multicast group and build up an internal
model of the metrics in the ganglia network.
Note: If both GANGLIA_LISTEN
and GANGLIA_REPORT
are
false
then the embedded GangliaService
will not
be started.
static final String DEFAULT_GANGLIA_LISTEN
static final String GANGLIA_REPORT
true
, the embedded GangliaService
will
report performance metrics to the specified gmetad server(s).
Note: If both GANGLIA_LISTEN
and GANGLIA_REPORT
are
false
then the embedded GangliaService
will not
be started.
static final String DEFAULT_GANGLIA_REPORT
static final String GANGLIA_SERVERS
gmetad
instances) to
which metrics will be sent. The default is to send metrics to the
well known multicast group for ganglia. Zero or more hosts may be
specified, separated by whitespace or commas. The port for each host
is optional and defaults to the well known port for ganglia. Each
host may be either a unicast address or a multicast group.static final String DEFAULT_GANGLIA_SERVERS
static final String REPORT_DELAY
DEFAULT_REPORT_DELAY
static final String DEFAULT_REPORT_DELAY
REPORT_DELAY
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.