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

Added CPU usage block #19

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

Added CPU usage block #19

wants to merge 2 commits into from

Commits on May 4, 2017

  1. Added CPU usage block

    The CPU usage displays the ratio of non-idle time since the last
    update. User can specify the critical usage level above which the
    block is rendered as urgent.
    
    The usage CPU times are read from /proc/stat.
    mmm444 committed May 4, 2017
    Configuration menu
    Copy the full SHA
    8f38673 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Make /proc/stat parsing less arbirtrary in CPU block

    Use only lines with 10 or more fields. This is the format
    used since Linux kernel 2.6.33.
    mmm444 committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    2012c1d View commit details
    Browse the repository at this point in the history