We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
looks like fq-codel is only active at eth0, and not at wbm1, wbm2 and maybe also wbm3 (wifi-usb-stick)
The text was updated successfully, but these errors were encountered:
root@wbm-ebc5:~# tc -s qdisc show dev wbm1 qdisc mq 0: root Sent 3169914 bytes 19951 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0
root@wbm-ebc5:~# tc -s qdisc show dev wbm2 qdisc mq 0: root Sent 3534126 bytes 25323 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0
root@wbm-ebc5:# tc -s qdisc show dev eth0 qdisc fq_codel 0: root refcnt 2 limit 1024p flows 1024 quantum 300 target 5.0ms interval 100.0ms ecn Sent 2723206 bytes 17148 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 maxpacket 256 drop_overlimit 0 new_flow_count 0 ecn_mark 0 new_flows_len 0 old_flows_len 0 root@wbm-ebc5:#
Sorry, something went wrong.
No branches or pull requests
looks like fq-codel is only active at eth0, and not at wbm1, wbm2 and maybe also wbm3 (wifi-usb-stick)
The text was updated successfully, but these errors were encountered: