> 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'
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
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_
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
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
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