what about this is mean good or what?
root@r034:~# uptime
17:39:59 up 20 min, 1 user, load average: 0.00, 0.00, 0.00
root@r034:~# wget
http://filepile.fastit.net/testfile
--2011-08-31 17:40:30--
http://filepile.fastit.net/testfile
Resolving filepile.fastit.net... 217.79.176.84
Connecting to filepile.fastit.net|217.79.176.84|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 102400000 (98M) [text/plain]
Saving to: `testfile'
100%[======================================>] 102,400,000 11.2M/s in 9.8s
2011-08-31 17:40:40 (9.96 MB/s) - `testfile' saved [102400000/102400000]
root@r034:~# ^C
root@r034:~#
----------------------------
root@r034:~# dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 19.7478 s, 54.4 MB/s