Reputation: 101
I am new to Asp .Net Core. I need to know the maximum number of parallel requests kestrel web server can handle and how to monitor them. I tried to use Prometheus to monitor but it didn't helped.
Upvotes: 1
Views: 411
Reputation: 2733
About 7 million rqts / sec: https://www.ageofascent.com/2019/02/04/asp-net-core-saturating-10gbe-at-7-million-requests-per-second/
Any monitoring system is working fine, you can use AppInsights, any advanced logging lib like Serilog ...
Upvotes: 1