I want to have multiple simultaneous HTTP connections to my webserver which has a website hosted to perform load testing.
Can anyone tell me how can we use a 'telnet' command in a script to do the same ?
Thanks.
|
|
|
You are much better off using ab Some nice examples http://www.cyberciti.biz/tips/howto-performance-benchmarks-a-web-server.html |
|||
|
|
|
There are a lot of very good HTTP load testers out there. It seems that homebrewing one from the ground up would be a waste of time unless you have some very specific use cases you wanted to test. Check out ab for starters. |
|||
|
|