Re: [zfs-discuss] zfs iostat - which unit bit vs. byte

2010-06-17 Thread Dennis Clarke
> Hi-- > > ZFS command operations involving disk space take input and display using > numeric values specified as exact values, or in a human-readable form > with a suffix of B, K, M, G, T, P, E, Z for bytes, kilobytes, megabytes, > gigabytes, terabytes, petabytes, exabytes, or zettabytes. > Let'

Re: [zfs-discuss] zfs iostat - which unit bit vs. byte

2010-06-17 Thread Cindy Swearingen
Hi-- ZFS command operations involving disk space take input and display using numeric values specified as exact values, or in a human-readable form with a suffix of B, K, M, G, T, P, E, Z for bytes, kilobytes, megabytes, gigabytes, terabytes, petabytes, exabytes, or zettabytes. Thanks, Cindy

Re: [zfs-discuss] zfs iostat - which unit bit vs. byte

2010-06-17 Thread eXeC001er
answer for your questions: usr/src/cmd/zpool/zpool_main.c } else { print_one_stat(newvs->vs_alloc); print_one_stat(newvs->vs_space - newvs->vs_alloc); } print_one_stat((uint64_t)(scale * (newvs->vs_ops[ZIO_TYPE_READ] - oldvs->vs_

[zfs-discuss] zfs iostat - which unit bit vs. byte

2010-06-17 Thread pitutek
Guys, # zpool iostat pool1 capacity operationsbandwidth pool used avail read write read write -- - - - - - - pool1822M 927G 0 0435 28.2K In which units is bandwidth measured? I suppose capital K

Re: [zfs-discuss] zfs iostat

2008-05-18 Thread Mike Gerdts
On Sun, May 18, 2008 at 7:34 AM, Karsten L. <[EMAIL PROTECTED]> wrote: > Hi guys, > > is there a way to find out the current i/o-stats for a zfs-partition? I know > of "zpool iostat", but it only lists the i/o-stats of the whole pool. I need > something like "zfs iostat", or how can I get the sta

[zfs-discuss] zfs iostat

2008-05-18 Thread Karsten L.
Hi guys, is there a way to find out the current i/o-stats for a zfs-partition? I know of "zpool iostat", but it only lists the i/o-stats of the whole pool. I need something like "zfs iostat", or how can I get the stats with general systemtools of a particular directory? any idea would be appre