> It all depends on how they are connecting to the storage.  iSCSI, CIFS,
> NFS,
> database, rsync, ...?
> 
> The reason I say this is because ZFS will coalesce writes, so just
> looking at
> iostat data (ops versus size) will not be appropriate.  You need to
> look at the
> data flowing between ZFS and the users. fsstat works for file systems,
> but
> won't work for zvols, as an example.
>  -- richard

Actually, maybe that is right.  Since the users are connecting via CIFS and
NFS and ssh to use a ZFS volume, it stands to reason that ZFS is ultimately
the thing which is performing all the read/write operations on the physical
disks, right?  So if I use iostat, and I see coalesced data ... I get
statistics on ops and size ... which is truly the real world usage scenario
for my system, right?  Thus, when I am trying to optimize my disk
configuration, benchmarking with iozone or whatever, those statistics will
be the best measurement for me to use, when I tell iozone the blocksize it
should test.  Right?

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

Reply via email to