diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/tech-support | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/functions/tech-support b/functions/tech-support index 9f7c198..f7d5c18 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -84,8 +84,15 @@ header System Info ${vyatta_bindir}/vyatta-show-dmi header Interfaces +show interfaces +echo show interfaces detail +for eth in $(/opt/vyatta/sbin/vyatta-interfaces.pl --show=ethernet) +do header "Ethtool statistics for $eth" + sudo ethtool -S $eth +done + header Devices cat /proc/devices |