Process Niceness

From Free Knowledge Base- The DUCK Project
Revision as of 18:29, 27 May 2020 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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