gstats is a software that provides flexible statistics gathering application, initially built for gunicorn (hence the g).
This is a simple app able to gather stats from gunicorn (or similar) and return them as a JSON object; you get:
- gstats-collectd -- stats collecting daemon
- gstatsctl -- provides a few handy commands to talk to the daemon and can serve as an example for your own code
- munin plug-ins to graph requests/second and average request, usable out of the box or as a basis for your own code
- a simple WSGI app that returns stats
Intended audience
... is mostly developers with (more than) one foot in systems administration looking to graph application parameters; if pretty graphs are your thing, you may find this useful
Requirements:
- Python
- PyZMQ
Comments not found