search for: rate_tot

Displaying 4 results from an estimated 4 matches for "rate_tot".

Did you mean: rate_est
2009 Jun 11
1
Thusnelda - Floating point exception in encoder_toplevel.c:209
Hi all, I've been hitting the odd floating point exception errors using the new alpha encoders. They're encoding a live stream so I can't reproduce the crash on demand, and it might only happen once every few days so it's been fun trying to get a backtrace. The crash happens in a fairly scary block of code, I wouldn't have a clue where to begin trying to fix it!
2004 Oct 13
2
Resetting traffic history
...ver. The site has it''s own IP address. I have a bit of a problem in that the way I originally configured tc, the busy site grabbed all the bandwidth, leaving none for the other (and more important) sites. Here is how I had configured it: tc qdisc replace dev $NIC root tbf rate $RATE_TOTAL latency 50ms burst $BURST The 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...
2007 Sep 19
1
major packet loss with htb
...ven''t touched quantums nor bursts, only rates and ceils. But I don''t think these problems are caused by this alone. What am I missing? Also with the current configuration uplink nor downlink go near 25Mbit, so I there should be free bandwidth. The qos commands are as follows: RATE_TOTAL="24500kbit" QUANTUM_BIG="20000" RATE_HIGH="7500kbit" CEIL_HIGH="10000kbit" RATE_DEFAULT="10000kbit" CEIL_DEFAULT="20000kbit" RATE_P2P="3000kbit" CEIL_P2P="3100kbit" tc qdisc add dev eth1 root handle 1:0 htb default 2...
2006 Jul 19
2
PRIO and CBQ
Hi, I''m work on traffic shaping and I would like to know if it''s possible to mix differents Queueing Disciplines ?? I would like to combine the proporties of a PRIO discipline with that of a CBQ discipline. I read some documentation and I found nothing about that, can you help me ? I think to try something like that : tc qdisc add dev $DEV root handle 1: cbq … tc class add dev