Re: [CentOS] Traffic shaping problem

2013-02-06 Thread Helmut Drodofsky
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}

Re: [CentOS] Traffic shaping problem

2013-02-04 Thread John Doe
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

[CentOS] Traffic shaping problem

2013-02-03 Thread Bent Terp
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