Skip to content

Commit 3702487

Browse files
authored
scripts: debug: also print system info (#307)
It is important to know which kernel version is being, and the OS can give some clues as well. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 05a08bf commit 3702487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/mptcp-get-debug

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ collect_data_pre() {
6363
read -r _
6464
fi
6565

66+
cmd uname -a
67+
cmd cat /etc/os-release
6668
cmd sysctl net.mptcp
6769
cmd ip mptcp endpoint show
6870
cmd ip mptcp limits show

0 commit comments

Comments
 (0)