-2

I want to apply some load testing to my web (remote) server, actually I have tried Httperf with Autobench, but I don't have the knowledge to know what values to use for the number of connections and number of requests/seg.

So I have 2 questions:

1) What are values that you recommend me to try for number of connections and number of requests

2) Are these values limited by the bandwith of the internet connection from where I am doing the tests? I have a 1Mbps/256Kbps connection :(

jeanc
  • 101

1 Answers1

1

1) we can't tell. You need to test with the load you expect to have, and you will see if your server can process that load, and in what time.

2) Yes they are, mostly by your upload. Latency will be longer because of your limited upload speed.

mulaz
  • 10,962