Re: txqueuelen has wrong units; should be time
From: Stephen Hemminger <hidden>
Date: 2011-03-02 07:08:00
Also in:
lkml
On Wed, 2 Mar 2011 07:41:30 +0100 (CET) Mikael Abrahamsson [off-list ref] wrote:
On Tue, 1 Mar 2011, Stephen Hemminger wrote:quoted
It is possible to build an equivalent to WRED out existing GRED queuing discipline but it does require a lot of tc knowledge to get right.To me who has worked with cisco routers for 10+ years and who is used to the different variants Cisco use, tc is just weird. It must come from a completely different school of thinking compared to what router people are used to, because I have tried and failed twice to do anything sensible with it.
Vyatta has scripting that handles all that: vyatta@napa:~$ configure [edit] yatta@napa# set traffic-policy random-detect MyWFQ bandwidth 1gbps [edit] vyatta@napa# set interfaces ethernet eth0 traffic-policy out MyWFQ [edit] vyatta@napa# commit [edit] vyatta@napa# exit vyatta@napa:~$ show queueing ethernet eth0 eth0 Queueing: Class Policy Sent Rate Dropped Overlimit Backlog root weighted-random 16550 0 0 0 vyatta@napa:~$ /sbin/tc qdisc show dev eth0 qdisc dsmark 1: root refcnt 2 indices 0x0008 set_tc_index qdisc gred 2: parent 1: DP:0 (prio 8) Average Queue 0b Measured Queue 0b Packet drops: 0 (forced 0 early 0) Packet totals: 82 (bytes 9540) ewma 3 Plog 17 Scell_log 3 DP:1 (prio 7) Average Queue 0b Measured Queue 0b Packet drops: 0 (forced 0 early 0) Packet totals: 0 (bytes 0) ewma 2 Plog 17 Scell_log 2 DP:2 (prio 6) Average Queue 0b Measured Queue 0b Packet drops: 0 (forced 0 early 0) Packet totals: 0 (bytes 0) ewma 2 Plog 17 Scell_log 2 DP:3 (prio 5) Average Queue 0b Measured Queue 0b Packet drops: 0 (forced 0 early 0) Packet totals: 0 (bytes 0) ewma 2 Plog 16 Scell_log 2 DP:4 (prio 4) Average Queue 0b Measured Queue 0b Packet drops: 0 (forced 0 early 0) Packet totals: 0 (bytes 0) ewma 2 Plog 16 Scell_log 2 DP:5 (prio 3) Average Queue 0b Measured Queue 0b Packet drops: 0 (forced 0 early 0) Packet totals: 0 (bytes 0) ewma 2 Plog 16 Scell_log 2 DP:6 (prio 2) Average Queue 0b Measured Queue 0b Packet drops: 0 (forced 0 early 0) Packet totals: 0 (bytes 0) ewma 2 Plog 15 Scell_log 2 DP:7 (prio 1) Average Queue 0b Measured Queue 0b Packet drops: 0 (forced 0 early 0) Packet totals: 0 (bytes 0) ewma 1 Plog 15 Scell_log 1 QoS on Cisco has different/other problems mostly because various groups tried to fix the QoS problem over time and never got it quite right. Also WRED is not default on faster links because it can't be done fast enough.