From 553941ae2ff5622e3e7175901e35f396d674039f Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Fri, 2 Feb 2024 18:05:55 -0500 Subject: [PATCH] update list of endpoints --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82bdd07..1bc17c2 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,10 @@ path. By default, the daemon will listen on the following endpoints: -* UDP port = 1234 *(~430K reqs/sec with 16MB buffers)* -* Unix domain socket = `/run/spectatord/spectatord.unix` *(~1M reqs/sec with batching)* +* Metrics Message Protocol + * `1234/udp` *(~430K reqs/sec with 16MB buffers)* + * `/run/spectatord/spectatord.unix` Domain Socket *(~1M reqs/sec with batching)* +* Admin Server: `1234/tcp` The choice of which endpoint to use is determined by your performance and access requirements; the Unix domain socket offers higher performance, but requires filesystem access, which may not