reset the priority of existing process

  1. J

    What is nice value? How to change the priority of a linux process

    Nice value is a value that increment and decrements the priority of process. The nice value is come from nice () system calls. To calculate the nice value of a process use this equation Priority = (“recent CPU usage”/constant) + (base-priority)+(nice value) The nice value is supplied by only...
Top