[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: DSL - Bandbreite aufteilen zwischen Applikationen



Martin Theiss schrieb:
> Martin Schmitz wrote:
>> Christoph Conrad schrieb:
>> > Ich würde gerne Applikationen eine feste oder Mindestbandbreite
>> > zuteilen, die sie für sich haben.
>> 
>> Dann mußt Du Dir die Datacenter Edition von Windows-Server installieren.
>> Bandbreite begrenzen geht mit Linux nur auf Protokoll-Ebene, nicht aber
>> auf Per-Anwendungs-Basis, Bandbreite zusichern geht garnicht. ;-)
> 
> Bandbreitenbeschränkung auf Anwendungsebene geht sehr wohl unter linux!!!
> apt-cache show trickle
> Description: user-space bandwidth shaper
>  Trickle is a voluntary, cooperative bandwidth shaper. it works
>  entirely in userland and is very easy to use.
>  .
>  The most simple application is to limit the bandwidth usage of programs.

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. - http://monkey.org/~marius/pages/?page=trickle

Klar, sowas funktioniert natürlich mit jedem System, genauso wie es
viele Anwendungen gibt, die ihre Bandbreite selbst beschränken können.
*Linux* kann es trotzdem noch nicht. ;-)

Martin



Reply to: