Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux_router:tc [2024-06-23 Sun wk25 08:08] – [TC - Traffic Control] baumkplinux_router:tc [2024-06-23 Sun wk25 08:14] (current) – [TC - Traffic Control] baumkp
Line 7: Line 7:
   *''sudo sysctl -a | grep net.'' shows all the net. parameters, additional deeper filters net.core, net.ipv4, net.ipv6, net.mptcp, and net.netfilter.  There are a few additionals not shown in deeper filters!   *''sudo sysctl -a | grep net.'' shows all the net. parameters, additional deeper filters net.core, net.ipv4, net.ipv6, net.mptcp, and net.netfilter.  There are a few additionals not shown in deeper filters!
   *''sudo tc qdisc show  dev eno1'' shows current setting of interface ''dev eno1''   *''sudo tc qdisc show  dev eno1'' shows current setting of interface ''dev eno1''
 +
 +it would seem that Linux has default settings for network interfaces, e.g.:
 +<code>qdisc mq 0: root 
 +qdisc fq_codel 0: parent :4 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 32Mb ecn drop_batch 64 
 +qdisc fq_codel 0: parent :3 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 32Mb ecn drop_batch 64 
 +qdisc fq_codel 0: parent :2 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 32Mb ecn drop_batch 64 
 +qdisc fq_codel 0: parent :1 limit 10240p flows 1024 quantum 1514 target 5ms interval 100ms memory_limit 32Mb ecn drop_batch 64 </code>
  
 ====Links==== ====Links====