All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
353 views

Linux Traffic Control: What is the difference between qdisc multiq and mq?

By default Linux creates a qdisc mq. I am configuring it on my computer to change some parameters but I found that there are 2 qdiscs that seem to be the same: mq and multiq. I can't find any ...
Juan Simón's user avatar
1 vote
0 answers
66 views

How to see contents of output queue of NIC in Linux and introspect frame delay

I am experimenting with tc tool to implement prioritization of specific data coming from my computer and would like to see exatly how the frames are scheduled and how much time they spend in the qdisc ...
Hadarelv's user avatar
0 votes
0 answers
109 views

How configurable is the Linux Network Emulator in regards to queue disciplines?

Based on this wiki article https://wiki.archlinux.org/index.php/Advanced_traffic_control It appears that I can configure the Linux traffic controller, which seems to be a subset of the Linux Network ...
John Mancini's user avatar
1 vote
1 answer
841 views

LINUX: multiq leaf not replaceable with tc

# uname -r 4.7.5-200.fc24.x86_64+debug # tc -s -d qdisc show dev ens3 qdisc mq 8001: root Sent 44589 bytes 340 pkt (dropped 0, overlimits 0 requeues 0) backlog 0b 0p requeues 0 qdisc fq_codel ...
cherusk's user avatar
  • 21
0 votes
1 answer
1k views

Set large buffer/queue on a network interface to emulate bufferbloat

I want to emulate large buffer delay on a specific interface. I have a simple dumbbell topology like: PC1 eth0 <-----------------------> eth0 PC2 It would be good if I ping PC1 from PC2, ...
SPYFF's user avatar
  • 3
1 vote
3 answers
262 views

Priorize linux traffic in same protocol (http download vs htto browsing) with htb/tc

I have a big time reading but i cant figure-out how to do this. always i have a download in mu network all http browsing are affected, i need to do some specific or dont use sfq ? some one have a ...
user avatar