From 6cc3dc8043dd28793c677bfcb34a2a43061e5459 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 3 Jun 2009 12:21:48 -0700 Subject: Remove show tech-support bug related to interfaces Show more in show-tech support. --- functions/tech-support | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'functions') diff --git a/functions/tech-support b/functions/tech-support index f7d5c18..f8d54df 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -85,10 +85,11 @@ ${vyatta_bindir}/vyatta-show-dmi header Interfaces show interfaces -echo -show interfaces detail -for eth in $(/opt/vyatta/sbin/vyatta-interfaces.pl --show=ethernet) +header Interface statistics +ip -s link show + +for eth in $(cd /sys/class/net; echo eth*) do header "Ethtool statistics for $eth" sudo ethtool -S $eth done -- cgit v1.2.3