Home > front end >  JMeter Aggressivity
JMeter Aggressivity

Time:04-09

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 ?

enter image description here

enter image description here

CodePudding user response:

  1. Total throughput is 86 requests per second
  2. 100 users might be not enough to "blast" your IIS instance, I would rather recommend going for enter image description here

  • Related