严选品质
正规商家

Linux系统Speedtest一键安装脚本,真实测试本地上传/下载带宽

国外主机测试基本推荐的商家都是正宗的国外商家,如Hostwinds、搬瓦工、vultr、raksmart、racknerd、hostdare、Iozoom等,经常需要测试机器性能和网络带宽等,有很多网友经常问到小编,怎么测速相对准确,方法有很多,今天我们介绍speedtest 项目的 go 版本一键安装脚本,可以比较真实的反映本地到服务器的速度。

1、环境要求

支持的操作系统:CentOS 7-8、Debian 8-10、Ubuntu 16-18
操作系统要求64位

2、安装Curl
#Debian / Ubuntu 系统

apt-get -y install curl

#CentOS 系统

yum -y install curl

3、一键安装Speedtest(使用root用户):

bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh)

已开源:https://github.com/BigMangos/speedtest-go-script

赞(1)
未经允许不得转载:主机推广 » Linux系统Speedtest一键安装脚本,真实测试本地上传/下载带宽