Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FunctionClub/uPing
一个24小时监测VPS延迟的工具
https://github.com/FunctionClub/uPing
Last synced: 3 months ago
JSON representation
一个24小时监测VPS延迟的工具
- Host: GitHub
- URL: https://github.com/FunctionClub/uPing
- Owner: FunctionClub
- Archived: true
- Created: 2018-02-08T02:44:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T01:39:20.000Z (over 6 years ago)
- Last Synced: 2024-07-10T20:20:45.792Z (4 months ago)
- Language: Python
- Size: 483 KB
- Stars: 163
- Watchers: 14
- Forks: 82
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - FunctionClub/uPing - 一个24小时监测VPS延迟的工具 (Python)
README
# uPing
一个24小时监测VPS延迟的工具## 警告
目前正在测试阶段,请勿用于生产环境!
## 依赖安装
Debian / Ubuntu :
apt-get update
apt-get install python wget screen -yCentOS / RHEL :
yum 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
## 截图![uPing.png](uPing.png)