Is there any open source tool for testing load on website
I just wanted to ask that is there any open source or free tool exists which can help to do load testing like at what no. of users the server will crash, I just want to know that on how much load(no. of users) my server will crash so that I'll be prepare accordingly when I know the numbers of users might be coming on my website.
I had great success using Locust. It's extremely easy to write tests for, and you can use it both in CLI and WebUI mode.
https://locust.io/