Is there a way to check my web application to see if it can handle thousands of hits from many geographic regions?

I have a web application and I want to see how much traffic it can do without a glitch.

Is there any service or product that will grow on my website with thousands or tens of thousands of hits over a long period from different geographical regions?

+3
source share
3 answers

One of the options I read is to use Amazons EC2 to generate traffic, which means that you can rent a large number of cars from several different geographical regions for relatively little money. Then you can run the existing load testing tools, as other answers are mentioned or written on their own if you have special requirements.

+2
source

JMeter is a popular load testing tool

+3
source

I read about The Grinder , but never used it.

+1
source

Source: https://habr.com/ru/post/1795760/


All Articles