aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwbernin <jwbernin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-10-16 22:56:29 +0000
committerjwbernin <jwbernin@ef72aa8b-4018-0410-8976-d6e080ef94d8>2006-10-16 22:56:29 +0000
commitec113ecb008e2fdea0b2180648c10ee14bc20342 (patch)
tree0788fb336e0edf3c2420727ffbedbba0787cc5ed
parentd278fb36104dc1dd723a05480cc31a8212dfab8c (diff)
downloadsos-ec113ecb008e2fdea0b2180648c10ee14bc20342.tar.gz
Updating netstat command
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@54 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rw-r--r--src/lib/sos/plugins/networking.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sos/plugins/networking.py b/src/lib/sos/plugins/networking.py
index 9f00bb97..bc66a9e9 100644
--- a/src/lib/sos/plugins/networking.py
+++ b/src/lib/sos/plugins/networking.py
@@ -50,7 +50,7 @@ class networking(sos.plugintools.PluginBase):
self.collectExtOutput("/sbin/iptables -t filter -nvL")
self.collectExtOutput("/sbin/iptables -t nat -nvL")
self.collectExtOutput("/sbin/iptables -t mangle -nvL")
- self.collectExtOutput("/bin/netstat -a")
+ self.collectExtOutput("/bin/netstat -nap")
if ifconfigFile:
for eth in self.get_interface_name(ifconfigFile):
self.collectExtOutput("/sbin/ethtool "+eth)