|
买了测试
- root@debian:~# wget -O /dev/null http://cachefly.cachefly.net/100mb.test
- --2014-11-12 01:38:29-- http://cachefly.cachefly.net/100mb.test
- Resolving cachefly.cachefly.net (cachefly.cachefly.net)... 205.234.175.175
- Connecting to cachefly.cachefly.net (cachefly.cachefly.net)|205.234.175.175|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 104857600 (100M) [application/octet-stream]
- Saving to: `/dev/null'
- 100%[=====================================================================================================================================================>] 104,857,600 2.69M/s in 39s
- 2014-11-12 01:39:09 (2.58 MB/s) - `/dev/null' saved [104857600/104857600]
复制代码
- root@debian:~# wget https://dl.dropboxusercontent.com/u/3052739/files/shell/bench.sh -O - -o /dev/null|bash
- CPU model : Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz
- Number of cores : 1
- CPU frequency : 2100.000 MHz
- Total amount of ram : 1002 MB
- Total amount of swap : 871 MB
- System uptime : 32 min,
- Download speed from CacheFly: 2.44MB/s
- Download speed from Coloat, Atlanta GA: 961KB/s
- Download speed from Softlayer, Dallas, TX: 1.78MB/s
- Download speed from Leaseweb, Haarlem, NL: 611KB/s
- Download speed from Softlayer, Singapore: 5.76MB/s
- Download speed from Softlayer, Seattle, WA: 2.34MB/s
- Download speed from Softlayer, San Jose, CA: 1.70MB/s
- Download speed from Softlayer, Washington, DC: 1.78MB/s
- I/O speed : 52.3 MB/s
复制代码
- root@debian:/etc# speedtest-cli --share
- Retrieving speedtest.net configuration...
- Retrieving speedtest.net server list...
- Testing from VPLS Hosting (103.233.80.68)...
- Selecting best server based on latency...
- Hosted by CS LOXINFO (Bangkok) [148.42 km]: 30.973 ms
- Testing download speed........................................
- Download: 5.76 Mbits/s
- Testing upload speed..................................................
- Upload: 0.92 Mbits/s
- Share results: http://www.speedtest.net/result/3903120184.png
复制代码
|
|