Last update at :2024-06-22,Edit by888u
When we choose VPS and server products, we should consider speed and stability more, and of course, price and cost. After we buy a VPS and server, we will conduct various so-called evaluations, including PING, route tracing, and download tests. But these can only reflect the current situation of the server at a certain node time. This is why when we read some evaluation articles, why others are so fast, but what we use is not like this.
Today Snail shared a tool for real-time monitoring of PING speed, which was also made by a classmate of "Yuluowusheng". I remember it was released a few years ago, but I have kept it in my cloud notes without sorting it out. I just have some time at noon today to see how this tool is used.
First, script tool installation
1. Installation requires component support
# Debian/Ubuntu: apt-get update apt-get install python wget screen -y
#CentOS/RHEL: yum install screen wget python -y
2. Download and install
screen -S upingwget -N –no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.pypython uping.py
Select based on the system we are on.
We need to set up and fill in the IP address of the server. In fact, we can also monitor the server that needs to be targeted on a separate test server. Here we only need to enter the domain name or IP of the server we need to detect. At first I thought it had to be on the current server.
Second, check the detection results
Here we are using screen, which can bring up the detection effect at any time.
In other words, this tool is to detect our current server and PING monitoring of the server that needs to be detected. It would be more intuitive to compare if there is a graphical interface that can detect multiple nodes.
Recommended site searches: free static space, domain name transfer, vps US server, how to register a domain name, Ministry of Industry and Information Technology website registration system, US free hosting, free cloud hosting, US virtual space, icp filing query system, dynamics vps change ip in seconds,
发表评论