首页 > Web开发 > 详细

监控web服务方法

时间:2016-12-14 14:16:41      阅读:277      评论:0      收藏:0      [点我收藏+]

本地监控:端口  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

监控web服务方法

原文:http://www.cnblogs.com/howhy/p/6178877.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!