rest - what is the best way to get the maximum tps server can support -


i have 20 rest api's build using jersey , apache client.i want know max tps server can withstand, using jmeter tool.what best way achieve such kind of performance scenario goal.

  1. first of build test plan. believe should have @ least 20 http request samplers cover endpoints , http header manager send correct content-type header. see testing soap/rest web services using jmeter article details.
  2. once have test plan - run 1-2 virtual users check supposed doing. inspect requests , responses details using view results tree listener. modify requests if needed.
  3. configure thread group(s) load increased gradually, i.e. provide reasonable ramp-up time
  4. once you're happy test behaviour disable view results tree listener , run test in non-gui mode
  5. analyze results using i.e. html reporting dashboard. value interests lives in hits per second graph

Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -