Operating System - HP-UX
1751922 Members
4888 Online
108783 Solutions
New Discussion юеВ

How to check the current real-time priority (rtprio) of an existing process

 
RamanaKV
New Member

How to check the current real-time priority (rtprio) of an existing process

HI,
We have set a real-time priority for our lms and lmd background processes of Oracle.

Ex: rtprio 100

How to check the current rtprio of the existing process????
I would like to check if the lmd process is now having a rtprio of 100 or not?

Thanks,
RamanaKV
3 REPLIES 3
Ganesan R
Honored Contributor

Re: How to check the current real-time priority (rtprio) of an existing process

Hi,

#ps -l
Best wishes,

Ganesh.
Avinash20
Honored Contributor

Re: How to check the current real-time priority (rtprio) of an existing process

ps -el| grep
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME COMD


>> Check the PRI column

Please assign points
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
Mel Burslan
Honored Contributor

Re: How to check the current real-time priority (rtprio) of an existing process

ps -elf | grep -e "PRI" -e

the -e "PRI" is to display the header so you know what you are looking at.

HTH
________________________________
UNIX because I majored in cryptology...