statsd
Version:
Network daemon for the collection and aggregation of realtime application metrics
19 lines (16 loc) • 1.32 kB
Markdown
# Server Implementations
The following is a list of projects that re-implement StatsD, if the the main project isn't for you, perhaps one of these is.
* [brubeck](https://github.com/github/brubeck) - Server in C
* [clj-statsd-svr](https://github.com/netmelody/clj-statsd-svr) — Clojure server
* [gographite](https://github.com/amir/gographite) — Server in Go
* [gostatsd](https://github.com/atlassian/gostatsd) — Server in Go
* [netdata](https://github.com/firehol/netdata) - Embedded StatsD server in the netdata server, in C, with visualization
* [Net::Statsd::Server](https://github.com/cosimo/perl5-net-statsd-server) — Perl server, also available on [CPAN](https://metacpan.org/module/Net::Statsd::Server)
* [Py-Statsd](https://github.com/sivy/py-statsd) — Server and Client
* [Ruby-Statsdserver](https://github.com/fetep/ruby-statsdserver) — Ruby server
* [statsd-c](https://github.com/jbuchbinder/statsd-c) — Server in C
* [statsdaemon (bitly)](https://github.com/bitly/statsdaemon) — Server in Go
* [statsdaemon (vimeo)](https://github.com/vimeo/statsdaemon) — Server in Go
* [statsdcc](https://github.com/wayfair/statsdcc) - Server in C++
* [statsdpy](https://github.com/pandemicsyn/statsdpy) — Python/eventlet Server
* [statsite](https://github.com/armon/statsite.git) — Server in C