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.

link|improve this question

25% accept rate
feedback

2 Answers

You are much better off using ab

Some nice examples

http://www.cyberciti.biz/tips/howto-performance-benchmarks-a-web-server.html

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.