|
|
本帖最后由 junhan 于 2018-7-24 15:42 编辑
没有被限制
更新:安装了CENTOS后,下载速度提起来了,如下:
- [root@sd-XXX ~]# wget http://ping.online.net/1000Mo.dat
- --2018-07-24 09:34:30-- http://ping.online.net/1000Mo.dat
- Resolving ping.online.net (ping.online.net)... 62.210.18.40
- Connecting to ping.online.net (ping.online.net)|62.210.18.40|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 1000000000 (954M) [application/octet-stream]
- Saving to: ‘1000Mo.dat’
- 100%[======================================================>] 1,000,000,000 82.2MB/s in 12s
- 2018-07-24 09:34:42 (80.5 MB/s) - ‘1000Mo.dat’ saved [1000000000/1000000000]
- [root@sd-xxx ~]# wget -O /dev/null http://ping.online.net/1000Mo.dat
- --2018-07-24 09:35:04-- http://ping.online.net/1000Mo.dat
- Resolving ping.online.net (ping.online.net)... 62.210.18.40
- Connecting to ping.online.net (ping.online.net)|62.210.18.40|:80... connected.
- HTTP request sent, awaiting response... 200 OK
- Length: 1000000000 (954M) [application/octet-stream]
- Saving to: ‘/dev/null’
- 100%[======================================================>] 1,000,000,000 281MB/s in 3.4s
- 2018-07-24 09:35:07 (279 MB/s) - ‘/dev/null’ saved [1000000000/1000000000]
复制代码
------------------------------------------------以下为旧内容----------------------------------------------------------------
下载这里面的文件也只跑到 30M左右
http://ping.online.net/1000Mo.dat 大家试试
IO 60多点,安装的WIN
不知道是机子性能不行还是被限制了,速度跑不起来 |
|