首页 > Web开发 > 详细

httping使用

时间:2019-04-01 18:21:42      阅读:235      评论:0      收藏:0      [点我收藏+]

httping --help: 显示帮助

httping -V: 显示版本

1.httping国内网站

I) httping -g http://www.jd.com -c 5 -t 5 -F -s

-g: url地址
-c: ping次数
-t: 延时
-F: TCP fast open
-s: status

II) httping -g https://www.jd.com -c 5 -t 5 -l -s

-l: ssl

2.httping国外网站

I) httping -5 -x 127.0.0.1:1080 -g https://www.youtube.com -c 5 -t 5 -l -s

-5: socks5
-x: proxy,ip:port

II) httping -5 -x 127.0.0.1:1080 -g https://www.youtube.com -c 5 -t 5 -l -s -Y --threshold-red 4000 --threshold-yellow 3000

-Y: 颜色
--threshold-yellow: 超过设定值显示黄色
--threshold-red: 超过设定值(>黄色值)显示红色

技术分享图片

 

httping使用

原文:https://www.cnblogs.com/wanguo/p/httping_5_x_l.html

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