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.4.tar.gz
(2.7 kB
view details)
File details
Details for the file ganglia-0.2.4.tar.gz.
File metadata
- Download URL: ganglia-0.2.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40c3944e68345d02217bfe1de4ea5c78912e7ad6df9ce06628289d87e6e01289
|
|
| MD5 |
58652805a54ff66feb69bfe9965d3bd6
|
|
| BLAKE2b-256 |
6c79505353dd133945961912c46f412fc2aa73d4dfbe2e7ee6854b6eb10906ba
|