powdahound / reflex

A system for aggregating live statistics data and sending it to collectd.

This URL has Read+Write access

reflex /
name age message
file .gitignore Loading commit data...
file README.md
directory clients/
directory server/
directory util/
README.md

Reflex is a system which allows you to monitor live applications without parsing logs or counting values in your code. Reflex clients send UDP packets to a central server which aggregates the data and sends it to Collectd every minute. My hope is that this support is added to Collectd's UnixSock plugin in the future.

It was inspired by Flickr-StatsD which is explained here.