]> git.proxmox.com Git - mirror_zfs.git/commit
Remove ambiguity on demand vs prefetch stats reported by arc_summary
authorshodanshok <g.danti@assyoma.it>
Tue, 4 Oct 2022 18:00:02 +0000 (20:00 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 1 Nov 2022 19:35:05 +0000 (12:35 -0700)
commit820edcbf9111ece4140e806047aa54aa4b9460d9
treebdfa34271d5bc921287a6070182b94b885b8f79d
parent37763ea2a67871ffce452df225b5b71733b8e2a1
Remove ambiguity on demand vs prefetch stats reported by arc_summary

arc_summary currently list prefetch stats as "demand prefetch"
However, a hit/miss can be due to demand or prefetch, not both.
To remove any confusion, this patch removes the "Demand" word
from the affected lines.

Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Gionatan Danti <g.danti@assyoma.it>
Closes #13985
cmd/arc_summary/arc_summary3