命令

vmstat 1 1000   查看进程 


netstat -tunlp |grep  8080    查看端口


pstree -p 3285   树状进程查看


/usr/local/nginx/sbin/nginx   -c   /usr/local/nginx/conf/nginx.conf      nginx 重启

你可能感兴趣的:(命令)