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