UNKNOWN
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.1.tar.gz
(2.5 kB
view details)
File details
Details for the file ganglia-0.1.tar.gz.
File metadata
- Download URL: ganglia-0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7dfd8ff79693980bd99723e8bef3f1178db0bc7c32fdaab5de5137fe6954877
|
|
| MD5 |
14289b98b58e196e689e1e36eead289d
|
|
| BLAKE2b-256 |
0fab3c0a8081ba7a5024965987f7dae7b9795a1608e02ae952059672364071c5
|