Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Cake. fq_codel on 8 classes of classification, integrated bandwidth
  2. managment, and a single command line to configure.
  3.  
  4. tc qdisc add dev eth1 root cake bandwidth 80mbit diffserv
  5.  
  6. Now with ecn support (0 drops).
  7.  
  8. Some of the ideas are still problematic, but thanks to jonathon morton,
  9. it's running code now. I hope the bandwidth shaping idea ends up lighter
  10. weight than htb....
  11.  
  12. root@puck:/usr/lib/sqm# $TC -s qdisc show dev eth1
  13. qdisc cake 1: root refcnt 2 bandwidth 80Mbit diffserv flows
  14. Sent 556669904 bytes 832482 pkt (dropped 0, overlimits 1034033 requeues 0)
  15. backlog 0b 0p requeues 0
  16. Class 0 Class 1 Class 2 Class 3 Class 4 Class 5 Class 6 Class 7
  17. rate 80Mbit 70Mbit 61250Kbit 53593Kbit 46894Kbit 41032Kbit 35903Kbit 31415Kbit
  18. target 8.0ms 16.0ms 4.0ms 8.0ms 4.0ms 16.0ms 999us 4.0ms
  19. delay 0us 0us 24us 1us 0us 0us 0us 2us
  20. maxpkt 1514 256 1514 256 1514 256 1514 590
  21. pkts 202846 0 298139 44186 5941 0 280884 486
  22. bytes 167240855 0 166116265 4647381 394734 0 218209540 61129
  23. drops 0 0 0 0 0 0 0 0
  24. marks 17 0 5 0 0 0 63 0
  25. qdisc ingress ffff: parent ffff:fff1 ----------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement