mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
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
(cherry picked from commit 244ea5c488
)
This commit is contained in:
parent
b458ddf27f
commit
bd4f2023bb
@ -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
Block a user