常用测速文件

CacheFly
Location: CDN

wget -O /dev/null http://cachefly.cachefly.net/100mb.test

SoftLayer 
Location: USA and Amsterdam

wget -O /dev/null http://speedtest.dal01.softlayer.com/downloads/test100.zip
wget -O /dev/null http://speedtest.sea01.softlayer.com/downloads/test100.zip
wget -O /dev/null http://speedtest.ams01.softlayer.com/downloads/test500.zip

Linode
Location: USA, UK, and Japan

wget -O /dev/null http://speedtest.tokyo.linode.com/100MB-tokyo.bin
wget -O /dev/null http://speedtest.london.linode.com/100MB-london.bin
wget -O /dev/null http://speedtest.newark.linode.com/100MB-newark.bin
wget -O /dev/null http://speedtest.atlanta.linode.com/100MB-atlanta.bin
wget -O /dev/null http://speedtest.dallas.linode.com/100MB-dallas.bin
wget -O /dev/null http://speedtest.fremont.linode.com/100MB-fremont.bin

Leaseweb
Location: USA and Netherlands

wget -O /dev/null http://mirror.nl.leaseweb.net/speedtest/1000mb.bin
wget -O /dev/null http://mirror.us.leaseweb.net/speedtest/1000mb.bin

FDCServer
Location: USA

wget -O /dev/null http://lg.denver.fdcservers.net/100MBtest.zip

OVH

Location: France

wget -O /dev/null http://proof.ovh.net/files/100Mb.dat
  • 11 用戶發現這個很有用
此文章對您是否有幫助?

Related Articles

自建DDNS配置教程(dynu不支持中國大陸主機)

众所周知,动态IP的一个特点就是在IP被墙的时候可以及时更换,情况好的时候,两三天都不会换一次,但是当情况不好的时候,一天换两三次也是可能的。但是每次进官网获取最新的IP也很麻烦。所以我们在动态...

自建DDNS配置教程(Cloudflare支持中國大陸主機)

Cloudflare DDNS 腳本     1- 先至cloudflare 建立一個域名...

全系列动态VDS更改IP API

全系列动态VDS更改IP API上线了,请到后台获取API网址,自行加入监测脚本可运行API换IP。 使用pqsapi脚本: 1.用大陆国内机器 2.先安装nmap nscd curl...

CentOS 7 關閉防火牆及 SELinux

CentOS 7 的 SELinux 及 Firewalld 防火牆都是安全相關的套件, RHEL 及 CentOS 均預設開啟, 但如果在開發或測試的機器上, 將它們關閉對除錯方便不少。...