Linux

Software version1.07
Operating SystemDebian 7
WebsiteTrickle Website
Last Update06/05/2013

Introduction

trickle is a portable lightweight userspace bandwidth shaper. It can run in collaborative mode (together with trickled) or in stand alone mode.

trickle works by taking advantage of the unix loader preloading. Essentially it provides, to the application, a new version of the functionality that is required to send and receive data through sockets. It then limits traffic based on delaying the sending and receiving of data over a socket. trickle runs entirely in userspace and does not require root privileges.

Installation

  aptitude install trickle
  

Usage

To use it, it’s really easy. Simply add a command prefix with desired max bandwidth:

  trickled -u 10 -d 20 firefox
  

Here, the maximum upload is set to 10k and upload to 20k.

Last updated 06 May 2013, 13:47 CEST. history