What do you mean by nice value?
Answers were Sorted based on User's Feedback
Answer / praveen
It can also be used to change the priority of process.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / green
nice is a command used in unix.
Using nice command we can set the priority of a process.
Priority vales is between -20 to 19.
−20 is the highest priority and 19 or 20 is the lowest priority.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mudassar
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.
============================================================================
nice: Unix processes have an associated system nice value
which is used by the kernel to determine when it should be
scheduled to run. This value can be increased to facilitate
processes executing quickly or decreased so that the processes
execute slowly and thus do not interfere with other system
activities.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / joe martin
Nice value sets how much processor time. It is the time
slice value.
| Is This Answer Correct ? | 2 Yes | 5 No |
How to set Windows as Default OS when Dual Booting Ubuntu?
HOW DO CREATE A NFS FILE SYSTEM
in unix profile contains
How to recover a system whose root password has lost?
How many VI editor modes do you know?
What is the difference between Swapping and Paging?
very first process created by kernell?
How to find the version details of unix? if any application is installed in unix OS how to find the version of that application is it possilbe or not? pls let me know cmd in detail.
what is difference between kernel and shell?
What is the difference between hard link & softlink?
hi.when will u come to klnce 4 campus interviews??/
What is file system in UNIX?