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 and improve NICE on FreeBSD #1461

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

Commits on Apr 20, 2024

  1. Fix nice handling for FreeBSD

    The nice handling on FreeBSD was broken for multiple reasons:
    
      - Idletime and Realtime scheduled processes were not properly
        detected and insane values were reported back
      - There was no indicator for processes that were scheduled in
        idletime or realtime
    
    This now adds a platform specific field for the scheduling type
    which one can add to interpret the niceness of a process better.
    
    Signed-off-by: Nico Sonack <nsonack@herrhotzenplotz.de>
    herrhotzenplotz authored and BenBE committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d045e1d View commit details
    Browse the repository at this point in the history