QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Changing the priority of a process from the command line |
Ref. No. |
QNX.000005843 |
Category(ies) |
Utilities |
Issue |
Is there a way to change the priority of a running task from the command line?
|
Solution |
The 'slay' command is equipped with this functionality. Decide which priority is to be used, then invoke the slay command: slay -p prio [f|r|o] <process_name>
f = fifo r = round-robin o = other
|
|