Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page