Hello,

I made some dd measurements this time I tried Ubuntu as reference with ext3 and 
zfs-fuse to judge on the OpenSolaris figures. Please note that I ensured that 
the zfs-cache is empty before trying to read.
As you can see from the figures they are amazingly good. So ZFS is not the 
bottleneck. The Samba values of Ubuntu where a little bit better compared to 
FreeBSB but absolutely unstable.

So what I see is ZFS is performing well and Samba or CIFS is performing well 
also but the combination ZFS + Samba/CIFS really takes down the performance on 
my board. Any hints?

Read from HD without Filesystem
r...@ubuntu:~# dd if=/dev/sda of=/dev/null bs=64k count=10240
10240+0 records in
10240+0 records out
671088640 bytes (671 MB) copied, 6.32858 s, 106 MB/s

ZFS Write
r...@ubuntu:~# dd if=/dev/zero of=/zfs/testfile  bs=64k count=10240
10240+0 records in
10240+0 records out
671088640 bytes (671 MB) copied, 49.4012 s, 13.6 MB/s

ZFS Read
r...@ubuntu:~# dd if=/zfs/test/1.h2w of=/dev/null bs=64k count=10240
10240+0 records in
10240+0 records out
671088640 bytes (671 MB) copied, 10.6599 s, 63.0 MB/s

Ext3 Write
r...@ubuntu:~# dd if=/dev/zero of=/ext3/testfile  bs=64k count=10240
10240+0 records in
10240+0 records out
671088640 bytes (671 MB) copied, 11.8365 s, 56.7 MB/s

Ext3 Read
r...@ubuntu:~# dd if=/ext3/test/1.h2w of=/dev/null bs=64k count=10240
10240+0 records in
10240+0 records out
671088640 bytes (671 MB) copied, 9.66444 s, 69.4 MB/s


On Solaris similar command than on ubuntu before
Read from HD without Filesystem
took 6.5s 103MB/s

ZFS Write similar command then on ubuntu before
took 12.64s 53MB/s

ZFS Read similar command then on ubuntu before
took 7.8s 86MB/s

ZFS Read+Write to SAME drive
took 24s 27MB/s

Best regards,

Oliver
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to