amazon web services - Counting number of requests per second generated by JMeter client -


this how application setup goes -

  • 2 c4.8xlarge instances
  • 10 m4.4xlarge jmeter clients generating load. each client used 70 threads

while conducting load test on simple request (685 bytes size page). came across issue of reduced throughput after time of test run. throughput of 18000 requests/sec reached 700 threads, remains @ level 40 minutes , drops. thread count remains 700 throughout test. have executed tests different load patterns results have been same.

throughput

the application response time considerably low throughout test -

enter image description here

according elb monitor, there reduction in number of requests (and suppose hence lower throughput ) - enter image description here

there no errors encountered during test run. set connect timeout http request yet no errors.

i discussed issue aws support @ length , according them not blocked network limit during test execution.

given number of threads remain constant during test run, these threads doing? there metrics can check on find out number of requests generated (not hits/sec) jmeter client instance?

testplan - http://justpaste.it/qyb0

try adding following test elements:


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -