码迷,mamicode.com
首页 > Web开发 > 详细

监控web服务方法

时间:2016-12-14 14:18:50      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:服务   本地   pgrep   gre   map   stat   web   telnet   nbsp   

本地监控:端口  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服务方法

标签:服务   本地   pgrep   gre   map   stat   web   telnet   nbsp   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!