Simulating slower internet connection

2

Possible Duplicate:
Throttle network bandwidth per application in Mac OS X

I need to test my application on slower internet connection. Is there anyway to limit the connection speed. I tried to use Firefox throttle, but it does not work on newer versions of firefox. I am using OSX. Is there any way to limit bandwidth of the browser (chrome/firefox) for sometime.

darthvader

Posted 2011-09-26T09:07:16.833

Reputation: 3 709

Question was closed 2011-09-27T11:12:52.690

You need to look at something to throttle your bandwidth. A search for "os x throttle bandwidth" turns up quite a few results but as I don't use Macs I cant comment on which is the best approach. – ChrisF – 2011-09-26T09:16:06.383

Answers

2

Larry Morries

Posted 2011-09-26T09:07:16.833

Reputation: 518

1

You can use Charles if you only need to throttle HTTP/HTTPS traffic. Throtteling is only one of the many usefull features of this Software.

If you need to throttle all IP traffic you can use ipfw. Here's a handy manual on how-to do this.

If you have Xcode installed (it's free from the Mac App store) you can use the "Network Link Conditioner". You can select from 11 built-in profiles for different network types such as 3G, Lossy Network, etc.

mich732

Posted 2011-09-26T09:07:16.833

Reputation: 314