Monday, 3 March 2014

Job execution with low priority with nice command

All jobs in linux or unix platform normally executed with equal priority which is not desirable because high priority jobs  must be completed all the earliest.
the "nice" command is used with "% sign" to reduce the priority of the job.
Note:- the "nice" vlaues are system depends and typically use "nice" values from 1 to 19.
Commands -

the ps -0 nice

this above command display nice values which are supported by operating system. 

No comments:

Post a Comment