mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
b0fe75b92f
commit
852fb9dfb8
@@ -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:
|
||||
|
||||
|
||||
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user