top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What do you mean by nice value?

0 votes
250 views
What do you mean by nice value?
posted Jan 12, 2016 by Sathaybama

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Nice value is the value that controls {increments or decrements} the priority of the process. This value that is returned by the nice() system call. The equation for using nice value is:
Priority = ("recent CPU usage"/constant) + (base- priority) + (nice value)
Only the administrator can supply the nice value. The nice() system call works for the running process only. Nice value of one process cannot affect the nice value of the other process.

answer Jan 12, 2016 by Shivaranjini
...