Skip to content

Perft testing HttpClientFactory with MaxConnectionsPerServer

Notifications You must be signed in to change notification settings

rezabay/HttpClientPerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HttpClientPerf

Perf testing HttpClientFactory with MaxConnectionsPerServer

How to run the tests

  • Run Client: dotnet run --project PerfTest.Client/
  • Run Server: dotnet run --project PerfTest.Server/
  • Install ddosify from Link
  • Start a load test: ddosify -t https://localhost:7007/api/test -n 2000 -d 50
  • Install dotnet-counters: dotnet tool install --global dotnet-counters
  • Get list of dotnet processes: dotnet-counters ps
  • Monitor PerfTest.Client: dotnet-counters monitor -p ${PID} --counters System.Net.Http,System.Net.Sockets

About

Perft testing HttpClientFactory with MaxConnectionsPerServer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages