GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TRICKLED(8) FreeBSD System Manager's Manual TRICKLED(8)

trickled
userspace bandwidth manager daemon

trickled [-h] [-v] [-V] [-f] [-s] [-d rate] [-u rate] [-t seconds] [-l length] [-p priority] [-c file] [-n path] [-N seconds] [-w size]

trickled is a userspace bandwidth manager daemon. trickled manages several trickle(1) sessions at a time, shaping across multiple sessions.

The options are as follows:

Increases the verbosity level (can be specified multiple times).
Prints version.
Runs trickled in the foreground.
Uses syslog for all output (instead of stderr).
rate
Limit the download bandwidth consumption to rate KB/s.
rate
Limit the upload bandwidth consumption to rate KB/s.
seconds
Set smoothing time to seconds s. The smoothing time determines with what intervals trickled will try to let the application transcieve data. Smaller values will result in a more continuous (smooth) session, while larger values may produce bursts in the sending and receiving data. Smaller values (0.1 - 1 s) are ideal for interactive applications while slightly larger values (1 - 10 s) are better for applications that need bulk transfer. This parameter is customizable on a per-application basis via trickled.conf(5). The default value is 5 s.
length
Set smoothing length to length KB. The smoothing length is a fallback of the smoothing time. If trickled cannot meet the requested smoothing time, it will instead fall back on sending length KB of data. The default value is 10 KB.
priority
Set default priority to priority.
file
Use the configuration file file. This file must be of the format documented in trickled.conf(5).
path
Set socket name to path. By default, trickled uses /tmp/.trickled.sock.
seconds
Notifies user of total bandwidth consumption every seconds s.
size
Set peak detection window size to size KB. This determines how aggressive trickled is at eliminating bandwidth consumption peaks. Lower values will be more aggressive, but may also result in over shaping. The default value (512 KB) is usually sufficient.

trickled -u 10 -d 20

Limit aggregate trickle(1) upload bandwidth consumption to 10 KB/s and download consumption to 20 KB/s.

trickle(1), trickled.conf(5), syslog(3), netintro(4)

trickled has been developed by Marius Aamodt Eriksen ⟨marius@monkey.org⟩.
February 27, 2003 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.