All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.hadoop.metrics.ganglia.package.html Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version








Implementation of the metrics package that sends metric data to 
Ganglia.
Programmers should not normally need to use this package directly. Instead
they should use org.hadoop.metrics.

These are the implementation specific factory attributes (See ContextFactory.getFactory()):

contextName.servers
Space and/or comma separated sequence of servers to which UDP messages should be sent.
contextName.period
The period in seconds on which the metric data is sent to the server(s).
contextName.multicast
Enable multicast for Ganglia
contextName.multicast.ttl
TTL for multicast packets
contextName.units.recordName.metricName
The units for the specified metric in the specified record.
contextName.slope.recordName.metricName
The slope for the specified metric in the specified record.
contextName.tmax.recordName.metricName
The tmax for the specified metric in the specified record.
contextName.dmax.recordName.metricName
The dmax for the specified metric in the specified record.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy