Merge "Save list of port open and listing ports."
This commit is contained in:
commit
e921a3a01a
@ -184,6 +184,7 @@ free -m > $LOG_DIR/free.txt
|
|||||||
lsmod > $LOG_DIR/lsmod.txt
|
lsmod > $LOG_DIR/lsmod.txt
|
||||||
cat /proc/cpuinfo > $LOG_DIR/cpuinfo.txt
|
cat /proc/cpuinfo > $LOG_DIR/cpuinfo.txt
|
||||||
ps -eo user,pid,ppid,lwp,%cpu,%mem,size,rss,cmd > $LOG_DIR/ps.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
|
# end of log capture
|
||||||
set -e
|
set -e
|
||||||
|
Loading…
x
Reference in New Issue
Block a user