简介
uPing
是一个简单Ping
值监测小工具,相对于其他延迟监测工具来说,只有一个py
文件非常容易运行部署。本工具经过48
小时测试后未发现明显问题,可以显示一些关于线路延迟的信息。这部分数据仅供参考,也许根本就说明不了什么,也就看看吧。
截图
时间说明:
上午: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来实现多任务不断线操作命令。
文章来源:uPing–一个简单Ping值监测小工具