Search code examples
windowsiisnetwork-programmingnetwork-trafficbandwidth-throttling

Free tool to throttle traffic between local IIS (loopback) and browser on local machine?


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?


Solution

  • 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 :-)