c1 -- + ip tcp_metrics show + uname -a Linux c1 5.1.0-rc2+ #20 SMP Sat Nov 9 16:43:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux + git log --pretty=short HEAD^..HEAD commit 2ff88c6264b5b7823b61a18b7e81daf5ad43eebe Author: Pete Heist Add libdb-dev to tc-adv deps. s1 -- + ip tcp_metrics show + uname -a Linux s1 5.1.0-rc2+ #20 SMP Sat Nov 9 16:43:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux + git log --pretty=short HEAD^..HEAD commit 2ff88c6264b5b7823b61a18b7e81daf5ad43eebe Author: Pete Heist Add libdb-dev to tc-adv deps. m2 -- + tc qdisc add dev ens192 root handle 1: 100Mbit cake bandwidth 100Mbit sce flows besteffort Unknown qdisc "100Mbit", hence option "cake" is unparsable + tc qdisc add dev ens224 root handle 1: 100Mbit cake bandwidth 100Mbit sce flows besteffort Unknown qdisc "100Mbit", hence option "cake" is unparsable + tc -s -d qdisc show dev ens192 qdisc fq_codel 0: root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 32Mb ecn Sent 71199816 bytes 1073412 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 maxpacket 98 drop_overlimit 0 new_flow_count 1 ecn_mark 0 new_flows_len 0 old_flows_len 0 + tc -s -d qdisc show dev ens224 qdisc fq_codel 0: root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 32Mb ecn Sent 4084255822 bytes 2707695 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0 new_flows_len 0 old_flows_len 0 + uname -a Linux m2 5.1.0-rc2+ #20 SMP Sat Nov 9 16:43:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux + git log --pretty=short HEAD^..HEAD commit 2ff88c6264b5b7823b61a18b7e81daf5ad43eebe Author: Pete Heist Add libdb-dev to tc-adv deps. m3 -- + tc qdisc add dev ens192 root handle 1: htb default 1 + tc class add dev ens192 parent 1: classid 1:1 htb rate 50Mbit ceil 50Mbit + tc qdisc add dev ens192 parent 1:1 pfifo_fast + tc qdisc add dev ens224 root handle 1: htb default 1 + tc class add dev ens224 parent 1: classid 1:1 htb rate 50Mbit ceil 50Mbit + tc qdisc add dev ens224 parent 1:1 pfifo_fast + tc -s -d qdisc show dev ens192 qdisc htb 1: root refcnt 2 r2q 10 default 0x1 direct_packets_stat 0 ver 3.17 direct_qlen 1000 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 qdisc pfifo_fast 81bd: parent 1:1 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 qdisc ingress ffff: parent ffff:fff1 ---------------- Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 + tc -s -d class show dev ens192 class htb 1:1 root leaf 81bd: prio 0 quantum 200000 rate 50Mbit ceil 50Mbit linklayer ethernet burst 1600b/1 mpu 0b cburst 1600b/1 mpu 0b level 0 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 lended: 0 borrowed: 0 giants: 0 tokens: 4000 ctokens: 4000 + tc -s -d qdisc show dev ens224 qdisc htb 1: root refcnt 2 r2q 10 default 0x1 direct_packets_stat 0 ver 3.17 direct_qlen 1000 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 qdisc pfifo_fast 81be: parent 1:1 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 qdisc ingress ffff: parent ffff:fff1 ---------------- Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 + tc -s -d class show dev ens224 class htb 1:1 root leaf 81be: prio 0 quantum 200000 rate 50Mbit ceil 50Mbit linklayer ethernet burst 1600b/1 mpu 0b cburst 1600b/1 mpu 0b level 0 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 lended: 0 borrowed: 0 giants: 0 tokens: 4000 ctokens: 4000 + tc -s -d qdisc show dev ifb4ens192 qdisc netem 1: root refcnt 2 limit 1000000 Sent 70 bytes 1 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 + tc -s -d qdisc show dev ifb4ens224 qdisc netem 1: root refcnt 2 limit 1000000 Sent 70 bytes 1 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 + uname -a Linux m3 5.4.0-rc3+ #1 SMP Sat Nov 9 16:22:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux + git log --pretty=short HEAD^..HEAD commit e1ec6e7961d4de69d7b5487fc612e78899c2eb98 Author: Olga Albisser sched: Add dualpi2 qdisc m4 -- + tc qdisc add dev ens192 root handle 1: htb default 1 + tc class add dev ens192 parent 1: classid 1:1 htb rate 47.5Mbit ceil 47.5Mbit + tc qdisc add dev ens192 parent 1:1 fq_codel + tc qdisc add dev ens224 root handle 1: htb default 1 + tc class add dev ens224 parent 1: classid 1:1 htb rate 47.5Mbit ceil 47.5Mbit + tc qdisc add dev ens224 parent 1:1 fq_codel + tc -s -d qdisc show dev ens192 qdisc htb 1: root refcnt 2 r2q 10 default 1 direct_packets_stat 0 ver 3.17 direct_qlen 1000 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 qdisc fq_codel 8031: parent 1:1 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 32Mb ecn Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0 new_flows_len 0 old_flows_len 0 + tc -s -d class show dev ens192 class htb 1:1 root leaf 8031: prio quantum rate 47500Kbit ceil 47500Kbit linklayer ethernet burst 1591b/1 mpu 0b cburst 1591b/1 mpu 0b level 0 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 lended: 0 borrowed: 0 giants: 0 tokens: 4203 ctokens: 4203 + tc -s -d qdisc show dev ens224 qdisc htb 1: root refcnt 2 r2q 10 default 1 direct_packets_stat 0 ver 3.17 direct_qlen 1000 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 qdisc fq_codel 8032: parent 1:1 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms memory_limit 32Mb ecn Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0 new_flows_len 0 old_flows_len 0 + tc -s -d class show dev ens224 class htb 1:1 root leaf 8032: prio quantum rate 47500Kbit ceil 47500Kbit linklayer ethernet burst 1591b/1 mpu 0b cburst 1591b/1 mpu 0b level 0 Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 lended: 0 borrowed: 0 giants: 0 tokens: 4203 ctokens: 4203 + uname -a Linux m4 5.1.0-rc2+ #20 SMP Sat Nov 9 16:43:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux + git log --pretty=short HEAD^..HEAD commit 2ff88c6264b5b7823b61a18b7e81daf5ad43eebe Author: Pete Heist Add libdb-dev to tc-adv deps.