Last update at :2024-03-29,Edit by888u
BestTrace is a script that this site has been using to test VPS backhaul routing. It was introduced to you as early as 2020: "BestTrace: A very easy-to-use VPS backhaul routing test script". Today, when our website used it to test the backhaul route of a VPS, the detailed information of the node all prompted timestamp is error. This article will share the reasons and solutions for this problem.
1. timestamp is error
How to use the script:
wget -qO- git.io/autobesttrace | bashThe script can run normally, but the node details all prompt timestamp is error:
2. Solution
The reason for this problem is that the system time is quite different from the actual time. We can use this command to check the VPS system time:
date -RIf it is too different from the actual time (the time zone does not matter, you can compare it with the actual time in the corresponding time zone), you can synchronize the network time through ntpdate, the command is as follows:
#Install ntpdate yum -y install ntpdate #synchronised time ntpdate -u pool.ntp.orgFinally, use the date command to check whether the time is accurate.
If there is no problem with the time, you can get the correct node information by executing BestTrace:
Recommended site searches: US server rental website, site group server rental, server abroad, icp registration query system, large bandwidth server rental, php host, query domain name, Guangdong website registration, personal free space, registered domain name rental,
p>
发表评论