I am trying to stress test a IIS running a AspNet core App. to do this i setup a Thread Group with 100 workers In the thread group I use a Loop Controller in the loop controller I use a Access Log sampler in order to replay real Get requests obtained from NCSA formatted logfile.
I am amazed to see that i obtain as total throughput only 100 request per sec. how can i check if this is a limitation of jmeter or if this is a limitation of my web App ? I would expect jmeter to blast my server and see target CPU shoot at 100%. or shall I increas again already high value of 100 threads ?
CodePudding user response: