Skip to content

Commit

Permalink
update list of endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
copperlight committed Feb 2, 2024
1 parent 8df2297 commit 553941a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 553941a

Please sign in to comment.