mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 11:47:43 +03:00
Add 'dmu_tx' kstats entry
Keep counters for the various reasons that a thread may end up in txg_wait_open() waiting on a new txg. This can be useful when attempting to determine why a particular workload is under performing. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
@@ -1861,6 +1861,7 @@ dmu_init(void)
|
||||
dnode_init();
|
||||
dbuf_init();
|
||||
zfetch_init();
|
||||
dmu_tx_init();
|
||||
arc_init();
|
||||
l2arc_init();
|
||||
}
|
||||
@@ -1870,6 +1871,7 @@ dmu_fini(void)
|
||||
{
|
||||
l2arc_fini();
|
||||
arc_fini();
|
||||
dmu_tx_fini();
|
||||
zfetch_fini();
|
||||
dbuf_fini();
|
||||
dnode_fini();
|
||||
|
||||
Reference in New Issue
Block a user