mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Introduce read/write kstats per dataset
The following patch introduces a few statistics on reads and writes grouped by dataset. These statistics are implemented as kstats (backed by aggregate sums for performance) and can be retrieved by using the dataset objset ID number. The motivation for this change is to provide some preliminary analytics on dataset usage/performance. Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Signed-off-by: Serapheim Dimitropoulos <serapheim@delphix.com> Closes #7705
This commit is contained in:
committed by
Brian Behlendorf
parent
fa84714abb
commit
a448a2557e
@@ -36,6 +36,7 @@ typeset -a properties=(
|
||||
"altroot"
|
||||
"health"
|
||||
"guid"
|
||||
"load_guid"
|
||||
"version"
|
||||
"bootfs"
|
||||
"delegation"
|
||||
|
||||
Reference in New Issue
Block a user