定位 发表于 2023-6-9 17:32:50

VPS服务器24小时Ping值延迟监测工具

依赖安装Debian/Ubuntuapt-get update

apt-get install python wget screen -y
CentOS/RHELyum install screen wget python -y

使用方法screen -S uping

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

python uping.py
提示:第一次使用如果出现乱码,退出后重新输入python uping.py即可;
界面预览
操作说明退出界面:Ctrl + A + D
进入界面:screen -r uping
退出程序:Ctrl + C
查看screen进程:screen -ls
结束screen程序:exit
页: [1]
查看完整版本: VPS服务器24小时Ping值延迟监测工具