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.2.tar.gz
(2.7 kB
view details)
File details
Details for the file ganglia-0.2.2.tar.gz.
File metadata
- Download URL: ganglia-0.2.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92b2061a3c41d07fbddb096a1f573be7826721b743639d489049aa544a5d910d
|
|
| MD5 |
3370f7387c289447ff447bfe66feda7e
|
|
| BLAKE2b-256 |
5bd6f9b730298a4e8bda545c9bbde141fa9114bff7aaeaf8d44b8ed3854f2b9d
|