|
本帖最后由 wxlg1117 于 2012-3-27 11:21 编辑
杭州电信100M;
C:\Documents and Settings\Administrator>ping 205.185.*.*
Pinging 205.185.*.* with 32 bytes of data:
Reply from 205.185.*.*: bytes=32 time=171ms TTL=51
Reply from 205.185.*.*: bytes=32 time=171ms TTL=51
Reply from 205.185.*.*: bytes=32 time=171ms TTL=51
Reply from 205.185.*.*: bytes=32 time=171ms TTL=51
Ping statistics for 205.185.*.*:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 171ms, Maximum = 171ms, Average = 171ms
C:\Documents and Settings\Administrator>
Last login: Tue Mar 27 07:03:06 2012 from 61.130.0.154
[root@swolf ~]# dd if=/dev/zero of=test bs=64k count=16k conv=fsync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 4.86051 seconds, 221 MB/s
[root@swolf ~]# dd if=/dev/zero of=test bs=64k count=4k oflag=dsync
4096+0 records in
4096+0 records out
268435456 bytes (268 MB) copied, 3.19841 seconds, 83.9 MB/s
[root@swolf ~]# wget http://www.wholesaleinternet.com/100mbit.bin
--2012-03-27 07:14:51-- http://www.wholesaleinternet.com/100mbit.bin
Resolving www.wholesaleinternet.com... 208.110.70.232
Connecting to www.wholesaleinternet.com|208.110.70.232|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 101482752 (97M) [application/octet-stream]
Saving to: `100mbit.bin'
100%[======================================>] 101,482,752 11.2M/s in 9.0s
2012-03-27 07:15:00 (10.7 MB/s) - `100mbit.bin' saved [101482752/101482752]
[root@swolf ~]# wget http://174.138.175.114/100mb-file.zip
--2012-03-27 07:15:17-- http://174.138.175.114/100mb-file.zip
Connecting to 174.138.175.114:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/zip]
Saving to: `100mb-file.zip'
100%[======================================>] 104,857,600 15.3M/s in 14s
2012-03-27 07:15:31 (6.92 MB/s) - `100mb-file.zip' saved [104857600/104857600]
[root@swolf ~]# wget http://mirror.leaseweb.com/speedtest/100mb.bin
--2012-03-27 07:15:41-- http://mirror.leaseweb.com/speedtest/100mb.bin
Resolving mirror.leaseweb.com... 94.75.223.121, 2001:1af8:4030:1:0:dead:beef:caf
e
Connecting to mirror.leaseweb.com|94.75.223.121|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 100000000 (95M) [application/octet-stream]
Saving to: `100mb.bin'
100%[======================================>] 100,000,000 4.44M/s in 21s
2012-03-27 07:16:03 (4.50 MB/s) - `100mb.bin' saved [100000000/100000000]
[root@swolf ~]# wget http://85.17.128.2/100mb.bin
--2012-03-27 07:16:06-- http://85.17.128.2/100mb.bin
Connecting to 85.17.128.2:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100mb.bin.1'
100%[======================================>] 104,857,600 6.25M/s in 39s
2012-03-27 07:16:45 (2.60 MB/s) - `100mb.bin.1' saved [104857600/104857600]
[root@swolf ~]# wget http://fremont1.linode.com/100MB-fremont.bin
--2012-03-27 07:24:26-- http://fremont1.linode.com/100MB-fremont.bin
Resolving fremont1.linode.com... 64.71.152.17
Connecting to fremont1.linode.com|64.71.152.17|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 104857600 (100M) [application/octet-stream]
Saving to: `100MB-fremont.bin'
100%[======================================>] 104,857,600 65.4M/s in 1.5s
2012-03-27 07:24:27 (65.4 MB/s) - `100MB-fremont.bin' saved [104857600/104857600
]
[root@swolf ~]# |
|