> 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