Limiting network throughput of an already launched process ? (Linux/FreeBSD)
Posted
by
jbdenis
on Server Fault
See other posts from Server Fault
or by jbdenis
Published on 2010-12-29T16:05:11Z
Indexed on
2010/12/29
16:55 UTC
Read the original article
Hit count: 168
Hello everybody,
is there any utility to limit the network throughput of a process after it has been launched ? Simple example: you note that a user takes all your upload bandwidth using scp and you'd like to limit the rate or decrease the priority of the transfer.
I guess i could use a combination of iptables/tc or pf to achieve that, but i was wondering if there is a "one-shot" tool available (like tickle with a --pid option ^^) ?
Regards,
Jean-Baptiste
© Server Fault or respective owner