Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. root@LEDE:~# cat /etc/config/sqm
  2.  
  3. config queue 'wlan1'
  4. option enabled '0'
  5. option interface 'wlan1'
  6. option download '85000'
  7. option upload '10000'
  8. option script 'simple.qos'
  9. option qdisc_advanced '0'
  10. option linklayer 'none'
  11. option debug_logging '0'
  12. option verbosity '5'
  13. option qdisc 'cake'
  14.  
  15. root@LEDE:~# tc -s qdisc
  16. qdisc noqueue 0: dev lo root refcnt 2
  17. Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
  18. backlog 0b 0p requeues 0
  19. qdisc fq_codel 0: dev eth0 root refcnt 2 limit 10240p flows 1024 quantum 1514 target 5.0ms interval 100.0ms ecn
  20. Sent 1283949 bytes 3752 pkt (dropped 0, overlimits 0 requeues 0)
  21. backlog 0b 0p requeues 0
  22. maxpacket 0 drop_overlimit 0 new_flow_count 0 ecn_mark 0
  23. new_flows_len 0 old_flows_len 0
  24. qdisc noqueue 0: dev br-lan root refcnt 2
  25. Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
  26. backlog 0b 0p requeues 0
  27. qdisc noqueue 0: dev eth0.1 root refcnt 2
  28. Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
  29. backlog 0b 0p requeues 0
  30. qdisc noqueue 0: dev eth0.2 root refcnt 2
  31. Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
  32. backlog 0b 0p requeues 0
  33. qdisc noqueue 0: dev wlan1 root refcnt 2
  34. Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
  35. backlog 0b 0p requeues 0
  36. root@LEDE:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement