Add missing kstats to dataset kstats
Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Reviewed-by: Rob Norris <robn@despairlabs.com> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #16431
This commit is contained in:
parent
d06de4f007
commit
244ea5c488
|
@ -40,6 +40,9 @@ static dataset_kstat_values_t empty_dataset_kstats = {
|
|||
{
|
||||
{ "zil_commit_count", KSTAT_DATA_UINT64 },
|
||||
{ "zil_commit_writer_count", KSTAT_DATA_UINT64 },
|
||||
{ "zil_commit_error_count", KSTAT_DATA_UINT64 },
|
||||
{ "zil_commit_stall_count", KSTAT_DATA_UINT64 },
|
||||
{ "zil_commit_suspend_count", KSTAT_DATA_UINT64 },
|
||||
{ "zil_itx_count", KSTAT_DATA_UINT64 },
|
||||
{ "zil_itx_indirect_count", KSTAT_DATA_UINT64 },
|
||||
{ "zil_itx_indirect_bytes", KSTAT_DATA_UINT64 },
|
||||
|
|
Loading…
Reference in New Issue