Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 499 Bytes

A "local" UDP server for gathering statistical information from infrastructure and storing it in a Redis Stream.

Each UDP packet containing a value should be in the format:

#1.3=foo

And for counts:

1=bar

Test using netcat:

echo -n "1=hello world" | nc -4u -w0 localhost 9045 

The stats server does basic buffering of data and uses batch updates to reduce load on Redis.

The stats server is configured via Redis and currently supports the following settings: