Jason Ozolins wrote:
John Hoogerdijk wrote:
so i guess there is some porting to do - no O_DIRECT in solaris...
anyone have bonnie++ 1.03e ported already?

For your purposes, couldn't you replace O_DIRECT with O_SYNC as a hack? If you're trying to benchmark the log device, the important thing is to generate synchronous writes, and the zero-copy aspect of O_DIRECT is less important, no?

Yes, this is the right thing to do, you want to test synchronous writes.
-- richard

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to