Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. root@lorna-gw:~# tc -s qdisc show dev ge00 # egress
  2. qdisc htb 1: root refcnt 2 r2q 10 default 12 direct_packets_stat 0 direct_qlen 1000
  3. Sent 13747739 bytes 47643 pkt (dropped 0, overlimits 22647 requeues 0)
  4. backlog 0b 0p requeues 0
  5. qdisc fq_codel 110: parent 1:11 limit 1001p flows 1024 quantum 300 target 5.0ms interval 100.0ms ecn
  6. Sent 6688 bytes 69 pkt (dropped 0, overlimits 0 requeues 0)
  7. backlog 0b 0p requeues 0
  8. maxpacket 256 drop_overlimit 0 new_flow_count 69 ecn_mark 0
  9. new_flows_len 1 old_flows_len 0
  10. qdisc fq_codel 120: parent 1:12 limit 1001p flows 1024 quantum 300 target 5.0ms interval 100.0ms ecn
  11. Sent 13741051 bytes 47574 pkt (dropped 0, overlimits 0 requeues 0)
  12. backlog 0b 0p requeues 0
  13. maxpacket 1514 drop_overlimit 0 new_flow_count 28037 ecn_mark 3126
  14. new_flows_len 1 old_flows_len 1
  15. qdisc fq_codel 130: parent 1:13 limit 1001p flows 1024 quantum 300 target 5.0ms interval 100.0ms ecn
  16. Sent 0 bytes 0 pkt (dropped 0, overlimits 0 requeues 0)
  17. backlog 0b 0p requeues 0
  18. maxpacket 256 drop_overlimit 0 new_flow_count 0 ecn_mark 0
  19. new_flows_len 0 old_flows_len 0
  20.  
  21. for ingress:
  22.  
  23. root@lorna-gw:~# tc -s qdisc show dev ifb4ge00
  24. qdisc htb 1: root refcnt 2 r2q 10 default 10 direct_packets_stat 0 direct_qlen 32
  25. Sent 103846847 bytes 83863 pkt (dropped 0, overlimits 135145 requeues 0)
  26. backlog 0b 0p requeues 0
  27. qdisc fq_codel 110: parent 1:10 limit 1001p flows 1024 quantum 300 target 5.0ms interval 100.0ms ecn
  28. Sent 103846847 bytes 83863 pkt (dropped 1, overlimits 0 requeues 0)
  29. backlog 0b 0p requeues 0
  30. maxpacket 1514 drop_overlimit 0 new_flow_count 16523 ecn_mark 891
  31. new_flows_len 1 old_flows_len 3
  32. root@lorna-gw:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement