an ASP.NET performance bottleneck mystery

前端 未结 7 1364
心在旅途
心在旅途 2021-02-10 16:28

A classic ASP.NET app - AppSrv + MS SQL DB. Both servers are heavy-lifters 8 cores, 20 GB of RAM. When load testing, the throughput goes somewhere to 400 VirtualUsers (according

相关标签:
7条回答
  • 2021-02-10 17:13

    Also check for network saturation. Make sure you aren't maxing out the network connection between your load test machine and the web server. Also, if you are returning alot of heavy text/binary data between your web and database server monitor that network connection.

    0 讨论(0)
提交回复
热议问题