-
Notifications
You must be signed in to change notification settings - Fork 33
/
README
27 lines (18 loc) · 954 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Name
gmetric4j - gmetric and gmond functionality in Java
Version
The latest version of this software and document will always be found at
http://github.com/ganglia/gmetric4j
Synopsis
gmetric4j is a 100% java, configurable Ganglia agent that periodically polls
arbitrary attributes and reports their values to Ganglia.
It supports both the v3.1 wire format and the legacy wire format.
This code is based on the jmxetric project code. It has been generalized for
use in non-JMX situations (e.g. any Java app, Android app, ...). The JMX
support could be re-implemented on top of these generalized classes without
significant difficulty.
The gmetric4j protocol implementation uses classes generated by the LGPL
remotetea project (http://remotetea.sf.net).
Copyright
Copyright (C) 2010-2015 Daniel Pocock <[email protected]>
Copyright (c) 2008-2011 Jasper Humphrey <[email protected]>