A Ganglia client
Project description
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'
})
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ganglia-0.2.3.tar.gz
(2.7 kB
view details)
File details
Details for the file ganglia-0.2.3.tar.gz.
File metadata
- Download URL: ganglia-0.2.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1511ddd61c6e23b5c56e9cadc234b34d139566552060ae381db224d0ad9ca2ff
|
|
| MD5 |
e9e0fdfcc31e8ecc869bbbd0282d2441
|
|
| BLAKE2b-256 |
cff770db5736231b08e8ae9a5e9ea917fca78647384c1225f367224c5ede21da
|