Skip to content

Commit ae79829

Browse files
SmithChartgrische
authored andcommitted
ffbs-collect-debug-info: Also run netstat
This command collects statistics on on established and listening sockets. This helps debugging situations where it is not clear, if a process is still listening on it's socket or where a process may stopped reading from a socket. Signed-off-by: Chris Fiege <[email protected]>
1 parent 1e8d442 commit ae79829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ffbs-collect-debug-info/src/collect-debug-info

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ run_command "ps w"
1414
run_command "ip addr"
1515
run_command "ip -4 route show"
1616
run_command "ip -6 route show"
17+
run_command "netstat -atuwxeWnp"
1718
run_command "wg show"
1819
run_command "cat /tmp/gluon/wan-dnsmasq/resolv.conf"
1920
run_command "cat /tmp/state/network"

0 commit comments

Comments
 (0)