Skip to content

dbufstat: add man page#18358

Open
chrislongros wants to merge 1 commit intoopenzfs:masterfrom
chrislongros:dbufstat-manual
Open

dbufstat: add man page#18358
chrislongros wants to merge 1 commit intoopenzfs:masterfrom
chrislongros:dbufstat-manual

Conversation

@chrislongros
Copy link
Copy Markdown
Contributor

@chrislongros chrislongros commented Mar 20, 2026

Summary

  • Add a manual page for the dbufstat(1) utility which displays statistics about the DMU buffer cache
  • Document all options, fields, and display modes (-b, -d, -t)
  • Include sample output from a live FreeBSD 16.0-CURRENT system

Closes #10287 (partially — dbufstat was the last missing man page)

Testing performed

  • man -l man/man1/dbufstat.1 renders correctly
  • CI checkstyle passes

Signed-off-by: Christos Longros chris.longros@gmail.com

Copy link
Copy Markdown
Contributor

@behlendorf behlendorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! You'll also need to add this new man page to contrib/debian/openzfs-zfsutils.install and man/Makefile.am.

@behlendorf behlendorf added the Status: Code Review Needed Ready for review and testing label Mar 25, 2026
@chrislongros
Copy link
Copy Markdown
Contributor Author

Thanks! You'll also need to add this new man page to contrib/debian/openzfs-zfsutils.install and man/Makefile.am.

I added them as well :)

Add a manual page for the dbufstat(1) utility which displays
statistics about the DMU buffer cache. Document all options,
fields, and include sample output from a live FreeBSD system.

Also add dbufstat.1 to Makefile.am and Debian packaging.

Signed-off-by: Christos Longros <chris.longros@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Code Review Needed Ready for review and testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

arc_summary, arcstat, and dbufstat are missing manpages

2 participants