Merge "Save list of port open and listing ports."

This commit is contained in:
Jenkins 2016-11-03 17:09:12 +00:00 committed by Gerrit Code Review
commit e921a3a01a

View File

@ -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