dbginfo: collect extended network interface statistics

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 <jwi@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Julian Wiedmann
2019-10-07 13:10:01 +02:00
committed by Jan Höppner
parent b0fe75b92f
commit 852fb9dfb8
2 changed files with 2 additions and 0 deletions

View File

@@ -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:

View File

@@ -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\