Reputation: 67
I ran ab and Jmeter. For ab I used 200 concurrency with a total of 20000 requests and for Jmeter 200 sized thread group for 100 loops. The results of the #requests/sec varied a lot. From ab I get ~1000 and Jmeter gives me 500 at max. Also while setting verbosity of the responses for the ab test I receive very few (~100) responses back. Is it the reason why abTest is performing better?
Upvotes: 0
Views: 549
Reputation: 34516
Are you following JMeter best practices when running your test:
If not, then it explains your issues.
Another possibility is that you're not setting a startup delay of 10 seconds for JMeter to create the threads, which impacts then your test.
Upvotes: 2