8.2-RC1 and ZFS

Anonymous swell.k at gmail.com
Fri Dec 31 15:39:32 UTC 2010


David Samms <dsamms at nw-ds.com> writes:

[...]
> The same test with ZFSv28 and ZFSv28 + tuning
>
> ZFSv28
> ----------------------------------------------------------------------
> dd if=/dev/zero of=big bs=1m count=6400
> 6710886400 bytes transferred in 158.205268 secs (42418855 bytes/sec)
>
> OpenOffice 197sec
> MP3 skips
> XFCE4 popup menus took 5-15 seconds to appear
>
>
> ZFSv28 + tuning
> --vfs.zfs.txg.timeout="5"

the tunable defaults to "5" in v28, see txg.c

  int zfs_txg_timeout = 5;        /* max seconds worth of delta per txg */

> --vfs.zfs.txg.write_limit_override=268435456

No such tunable/sysctl. It was renamed to vfs.zfs.write_limit_override
in v28 (note ".txg." absence).

> --kern.maxvnodes=250000

> ----------------------------------------------------------------------
> dd if=/dev/zero of=big bs=1m count=6400
> 6710886400 bytes transferred in 167.316444 secs (40108947 bytes/sec)
>
> OpenOffice 190sec
> No MP3 skips during "dd", but one skip while OpenOffice was starting
> XFCE4 popup menus took 2-13 seconds to appear


More information about the freebsd-fs mailing list