Under the GUI, there is an "advanced" option which shows vdev capacity, etc. I''m drawing a blank about how to get with the commands... Thanks, David This message posted from opensolaris.org
Cindy.Swearingen at Sun.COM
2007-Sep-26 16:47 UTC
[zfs-discuss] zpool status (advanced listing)?
I think you want zpool iostat: % zpool iostat capacity operations bandwidth pool used avail read write read write ---------- ----- ----- ----- ----- ----- ----- tank 54.5M 16.7G 0 0 3 1 users 217M 16.5G 0 0 3 1.32K ---------- ----- ----- ----- ----- ----- ----- cs David Smith wrote:> Under the GUI, there is an "advanced" option which shows vdev capacity, etc. I''m drawing a blank about how to get with the commands... > > Thanks, > > David > > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
> David Smith wrote: > > Under the GUI, there is an "advanced" option which shows vdev capacity, etc. I''m drawing a blank about how to get with the commands...''zpool iostat -v'' gives that level of detail.
Yes, this is it. Thanks. David On Wed, 2007-09-26 at 13:55 -0400, Will Murnane wrote:> > David Smith wrote: > > > Under the GUI, there is an "advanced" option which shows vdev capacity, etc. I''m drawing a blank about how to get with the commands... > > ''zpool iostat -v'' gives that level of detail.