What are tc commands which allow us to get statistics ( packets dropped or delayed ) of pfifo_fast qdisc ( the default qdisc in Linux ) on a given interface ? Thanks in advance.
use tc -s qdisc show dev eth0 or tc -s class show dev eth0 ----- Original Message ----- From: Massimo Onorati To: lartc@mailman.ds9a.nl Sent: Sunday, February 22, 2004 3:30 PM Subject: [LARTC] Statistics in Linux What are tc commands which allow us to get statistics ( packets dropped or delayed ) of pfifo_fast qdisc ( the default qdisc in Linux ) on a given interface ? Thanks in advance.