From 852fb9dfb8f0bf1aa742a89895132e2c78d2f8dd Mon Sep 17 00:00:00 2001 From: Julian Wiedmann Date: Mon, 7 Oct 2019 13:10:01 +0200 Subject: [PATCH] dbginfo: collect extended network interface statistics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The basic statistics are already collected via ifconfig. But that tool is deprecated, and provides no way of collecting the extended stats. So also gather data from 'ip link'. Signed-off-by: Julian Wiedmann Signed-off-by: Jan Höppner --- CHANGELOG.md | 1 + scripts/dbginfo.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b31e49..f9965433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Release history for s390-tools (MIT version) For Linux kernel version: 5.x Changes of existing tools: + - dbginfo: Gather extended network statistics (using 'ip link') Bug Fixes: diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 72f9e495..c1b8f140 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -401,6 +401,7 @@ CMDS="uname -a\ :ip link show\ :ip ntable\ :ip a sh\ + :ip -s -s link\ :firewall-cmd --list-all\ :ipcs -a\ :netstat -pantu\