Displaying 1 result from an estimated 1 matches for "cb_iter".
Did you mean:
b_iter
2007 Apr 15
0
zpool iostat : This command can be tricky ...
...istics for individual vdevs
*
* This command can be tricky because we want to be able to deal with pool
.
.
.
I think I may need to deal with a raw option here ?
/*
* Enter the main iostat loop.
*/
cb.cb_list = list;
cb.cb_verbose = verbose;
cb.cb_iteration = 0;
cb.cb_namewidth = 0;
Hopefully you can see what I am trying to do ( see previous post ) is just
get the raw data and I may do a quick hack to look at it.
so until I get a clean compile that dumps out the data .. it may be best to
ignore me :-)
Dennis