tc qdisc replace dev $NIC root tbf rate $RATE_TOTAL latency 50ms burst $BURSTThe total data rate was pegged within acceptable limits, but the problem is that data stopped flowing after tc was active after a few hours. The busy site had a few peak periods and presumably used up all the traffic allotment. Perhaps tc remembers the traffic between invocations? I then tried a slightly more sophisticated setup: tc qdisc del dev $DEV rootUnfortunately, I still don't get any traffic flowing while tc is active now. Seems that I need to reset something. Any suggestions? I've shut down the problem site and disabled tc while I try to figure out a solution. Thanks for your help! Mike mslinn at mslinn.com |