A library to send metric to Ganglia in python. Supports UDP, multicast, group and spoofing.
Installing
To install :
pip install ganglia
Usage
Sending metric over UDP:
ganglia = GMetric("udp://127.0.0.1")
ganglia.send(
name='hits',
units='req/sec',
type='uint8',
value=200,
tmax=60,
dmax=300,
group='web'
)
Release files for ganglia 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ganglia-0.3.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ganglia-0.3.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 7.6 kB
Release files / ganglia-0.3.0.tar.gz
| Download URL | ganglia-0.3.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fd50880bce04e44c05af1fd51b0afccf5ed5bffff21c4c56cd2627b8f4f657e9
|
|
BLAKE2b-256 checksum How to use checksums |
6789ddd4b666c7bdecdbd933a3b35230ba574813864fe6678e9cd2c13d3af41e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ganglia-0.3.0-py2.py3-none-any.whl
| Download URL | ganglia-0.3.0-py2.py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
b94fb86ddf35db7f78440e20eb365ddbb137a755fd22ce0990b4a7480a4471c9
|
|
BLAKE2b-256 checksum How to use checksums |
c72c9a401084c8934f21287e9726396a5d528f96993fe08a0b88cbd2365ccd64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |