StatsD Admin Interface
The StatsD admin/management interface is a plain-text TCP service exposed on port 8126 (default), used to inspect daemon state and clear in-memory aggregates. Supported commands are `stats`, `counters`, `gauges`, `timers`, `delcounters`, `delgauges`, `deltimers`, `health [up|down]`, `config`, and `quit`. Each command is line-terminated; the daemon responds with one or more lines of plain text and the command name as a terminator (`END`). Wildcards (`*`) are supported on the delete commands. The interface is intended for telnet/netcat-style operator use and for tooling that wants to snapshot counters or toggle health checks.