Skip to content

GongziXin/TCPBenchmarks

 
 

Repository files navigation

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,

100 connections

200k connections

1m connectinos

About

fast tcp communication benchmarks tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 39.1%
  • HTML 34.5%
  • JavaScript 24.8%
  • CSS 1.6%