0

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.

Rubi Naaz
  • 27
  • 1
  • 3

2 Answers2

3

You are much better off using ab

Some nice examples

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

Yavor Shahpasov
  • 481
  • 2
  • 6
3

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.

EEAA
  • 109,363
  • 18
  • 175
  • 245