Project

throttle

0.0
No commit activity in last 3 years
No release in over 3 years
Throttle your local bandwidth with IPFW on OSX
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Throttle

Uses ipfw on OSX to simulate slower connection speed.

Purpose

Throttle enables the simulation of a slower connection by allowing you to specify an exact bandwidth you would like to experience.

Usage

Prerequisites

  • Mac OSX 10.5, 10.6, 10.7

Installation

gem install throttle

Getting Started

From the command line:

Start throttling

Limit traffic to 100 Kilobits per second

throttle limit 100Kbps

Current Status

List all current limits in place.

throttle status

Remove all limits

throttle reset

Bandwidth

Bandwidth must be specified in [Kilo/Mega][bits/Bytes]/s.

  • 500Kbps - 500 Kilobits per second
  • 1MBps - 1 Megabyte per second

IPFW doesn't allow bandwidth greater than 268 MBps.