查看服务
ps -ef | grep service*
httpd服务
#服务状态 service httpd status #停止服务 service httpd stop #启动服务 service httpd start #重启服务 service httpd restart
查看进程,内存使用情况,按M按内存查看,按P按cpu使用查看
top
查看端口占用
netstat -tunlp | grep 80