https://github.com/vectordotdev/tcp_test_server
TCP server useful for testing
https://github.com/vectordotdev/tcp_test_server
Last synced: 1 day ago
JSON representation
TCP server useful for testing
- Host: GitHub
- URL: https://github.com/vectordotdev/tcp_test_server
- Owner: vectordotdev
- License: apache-2.0
- Created: 2019-05-20T13:47:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T20:01:38.000Z (9 months ago)
- Last Synced: 2025-06-09T17:11:22.143Z (7 months ago)
- Language: Go
- Size: 171 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCP Test Server
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.
## Getting started
1. Run `go build`
2. Run `./tcp_test_server --address=0.0.0.0:9000`
### Docker image
The HTTP test server is also available as a Docker image:
```bash
docker pull timberiodev/tcp_test_server:latest
```
[test harness]: https://github.com/timberio/vector-test-harness
[Vector]: https://github.com/timberio/vector