Hi Team, Here is something I am trying to dig...

  • perf-test.com need your contributions to build up a strong repository of performance engineering resources.

S

Surender Sharma

Guest
Hi Team, Here is something I am trying to dig in! Situation: I executed a test with 300 users and achieved hits/sec of 327 as an average. Same configuration test, I executed with 600 vUsers and hits/sec achieved is not more than 350-390. -. I have went through the response time graph also and there is not that much deviation in 300load test and 600 load test If Response time has spiked, we could certainly look ahead with server changes. I have also tried nullifying the Pacing and think time, but still it hooks up with same hits/sec. Can someone suggest, what could be exact issue, or what else we can try to find the bottle neck Thanks in anticipation
 
Check the JMS queue... The requests might be in pool..
 
Agreed with ravi.. Check the queue length a parameter might be notifying the requests in and out
 
In Webserver there might be limit of 350 to 400.check with developer
 
Thanks guys!! its an IIS server on which application is hosted I just checked the Maxconnection, Concurrent connection etc parameters, everything looks ok, can you please suggest somthing more i can dig in.