ASP.NET Applications Requests/Sec suddenly jumps to a value of about 70 million/sec. on 8 core web
- by Subhrajit Roy
We are doing performance testing of an ASP.NET web application with VSTS 2008.
We start with 2000 users and slowly ramp up to
5000 users (reaches this user load at around 2.5 hours after the tests start, after
this we stay at this user load). The total test duration is of about 6 hours
During these runs we have found that the counter Requests/Sec (under category ASP.NET applications)
suddenly spikes to a values of 36-72 millions !!!.
This keeps on happening intermittently i.e we see this issue once in every 3 performance runs
that we give on the same application.
In our testing environment we have 4 web servers and interestingly enough we have found that this issue occurs
only in the 8 core web servers.
Summarizing ...
Issue :
The counter Requests/Sec (under category ASP.NET Applications) suddenly jumps
to a value of about 70 million/sec. on 8 core web servers.
This results in an increase in SQL server connections opened by the application.
Response time goes for a toss.
Error rates also show similar behaviour.
However the counter ISAPI Extention Requests/sec does not show any abnormal increase.
The graph of this counter almost overlaps with that of counter Requests/Sec till the time
of the appearance of the spike.When the spike appears , this counter (ISAPI Extention Requests/sec)
actually shows a drop.
Test Settings :
Performance test run with Visual Studio Team System 2008.
Soak test run for 6 hours.
Maximum user load 5000 users. This is load is attained at about
2.5 hours into the run and mainted for remaining duration.(i.e for around 3.5 more hrs)
This issue is reproducible though happens intermittently. (i.e occurs one in three or four runs)
Test Environment :
Web site deployed on 4 Web Servers (Windows Server 2003).
Of these 2 are 4 core machines and the remaining 2 are 8 core ones.
.NET Framework 3.5 SP1 installed on all 4 web servers.
Application hosted on IIS 6.0 run in Worker process isolation mode.