Pergunta

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?

Foi útil?

Solução

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.

Outras dicas

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

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top