Wednesday, August 22, 2012

Simulate Slow Connection / Throttling Connection

Helpful command to test against low connections (mimicking 3G or worse):

OSX:

sudo ipfw add pipe 1 src-port http
ipfw pipe 1 config delay 200 bw 300kbit/s

To restore your connection:

ipfw flush