TCP Benchmarks
fast tcp communication benchmarks tool
Run Environment
Dotnet Core 2.1 or later
Install dotnet core
https://dotnet.microsoft.com/download
Run in windows
dotnet TCPBenchmarks.dll
or
run.bat
Run in linux
dotnet TCPBenchmarks.dll
or
./webapibenchmark.sh
Open Benchmarks tool
Webbrowser enter http://[host:9090]
change listen port
edit HttpConfig.json
"Host": "",
"Port": 9090,


