The Curl syntax allows you to specify sequences and sets of URL’s. Say for example we’re going to run a load stress test against Google we can run…
curl -s "http://google.com?[1-1000]"
This will make 1000 calls to google i.e. Continue reading “How to quickly stress test a web server” »