]> git.proxmox.com Git - mirror_zfs.git/commit
Add zilstat script to report zil kstats in a user friendly manner
authorAmeer Hamza <106930537+ixhamza@users.noreply.github.com>
Fri, 2 Sep 2022 20:24:07 +0000 (01:24 +0500)
committerGitHub <noreply@github.com>
Fri, 2 Sep 2022 20:24:07 +0000 (13:24 -0700)
commit899355d293830f250e46d6b651db5afed08b91ea
tree6169541d878469cbd9a2b7d77ef672c20b1d2cc0
parentf933b3fd4dda8b37aa37aeae05951b76f51ddae7
Add zilstat script to report zil kstats in a user friendly manner

Added a python script to process both global and per dataset
zil kstats and report them in a user friendly manner similar
to arcstat and dbufstat.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com>
Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>
Closes #13704
cmd/Makefile.am
cmd/zilstat.in [new file with mode: 0755]
rpm/generic/zfs.spec.in
tests/runfiles/common.run
tests/runfiles/sanity.run
tests/zfs-tests/include/commands.cfg
tests/zfs-tests/tests/Makefile.am
tests/zfs-tests/tests/functional/cli_user/misc/zilstat_001_pos.ksh [new file with mode: 0755]