1751894 Members
5160 Online
108783 Solutions
New Discussion юеВ

jpqn process

 
Johny 786
New Member

jpqn process


What is jpqn process?Below error is showing when i run top command.
"CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
11 ? 8000 baft24 152 20 155M 12764K run 12772:31 99.26 99.09 jpqn"
help me to find this?
3 REPLIES 3
Jeeshan
Honored Contributor

Re: jpqn process

use lsof to trace the process.
a warrior never quits
Dennis Handly
Acclaimed Contributor

Re: jpqn process

I see no error here. Just a process that is taking up 100% of a CPU.
You need to see the process tree:
UNIX95=EXTENDED_PA ps -Hfu baft24

You can always renice it while you contact the owner:
renice -n 20 8000
Robert-Jan Goossens
Honored Contributor

Re: jpqn process

Hi,

If i'm not mistaken, the jpqn process is a java script interpreter.

also have a look at this thread.

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1234780175643+28353475&threadId=1253420

Regards,
Robert-Jan