Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. Ingress rate limiting/fq/aqm
  2.  
  3. root@pekre-1:/etc/config# tc -s qdisc show dev ifb0
  4. qdisc hfsc 1: root refcnt 2 default 10
  5. Sent 1548548708 bytes 1654748 pkt (dropped 8590, overlimits 2023718 requeues 0)
  6. backlog 0b 0p requeues 0
  7. qdisc fq_codel 100: parent 1:10 limit 800p flows 1024 quantum 300 target 5.0ms interval 100.0ms
  8. Sent 1548546770 bytes 1654737 pkt (dropped 8575, overlimits 0 requeues 0)
  9. backlog 0b 0p requeues 0
  10. maxpacket 1514 drop_overlimit 0 new_flow_count 537198 ecn_mark 0
  11. new_flows_len 1 old_flows_len 2
  12.  
  13. Outbound rate limiting/fq/aqm
  14.  
  15. root@pekre-1:/etc/config# tc -s qdisc show dev eth0
  16. qdisc hfsc 1: root refcnt 2 default 10
  17. Sent 315082307 bytes 1241238 pkt (dropped 2678, overlimits 994379 requeues 0)
  18. backlog 0b 0p requeues 0
  19. qdisc fq_codel 100: parent 1:10 limit 800p flows 1024 quantum 300 target 5.0ms interval 100.0ms
  20. Sent 315081007 bytes 1241227 pkt (dropped 2675, overlimits 0 requeues 0)
  21. backlog 0b 0p requeues 0
  22. maxpacket 1514 drop_overlimit 0 new_flow_count 533535 ecn_mark 0
  23. new_flows_len 1 old_flows_len 2
  24. qdisc ingress ffff: parent ffff:fff1 ----------------
  25. Sent 1538412466 bytes 1671265 pkt (dropped 0, overlimits 0 requeues 0)
  26. backlog 0b 0p requeues 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement