Hi,
I'm using a script:
#!/bin/bash
NETZWERK_DEVICE="eth0"
OUT_REMOTE_SPEED_MAX="7500kbit"
OUT_LOCAL_SPEED_MAX="8kbit"
OUTGOING_SPEED_3="$1"
INCOMING_SPEED_1="$1"
INCOMING_SPEED_2="200kbit"
/sbin/tc qdisc del dev ${NETZWERK_DEVICE} root 2> /dev/null
/sbin/tc qdisc add dev ${NETZWERK_DEVICE}
From: Bent Terp
> I tried last week to do traffic shaping on a production system,
> object of the exercise was simply to throttle the outgoing traffic.
> tc qdisc add dev eth4 root tbf rate 300mbit burst 300kb latency 50ms
> But the server became rather instable, crashing repeatedly without
> any
Hi all,
I tried last week to do traffic shaping on a production system,
object of the exercise was simply to throttle the outgoing traffic.
tc qdisc add dev eth4 root tbf rate 300mbit burst 300kb latency 50ms
But the server became rather instable, crashing repeatedly without
anything in the logs
3 matches
Mail list logo