Performance Tuning Queues - BufferBloat
-
Hi all,
I am currently trying to diagnose some bufferbloat issues I am having on my network. I was wondering if there was any method to view the current transmission queue utilization(how many packets in the transmission queue)? The queue that is related to the
net.link.ifqmaxlen
value.I'm looking for a command similar to how you can view the utilization of the
txqueue
withtc -s qdisc show dev eth0
on debian.Any insight would be great, thanks.
-
Are you using shaping and FQ-CoDel to do this?
In that case you can see the queues used by AltQ in Status > Queues. Or using
pfctl -sq -v
at the CLI.Steve
-
@stephenw10 thanks for the reply, I am not using FQ_CODEL, I wanted to see how full the transmission queue was without any traffic shapers.
-
Hmm, I'm not sure how to show that per interface. Possibly some combination of
netstat -i
andnetstat -Q