Getpriority

NICE(1) - General Commands Manual

Getpriority, Renice, Csh, Nice

NICE(1) - General Commands Manual # NICE(1) - General Commands Manual NAME # nice - execute a utility with an altered scheduling priority SYNOPSIS # nice [-n increment] utility [argument …] DESCRIPTION # nice runs utility at an altered scheduling priority. If an increment is given, it is used; otherwise an increment of 10 is assumed. The superuser can run utilities with priorities higher than normal by using a negative increment. ...

RENICE(8) - System Manager's Manual

Setpriority, Nice, Getpriority, Renice

RENICE(8) - System Manager’s Manual # RENICE(8) - System Manager’s Manual NAME # renice - alter priority of running processes SYNOPSIS # renice [-n] increment [-gpu] id DESCRIPTION # renice alters the scheduling priority of one or more running processes with ID id. Processes may be selected by process ID, process group ID, and user name or ID. If none of the -gpu options are specified, the default is to select by process ID. ...