Site menu:

Categories

Tags

Site search

 

June 2005
M T W T F S S
« May   Jul »
 12345
6789101112
13141516171819
20212223242526
27282930  

Archives

Links:

Bandwidth limiting

This is another one for the todo list. A program which does bandwidth limiting of anything run after it.
Something like “limit -d 25K aptitude upgrade” would limit aptitude to a total download speed of 25KB/s.
How to implement this? Good question, dunno if it’s possible to use the QoS stuff in linux, but using LD_PRELOAD trick and trapping send/recv might be easier.

Write a comment