Dennis Clarke
2007-Apr-15 21:05 UTC
[zfs-discuss] zpool iostat : This command can be tricky ...
I really need to take a longer look here.
/*
* zpool iostat [-v] [pool] ... [interval [count]]
*
* -v Display statistics 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
