大家都在用什么VPS管理面板?国内的还是国外的?求介绍,求对比,求授权价格.

大家都在用什么VPS管理面板?国内的还是国外的?求介绍,求对比,求授权价格.,第1张

我用的是国内的,星外和Xensystem都有使用过,Xensystem有月付方式,也有售后在线解决问题,操作也简单,挺适合初入行者。而星外的管理面板反而不怎么好用,里面很多的基础设备都没有,内容有点生硬

一、安装speedtest-cli

speedtest-cli是一个用Python编写的轻量级Linux命令行工具,在Python2.4至3.4版本下均可运行。它基于Speedtest.net的基础架构来测量网络的上/下行速率。安装speedtest-cli很简单——只需要下载其Python脚本文件。网上的教程非常古老,用了只会报过期脚本 ,更新如下

wgethttps://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py

chmod a+rx speedtest.py

mv speedtest.py /usr/local/bin/speedtest-cli

chown root:root /usr/local/bin/speedtest-cli

speedtest-cli

也可以在自己电脑上下载好 speedtest.py 然后上传到服务器上。

二、使用speedtest-cli测试网速

使用speedtest-cli命令也很简单,它不需要任何参数即可工作。

[root@localhost temp]# speedtest-cli

输入这个命令后,它会自动发现离你最近的Speedtest.net服务器(地理距离),然后打印出测试的网络上/下行速率。

[root@localhost temp]# speedtest-cli

Retrieving speedtest.net configuration…

Retrieving speedtest.net server list…

Testing from China Telecom (219.135.214.145)…

Selecting best server based on latency…

Hosted by CTM Internet Services (Macau) [106.48 km]: 55.974 ms

Testing download speed………………………………….

Download: 3.15 Mbit/s

Testing upload speed…………………………………………..

Upload: 0.58 Mbit/s

测试结果说明:上行为 0.58Mbit/s 下行为 3.15 Mbit/s

当然对于测试结果,一般在实际应用中不一定能达到这个值,仅作为参考使用。


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/109658.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-03-11
下一篇2023-03-11

发表评论

登录后才能评论

评论列表(0条)

    保存