Skip to content

Commit

Permalink
ffbs-collect-debug-info: Also run netstat
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
SmithChart authored and grische committed Oct 19, 2024
1 parent 1e8d442 commit ae79829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ffbs-collect-debug-info/src/collect-debug-info
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ run_command "ps w"
run_command "ip addr"
run_command "ip -4 route show"
run_command "ip -6 route show"
run_command "netstat -atuwxeWnp"
run_command "wg show"
run_command "cat /tmp/gluon/wan-dnsmasq/resolv.conf"
run_command "cat /tmp/state/network"
Expand Down

0 comments on commit ae79829

Please sign in to comment.