]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Improve l2arc reporting in arc_summary.
authorAlexander Motin <mav@FreeBSD.org>
Fri, 9 Jun 2023 17:14:05 +0000 (13:14 -0400)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 17:14:05 +0000 (10:14 -0700)
commit90ccfd426d9c9152c3f054d1335ab245d794d974
treeb0000a4a372a6502649944c68f88d4f26af11b54
parentb3ad3f48d9d215ce9bea1090d86ced17862ea441
Improve l2arc reporting in arc_summary.

- Do not report L2ARC as FAULTED in presence of in-flight writes.
- Report read and write I/Os, bytes and errors.
- Remove few numbers not important to average user.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #12304
Closes #14946
cmd/arc_summary