|
nice and renice: Linux Process Priority |
 vote
 |
|
These commands let you set and change the 'nice' value which is part of the Linux priority-of-scheduling scheme...
The "niceness" of a process is a numeric hint to the kernel about how the process should be treated in relation to other processes contending for the CPU. The strange name is derived from the fact that it determines how nice you are going to be to other users of the system. A high nice value means a low priority for your process: you are going to be nice. A low or negative value means high priority: you are not very nice. The range of allowable niceness values is -20 to +19.
| | |
| |
|
|
| read more | mail this link | score:8752 | -Ray, November 30, 2006 |