From da268b36028ca3e5ee9ce3cafdd04ebd7bea4a7b Mon Sep 17 00:00:00 2001 From: Patrick Talbert Date: Wed, 21 Feb 2018 14:53:24 +0100 Subject: [networking] Add sysfs netdev statistics Some net_device statistics are only exposed via sysfs. Get them. Signed-off-by: Patrick Talbert --- sos/plugins/networking.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py index e4e2bcd0..88a3f954 100644 --- a/sos/plugins/networking.py +++ b/sos/plugins/networking.py @@ -138,6 +138,7 @@ class Networking(Plugin): "/etc/nftables.conf", "/etc/dnsmasq*", "/sys/class/net/*/flags", + "/sys/class/net/*/statistics/", "/etc/iproute2" ]) -- cgit