top
shows a priority of 20 for most processes, including (for example firefox-bin).
Whilst ps -o pid,lwp,pri,nice,start,stat,bsdtime,cmd,comm -C firefox-bin
shows:
PID LWP PRI NI STARTED STAT TIME CMD COMMAND
9798 9798 19 0 14:03:47 Sl 2:17 /opt/firefox/firefox firefox-bin
Since both top & ps are ancient commands, this seems unlikely to be a bug. Why the discrepancy?