Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeBSD: Skip RAW kstat sysctls by default #11099

Merged
merged 1 commit into from
Oct 26, 2020

Commits on Oct 23, 2020

  1. FreeBSD: Skip RAW kstat sysctls by default

    These kstats are often expensive to compute so we want to avoid them
    unless specifically requested.
    
    The following kstats are affected by this change:
    
    kstat.zfs.${pool}.multihost
    kstat.zfs.${pool}.misc.state
    kstat.zfs.${pool}.txgs
    kstat.zfs.misc.fletcher_4_bench
    kstat.zfs.misc.vdev_raidz_bench
    kstat.zfs.misc.dbufs
    kstat.zfs.misc.dbgmsg
    
    In FreeBSD 13, sysctl(8) has been updated to still list the
    names/description/type of skipped sysctls so they are still
    discoverable.
    
    Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
    Ryan Moeller authored and Ryan Moeller committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    f9bb89a View commit details
    Browse the repository at this point in the history