From ae824745a07adca7028f148f248dfd02c645397e Mon Sep 17 00:00:00 2001 From: Joern Siglen Date: Tue, 2 May 2023 10:25:22 +0200 Subject: [PATCH] dbginfo.sh: add nstat command in network section include the statistics about the network and SNMP Reported-by: Nils Hoppmann Signed-off-by: Joern Siglen Signed-off-by: Steffen Eiden --- CHANGELOG.md | 1 + scripts/dbginfo.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 041ee674..e62b016c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Release history for s390-tools (MIT version) Changes of existing tools: - dbginfo.sh: rework crypto data collection + - dbginfo.sh: add nstat for network and SNMP stats Bug Fixes: diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index da4e8e8e..4fb3def7 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -575,6 +575,7 @@ NETWORK_CMDS="ip -br a\ :netstat -pantu\ :netstat -s\ :nm-tool\ + :nstat -az\ :openssl engine\ :route -n\ "