Show Posts
|
|
Pages: [1]
|
|
2
|
Hardware and U-Boot firmware / Hardware / Re: Guruserver plus ESATA bottleneck?
|
on: December 19, 2011, 01:45:30 AM
|
|
Ok i tried what you suggested and found the following
dd if=/dev/zero of=/mnt/esata/test bs=1M count=256 256+0 records in 256+0 records out 268435456 bytes (268 MB) copied, 34.1654 s, 7.9 MB/s
bad!!
i experimented with the dd command (with wich i am not familiar) and tried the following:
from the esata to /dev/null
dd if=/mnt/esata/test of=/dev/null bs=1M count=256 256+0 records in 256+0 records out 268435456 bytes (268 MB) copied, 0.845523 s, 317 MB/s
better!!
it looks like writing to my esata drive is verry slow and from my esata is much faster. I have no what rate i should find, but 7.9 MB/s write speed seems too slow to me.
kind regards
|
|
|
|
|
4
|
Hardware and U-Boot firmware / Hardware / Guruserver plus ESATA bottleneck?
|
on: December 17, 2011, 10:55:46 PM
|
|
I have a guruserver plus clonnected to a 1G WD esata drive. (WDC WD10EARS-00Y5B1) I am experiencing some speed problems. I thought it was because of poor network performance so i upgraded to gigabit ethernet. This didnt help. so then i did some testing. I started an FTP session and did two tests. One to "get" to /dev/null (so no actual writing) and one "get" to write in the esata drive. Then i did a put command. Here are the results:
ftp> get tkol.zip local: tkol.zip remote: tkol.zip 200 PORT command successful. 150 Opening BINARY mode data connection for tkol.zip (385744125 bytes). 226 Transfer complete. 385744125 bytes in 123.33 sec. (3054.483 Kb/s) 385744125 bytes received in 122.91 secs (3064.9 kB/s) ftp>
and
ftp> get tkol.zip /dev/null local: /dev/null remote: tkol.zip 200 PORT command successful. 150 Opening BINARY mode data connection for tkol.zip (385744125 bytes). 226 Transfer complete. 385744125 bytes in 14.41 sec. (26147.238 Kb/s) 385744125 bytes received in 14.40 secs (26150.9 kB/s) ftp>
put command ftp> put tkol.zip local: tkol.zip remote: tkol.zip 200 PORT command successful. 125 Ready to receive "tkol.zip" . Mode STREAM Type BINARY. 226 Transfer complete. 385744125 bytes in 18.84 sec. (19991.682 Kb/s) 385744125 bytes sent in 18.84 secs (19994.1 kB/s) ftp>
what it tells me (noob alert) that network speed is OK (writing to /dev/null ) that read speed is ok ( see put command) but that write speed is very bad.
This is what the bootup text says ata1: SATA link up 1.5 Gbps (SStatus 113 SControl F300) ata1.00: ATA-8: WDC WD10EARS-00Y5B1, 80.00A80, max UDMA/133 ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32) ata1.00: configured for UDMA/133
Can someone help me identifying the bottleneck here?
Kind regards
|
|
|
|
|