mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
RAIDZ parity kstat rework
Print table with speed of methods for each implementation. Last line describes contents of [fastest] selection. Signed-off-by: Gvozden Neskovic <neskovic@gmail.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #4860
This commit is contained in:
committed by
Brian Behlendorf
parent
c9187d867f
commit
26a08b5ca9
@@ -233,8 +233,8 @@ impl ## _rec_ ## code(void *rmp, const int *tgtidx) \
|
||||
|
||||
|
||||
typedef struct raidz_impl_kstat {
|
||||
kstat_named_t gen[RAIDZ_GEN_NUM]; /* gen method speed kiB/s */
|
||||
kstat_named_t rec[RAIDZ_REC_NUM]; /* rec method speed kiB/s */
|
||||
uint64_t gen[RAIDZ_GEN_NUM]; /* gen method speed B/s */
|
||||
uint64_t rec[RAIDZ_REC_NUM]; /* rec method speed B/s */
|
||||
} raidz_impl_kstat_t;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user