A simple TCP server useful for testing. Has the option to write all messages to a file.
This is used in Vector's test harness to test and benchmark TCP performance.
- Run
go build
- Run
./tcp_test_server --address=0.0.0.0:9000
The HTTP test server is also available as a Docker image:
docker pull timberiodev/tcp_test_server:latest