diff options
author | Feng Sun <[email protected]> | 2018-07-26 00:52:27 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-07-25 09:52:27 -0700 |
commit | 750e1f88d386b752283de7ed763af2a189b73677 (patch) | |
tree | 5656475f18f12c9db61fac294797ffd7780298f2 /include | |
parent | 473c976a0c4da84d8b49edaaf3d88a716d8dde2c (diff) |
Introduce kstat dmu_tx_dirty_frees_delay
It is helpful to tune zfs_per_txg_dirty_frees_percent for commit
539d33c7(OpenZFS 6569 - large file delete can starve out write ops).
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed by: Richard Elling <[email protected]>
Signed-off-by: Feng Sun <[email protected]>
Closes #7718
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/dmu_tx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/dmu_tx.h b/include/sys/dmu_tx.h index 74b7e1116..6a4bd3fac 100644 --- a/include/sys/dmu_tx.h +++ b/include/sys/dmu_tx.h @@ -124,6 +124,7 @@ typedef struct dmu_tx_stats { kstat_named_t dmu_tx_dirty_throttle; kstat_named_t dmu_tx_dirty_delay; kstat_named_t dmu_tx_dirty_over_max; + kstat_named_t dmu_tx_dirty_frees_delay; kstat_named_t dmu_tx_quota; } dmu_tx_stats_t; |