Siege is an open source regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. Basic usage: siege -b -c=10 -t=5m {{ url }} Useful keys: -c, –concurrent=N How many parallel requests-t, –time=MINSmContinue Reading