Hi All,
I have redhat AS4. Jboss Web server is installed over it. I want to make a script which can generate plenty of HTTP Requests towards the web server. There is a perticular URL:
http://localhost:8080/myapplicationNormally when i run this url in browser, it sends and HTTP Get to web server, and webserver is connected with a 3rd application. When web server will receive HTTP Get from web browser, it will process the request and will pass it to 3rd party application which is also running on same server.
I want to make a script by which i can run this URL simultaneously 1000 times or 500 times, and i would be able to change this value at run time. Like when the script will run it should say me how many times you want to run the HTTP URL.
2ndly, There should be also input for Througput, like how many times HTTP Get should be generated in a second. 1 Request per second or 10 requests per second or 100 requests per second. This value should also be changeable at run time.
I ll use this script to check application stability and number of concurant connections supported by.
Kindly any body can provide me this type of script and example. It should be in bash.
Many Thanks,
Terhana
Start Free Trial