I know the following command can set txqueuelen in Linux:
ifconfig eth1 txqueuelen 4096
But how can I get current txqueuelen of a specific interface? I've tried ifconfig eth1 txqueuelen, it only returns the usage of ifconfig command.
Could anyone give me some idea? Many thanks!