Skip to content

Instantly share code, notes, and snippets.

@st3phan
Forked from pixelpogo/gist:1222411
Created November 15, 2012 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save st3phan/4078229 to your computer and use it in GitHub Desktop.
Save st3phan/4078229 to your computer and use it in GitHub Desktop.
How to simulate low bandwidth on mac os x
# try
# 48kbit/s for Dialup
# 64kbit/s for Edge
# 384kbit/s for 3G
# 768kbit/s for DSL
# 1572kbit/s for T1
#
# to simulate low bandwidths.
#
# And: You can play with the delay option.
sudo ipfw pipe 1 config bw 64kbit/s plr 0.05 delay 500ms; sudo ipfw add pipe 1 dst-port http
# to reset (speedup again)
sudo ipfw flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment