Process Niceness: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
Created page with " === check nice level setting === This will list the process ID, the nice level, and the actual command. ps ax -o pid,ni,cmd Using the htop command will show nice level. Th..."
 
mNo edit summary
Line 1: Line 1:
NICE and RENICE
nice - set process scheduling priority
renice - change process priority real time.


=== check nice level setting ===
=== check nice level setting ===

Revision as of 18:30, 27 May 2020

NICE and RENICE

nice - set process scheduling priority

renice - change process priority real time.



check nice level setting

This will list the process ID, the nice level, and the actual command.

ps ax -o pid,ni,cmd

Using the htop command will show nice level. This requires installation. For Ubuntu/Mint:

sudo apt install htop