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.

link|improve this question

76% accept rate
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 Sep 26 '11 at 9:16
feedback

closed as exact duplicate by Nifle, ChrisF, Sathya Sep 27 '11 at 11:12

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

You can view more details in here - Simulate limited bandwidth from within Firefox? as it also mention about OSX:

http://www.stewart.com.au/ip_relay/

link|improve this answer
feedback

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.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.