本地监控:端口 netstat -anltup | grep 80 nmap ip -p 80 telnet ip:80 lsof -i :80|wc -l
进程 ps -ef| grep nginx |wc -l pgrep nginx
服务 curl -o /dev/null -I -s -w "%{http_code}" http://www.baidu.com
wget --spider --timeout=100 --tries=3 http://www.baidu.com
时间: 2024-10-11 05:43:39