Package | Description |
---|---|
com.bigdata.counters.ganglia | |
com.bigdata.ganglia |
This package provides a full implementation of the ganglia protocol, including
the ability to listen and report on metrics, metadata, and metadata requests.
|
Constructor and Description |
---|
BigdataMetadataFactory(String hostName,
String serviceName,
GangliaSlopeEnum slope,
int tmax,
int dmax,
int heartbeatInterval) |
Modifier and Type | Field and Description |
---|---|
static GangliaSlopeEnum |
IGangliaDefaults.DEFAULT_SLOPE
The default "slope" used to shape curves in RRDTOOL.
|
protected GangliaSlopeEnum |
AbstractMetrics.slope |
Modifier and Type | Method and Description |
---|---|
GangliaSlopeEnum |
IGangliaMetadataMessage.getSlope()
Hint for rrdtool visualization of metric values.
|
GangliaSlopeEnum |
GangliaMetadataMessage.getSlope() |
static GangliaSlopeEnum |
GangliaSlopeEnum.valueOf(int v) |
static GangliaSlopeEnum |
GangliaSlopeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GangliaSlopeEnum[] |
GangliaSlopeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractMetrics(String hostName,
GangliaSlopeEnum slope,
int tmax,
int dmax) |
DefaultMetadataFactory(String defaultUnits,
GangliaSlopeEnum defaultSlope,
int defaultTMax,
int defaultDMax) |
GangliaCoreMetricDecls(String hostName,
GangliaSlopeEnum slope,
int tmax,
int dmax,
int heartbeatInterval)
Note: Some metrics have non-default values of slope, tmax, and dmax.
|
GangliaMetadataMessage(String hostName,
String metricName,
boolean spoof,
GangliaMessageTypeEnum metricType,
String metricName2,
String units,
GangliaSlopeEnum slope,
int tmax,
int dmax,
Map<String,String[]> extraValues) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.