Table of contents
Testing with JMeter
To know the performance of our service, we could use JMeter
to set up the tests we want and see if we need to adjust the setup of our service or improve our models. Here is a nice tutorial to illustrate how to use JMeter to set up the testing.
If we want to test our service, we set up say 100 users to query our service and each user would query our service 10 times. We would provide more test results in the future when we have specific requirements for the service and show how our changes in configs give different results.