performance testing - jmeter -How to set max value in Aggregate report -


i have test plan rest api 1 thread group 2 samplers within. while running load test for

  • no of threads(users):80
  • ramp period: 1

i "response code: 504 response message: gateway_timeout" in jmeter.

i observed when max value in aggregate graph reaches 60000ms response gets timed out. need done prevent time out issue. load test works fine when use 50 users or less.

i think getting timeouts because @ load of 80+ users, response time shoots application or rest api's have less time out duration set. because of heavy response times exceeding time out duration , getting errors.

to resolve issue simplest solution increase time out values if possible.

otherwise need improve response time of rest api's better value won't timeouts.
while doing this, monitor system utilization sure changes not hampering anywhere else.

from saying seems application limit ~60 users load given configuration.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -