Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 May 2009 17:39:53 +0200
From:      Ulrich =?utf-8?B?U3DDtnJsZWlu?= <uqs@spoerlein.net>
To:        Morgan =?utf-8?B?V2Vzc3Ryw7Zt?= <freebsd-stable@pp.dyndns.biz>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: ZFS on top of GELI / Intel Atom 330 system
Message-ID:  <20090531153953.GE18676@acme.spoerlein.net>
In-Reply-To: <4A1FBD4A.5080204@pp.dyndns.biz>
References:  <cf9b1ee00905290119w5eea0bfmd018d1c1282ac310@mail.gmail.com> <4A1FAB45.4040904@h3q.com> <cf9b1ee00905290312j2d1aeda8y3e4d8f4b1a0492f5@mail.gmail.com> <4A1FBD4A.5080204@pp.dyndns.biz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 29.05.2009 at 12:47:38 +0200, Morgan Wesström wrote:
> You can benchmark the encryption subsytem only, like this:
> 
> # kldload geom_zero
> # geli onetime -s 4096 -l 256 gzero
> # sysctl kern.geom.zero.clear=0
> # dd if=/dev/gzero.eli of=/dev/null bs=1M count=512
> 
> 512+0 records in
> 512+0 records out
> 536870912 bytes transferred in 11.861871 secs (45260222 bytes/sec)
> 
> The benchmark will use 256-bit AES and the numbers are from my Core2 Duo
> Celeron E1200 1,6GHz. My old trusty Pentium III 933MHz performs at
> 13MB/s on that test. Both machines are recompiled with CPUTYPE=core2 and
> CPUTYPE=pentium3 respectively but unfortunately I have no benchmarks on
> how they perform without the CPU optimizations.

Hi Morgan,

thanks for the nice benchmarking trick. I tried this on two ~7.2
systems:

CPU: Intel Pentium III (996.77-MHz 686-class CPU)
-> 14.3MB/s

CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.01-MHz 686-class CPU)
-> 47.5MB/s

Reading a big file from the pool of this P4 results in 27.6MB/s netto
transfer rate (single 7200 rpm SATA disk).

I would be *very* interested in numbers from the dual core Atom, both
with 2 CPUs and with 1 active core only. I think that having dual core
is a must for this setup, so you can use 2 GELI threads and have the ZFS
threads on top of that to spread the load.

Cheers,
Ulrich Spörlein
-- 
http://www.dubistterrorist.de/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090531153953.GE18676>