Reputation: 69
My Question is: I am run with the 10 users for google homepage, but while i'm seeing in the Summary report the samples are above 1L.
Can anyone please help us on this..?
Upvotes: 0
Views: 62
Reputation: 2978
I think, you are making confusion with the Threads and Requests.
In JMeter, Threads are the virtual users here. Those users/threads will hit your target application server. In this case, 10 users are hitting on the google.com homepage within the test duration. These 10 users will invoke to the server according to your given ramp-up time. See this for an example: How should I calculate Ramp-up time in Jmeter
On the other hand, Samplers are requests. These requests are generated by those 10 threads. In this case, your 10k samples are generated by your defined 10 threads/users within your test duration.
Upvotes: 0