On Mon, 10 Jan 2011 14:12:32 +0100
Ivan Voras <ivo...@freebsd.org> wrote:

> I've also noticed it is bursty - this can be moderated by tuning 
> vfs.zfs.txg.timeout and vfs.zfs.vdev.max_pending. But I think you
> must agree that 210 MB/s on a single drive looks impossible :) I get
> that much in a SAS RAID-10 configuration.

Exactly: since the disk obviously can't write at 210MB/s (115 seems to
be about its maximum) ZFS is buffering the data and then has to spend
time flushing it to disk during which time it can't accept any new IO
requests.

-- 
Bruce Cran
_______________________________________________
freebsd-performance@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscr...@freebsd.org"

Reply via email to