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.2.1.tar.gz
(2.6 kB
view details)
File details
Details for the file ganglia-0.2.1.tar.gz.
File metadata
- Download URL: ganglia-0.2.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c7f43354b748c5452a90648bbabe1ed8e3db9c3cccf010d73b28ef0fc63b718
|
|
| MD5 |
510eb54bb48f8bcece0a6046466e327c
|
|
| BLAKE2b-256 |
838ab09132c152317fde0d653c38b0e2639e06f8cd601af786370c9d953b6b86
|