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

feat: add virtual memory compatibility for zfs arc architectures #2385

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 22, 2024

  1. feat: add compatibility for zfs arc architectures, (matches htop sour…

    …ce code)
    
    Signed-off-by: Hudson Gerwing <grownuphudson@gmail.com>
    
    docs: update HISTORY/CREDITS
    
    Signed-off-by: Hudson Gerwing <grownuphudson@gmail.com>
    
    fix: various fixes on account of me not having my linter on:
    
    poor type hinting
    incorrect column unpacking of the zfs arc stats file
    bad variable naming
    
    Signed-off-by: Hudson Gerwing <grownuphudson@gmail.com>
    
    fix: account for shared memory, errant conversion of zfs stats
    
    Signed-off-by: Hudson Gerwing <grownuphudson@gmail.com>
    
    refactor: move arc stats call to a separate function to be less obtrusive
    
    Signed-off-by: Hudson Gerwing <grownuphudson@gmail.com>
    hewdoe committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bdba14a View commit details
    Browse the repository at this point in the history
  2. fix: avoid overwriting NamedTuple

    Signed-off-by: Hudson Gerwing <grownuphudson@gmail.com>
    hewdoe committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    10d412a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fix: avoid error when zfs array is not configured

    fix: include zfs arcstats in export list
    
    Signed-off-by: Hudson Gerwing <grownuphudson@gmail.com>
    hewdoe committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ef70132 View commit details
    Browse the repository at this point in the history
  2. fix: make no changes for non-zfs architecture

    Signed-off-by: Hudson Gerwing <grownuphudson@gmail.com>
    hewdoe committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0509650 View commit details
    Browse the repository at this point in the history