diff --git a/copy_logs.sh b/copy_logs.sh index 8cd8a70f9..cc232b2a0 100755 --- a/copy_logs.sh +++ b/copy_logs.sh @@ -184,6 +184,7 @@ free -m > $LOG_DIR/free.txt lsmod > $LOG_DIR/lsmod.txt cat /proc/cpuinfo > $LOG_DIR/cpuinfo.txt ps -eo user,pid,ppid,lwp,%cpu,%mem,size,rss,cmd > $LOG_DIR/ps.txt +netstat -tulpn > $LOG_DIR/netstat.txt # end of log capture set -e