This project provides a StatsD-compatible proxy which routes metrics to multiple local UDP ports. It chooses the backend port for each metric by hashing the metric name, to ensure aggregation works properly. Its purpose is to allow scaling StatsD implementations which cannot exploit multiple CPU cores.
Usage:
statsdlb SRC_PORT DST_PORT1 [DST_PORT2 ...]