Skip to content
New issue

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

Different values between debloat.sh and debloat with same ethernet card #3

Open
simonbcn opened this issue Jan 1, 2013 · 0 comments

Comments

@simonbcn
Copy link

simonbcn commented Jan 1, 2013

eth1 = Gigabit ethernet card.
debloat.sh sets: tc qdisc add dev eth1 root fq_codel quantum 500 ecn limit 1200
debloat ( lua script ) sets:qdisc add dev eth1 handle a root fq_codel limit 1000 quantum 1000

After to execute 'debloat' ( lua script ):

$ tc -s qdisc ls dev eth1
qdisc fq_codel a: root refcnt 2 limit 1000p flows 1024 quantum 1000 target 5.0ms interval 100.0ms ecn 
 Sent 613811 bytes 4529 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

After to execute 'debloat.sh':

$ tc -s qdisc ls dev eth1
qdisc fq_codel 8004: root refcnt 2 limit 1200p flows 1024 quantum 500 target 5.0ms interval 100.0ms ecn 
 Sent 1058 bytes 12 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

Why these differences if it's the same ethernet card?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant