Network Link Conditioner

Posted: November 30, 2011 Comments(4)

I’m not sure how I missed it, but a new feature to OS X Lion is a Preference Pane called Network Link Conditioner. This is a thing of beauty for Web developers the world over; built in network throttling on an OS level.

Screenshot of Network Link Conditioner

Throttling comes in as a need for various reasons. I’ve wanted to throttle my connection a number of times to test the sequence of JavaScript events that get fired, check out how the initial load of a page would feel, or include some graceful fallback for those times when a connection would completely drop. Formerly, I would use the Charles Web Debugging Proxy and it was awesome.

Screenshot of Charles

Charles, at a very high level, was a proxy that you could direct your requests through and it would throttle how fast things took place. The recording tools were awesome, but way beyond what I was needing to do. The other issue with it was a required dependency on a Firefox Add-on. With that, you could only simulate alternative network conditions in a single browser.

Network Link Conditioner changes that by offering an altered connection on a system level, allowing you to throttle your bandwidth top to bottom. The pref pane gives a number of options for throttling too:

Network Link Conditioner profiles

All in all, I’m really excited to have discovered Network Link Conditioner. Unfortunately, it’s limited to OS X Lion, so if you haven’t upgraded the preference pane won’t be available. If you have upgraded, Network Link Conditioner is not installed by default, but you can find it and install by double clicking /Applications/Utilities/Network Link Conditioner/Network Link Conditioner.prefpane — enjoy!

Get my newsletter

Receive periodic updates right in the mail!

  • This field is for validation purposes and should be left unchanged.

Comments

  1. It wasn’t in my Utilities folder, either, but a Spotlight searched turned it up. Thanks for the tip—this is going to be really, really useful.

Leave a Reply

Your email address will not be published. Required fields are marked *