0

I want to do some performance tests on my dev box and want to throttle/slow down the traffic between the local IIS and the browser. I used the free NetBalanacer tool but it doesn't seem to support local traffic (using loopback adapter).

Any suggestions?

Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374

1 Answers1

1

Fiddler can simulate slow speed and latency. http://www.fiddler2.com

In general, Fiddler is a great HTTP debugging tool, that should be in any web developers toolbox :-)

driis
  • 161,458
  • 45
  • 265
  • 341
  • If you mean to use "Simulate Modem Speeds", I had it turned on but the response was extremely slow. Since it mentions 'Speeds', is there a way to adjust the speed? – Tony_Henrich Sep 12 '12 at 18:44
  • Yes, it can be scripted, see for instance: http://mrentropy.blogspot.dk/2008/12/using-fiddler-to-simulate-dsl-speeds.html (ie.: change the trickle speed) – driis Sep 12 '12 at 18:48