uPing:一个简单的服务器Ping值监测小工具

  • A+
所属分类:神兵利刃

简介

uPing是一个简单Ping值监测小工具,相对于其他延迟监测工具来说,只有一个py文件非常容易运行部署。本工具经过48小时测试后未发现明显问题,可以显示一些关于线路延迟的信息。这部分数据仅供参考,也许根本就说明不了什么,也就看看吧。

截图

uPing:一个简单的服务器Ping值监测小工具

时间说明:

上午:6点至11点
下午:12点至17点
晚上:18点至23点
半夜:0点至5点

使用

Github地址:http://github.com/FunctionClub/uPing

开个screen,在VPS上挂一天即可。24小时后自动停止。你只需要填写你想Ping什么地址就行。比如在你的美国VPS上运行这个工具,Ping你的上海腾讯云机器,挂个一天,就可以提供24小时内的两个节点间线路Ping值信息。

1、依赖安装

#Debian/Ubuntu
apt-get update
apt-get install python wget screen -y

#CentOS/RHEL
yum install screen wget python -y

2、运行脚本

screen -S uping
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py

关于screen更多用法参考:使用screen来实现多任务不断线操作命令

  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: