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

Fix program crash on "m" with large value of "current" #10

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2021

  1. Update zpool-iostat-viz

    Fix program crash if the "m" command is used and "current" is higher than supported by the current stats array length.
    stesser committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    c3a05df View commit details
    Browse the repository at this point in the history
  2. Update zpool-iostat-viz

    Reset stats_history[] when switching the transform function - AFAICT the contents of the stats_history array depends on the transformation performed on the gathered statistics data.
    stesser committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    bd40c46 View commit details
    Browse the repository at this point in the history
  3. Update zpool-iostat-viz

    Improve response time of "m" command to switch between device centric and measurement centric views
    stesser committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    5f18d7d View commit details
    Browse the repository at this point in the history