I'm testing 10 web services(REST) and the requirement is to load test each service with 30 Request per Second per Service. So totally I'm expecting 300 requests per second for all 10 services. All these 10 services are accessed by a single physical user account(i.e only one physical user id and password) and I don't have any other account.
To meet the above requirement of 30 Requests/Second/Service & 300 Requests/Second/10Services; Duration of 1 hour testing:
- how many threads(users) i need to create in JMeter? Please give me the formula for calculating it?
- How many Load generators needs to be added?
- what are all other parameters I should consider?
I already referred the following websites but nothing avl for webservices: