To test my web-app for a peculiar test case, i need to fire about 20 http requests concurrently. I thought of writing a PERL script for this but then I wanted to check if there is a ready-made solution or script already available to do this.
Any help guys?
PS: Just curious if there a desktop application for this.
You’re looking for
ab(apachebench): http://httpd.apache.org/docs/2.0/programs/ab.html