Gokul
Gokul

Reputation: 105

Load test with 300 simultaneous users using jmeter

How can i load test a login page with 300 simultaneous users using jmeter (not one user after another. Login with 300 users at the same time)? What should be the thread group setting for this?

Upvotes: 1

Views: 6502

Answers (3)

olyv
olyv

Reputation: 3817

I would try to use CSV Data Set Config and Synchronizing Timer set to 300 users

Upvotes: 0

Alon
Alon

Reputation: 374

JMeter is perfect for the job! You will need a CSV file with 300 names and passwords. Then you would need to use CSVDataSetConfig: http://jmeter.apache.org/usermanual/component_reference.html#CSV_Data_Set_Config Here is a link to a short tutorial: http://blazemeter.com/blog/jmeter-tutorial-video-series Video #4 and #5 describe exactly what you need.

BTW, same functionality is supported by blazemeter, free of charge up to a level of 50 concurrent users.

Upvotes: 3

Ronald Swets
Ronald Swets

Reputation: 1667

I would suggest looking at http://loadimpact.com you can simulate users visiting your website. It is not free though

Upvotes: -1

Related Questions