On Thu, Sep 15, 2011 at 5:13 AM, Carsten Aulbert
<carsten.aulb...@aei.mpg.de> wrote:
> Has nayone any idea what's going on here?

Carsten,
It will be more visible at the VFS layer with fsstat.  The following
one-liner will pull out all ZFS filesystems and pass the list as
arguments to fsstat so you can see activity broken down by mountpoint:

fsstat -i `mount | awk '{if($3 ~ /^[^\/:]+\//) {print $1;}}'` 1

Of course this only works for POSIX filesystems.  This won't catch
activity to zvols.  Maybe that won't matter in your case.

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

Reply via email to