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

Rework read_stats output formatting #703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 16, 2024

  1. Rework read_stats output formatting

    Makes the output of the --stats argument a lot more readable.
    
    * Formatted the output of each core properly into a table
    
    * Colored the headers of each table column in green for easier visual parsing
    
    * Colored the temperature reading in red for any core that is above 85 degrees so it's easy to quickly tell if something is going wrong. Might want to adjust the number it is pretty arbitrary.
    
    This is kind of jank but only because it was already jank to begin with. The reading and writing of stats as a whole should probably be refactored to use a more convenient interface but it works fine as it is now so I'm not sure if it's actually necessary.
    dementive committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ff4f20b View commit details
    Browse the repository at this point in the history