Reputation: 73
I'd like to know how to test a website performance in Jmeter with up to 1 million active users, all accessing the site at the same time.
Upvotes: 3
Views: 2399
Reputation: 168072
Given you have enough machines you can use as load generators it is not a problem to set up JMeter for such load.
Mind the following:
Upvotes: 3
Reputation: 1620
You could do this by having Jmeter in combination with a Virtual Server Hosting solution.
One way would be to setup multiple E2C machines in AWS and configure them so they each generate load using a load generation tool (like Apache JMeter) on a specific web application.
When you combine enough virtual load generators, you could reach 1 million virtual users (who probably get blocked by a Web Application Firewall or similar on the Application Under Test).
Information on Amazon EC2 - Resizable Compute Capacity in The Cloud.
Upvotes: 1