etsy/statsd – Network & IT Systems Monitoring

StatsD is a front-end proxy for the Graphite/Carbon metrics server, originally written by Etsy’s Erik Kastner. It is based on ideas from Flickr and this post by Cal Henderson: Counting and Timing. The server was written in Node, though there have been implementations in other languages since then.

A network daemon that runs on the Node.js platform and listens for statistics, like counters and timers, sent over UDP or TCP and sends aggregates to one or more pluggable backend services (e.g., Graphite).

We (Etsy) blogged about how it works and why we created it.

 

[slideshare id=7308400&doc=mbrittain-metrics-drivenengineering201103045public-110318112505-phpapp02]

 

Gitub
https://github.com/etsy/statsd/
Wiki
https://github.com/etsy/statsd/wiki
Etsy blog / Code As Craft
http://codeascraft.com/2011/02/15/measure-anything-measure-everything/

 

Librato
https://metrics.librato.com/

Monitis: Network & IT Systems Monitoring
http://www.monitis.com

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.