- Not all tasks require the same amount of execution time
- Linux has the concept of execution priority to deal with this
- Process priority is dynamically altered by the kernel
- You can view the current priority by looking at top or
ps -l
and looking at the PRI column - The priority can be biased using nice
- The current bias can be seen in the NI column in
top
- The current bias can be seen in the NI column in