Operating System - HP-UX
1760993 Members
10305 Online
108896 Solutions
New Discussion юеВ

Re: adb process taking high cpu

 
SOLVED
Go to solution
sarfaraj ahmad
Trusted Contributor

adb process taking high cpu

Hi,

one process is running on one of my PA-RISC machine named adb which is taking more than 90% cpu.

hpux>ps -ef |grep adb
root 19295 26808 255 Mar 21 pts/tc 2503:48 adb -k /stand/vmunix /dev/mem
root 16149 2006 1 11:01:56 pts/tb 0:00 grep adb
hpux>

can i stop this process?

thanx in advance.

5 REPLIES 5
Suraj K Sankari
Honored Contributor

Re: adb process taking high cpu

Hi,
I think you can't kill this process. check for the other processes which is taking more cpu & memory.

Suraj
sarfaraj ahmad
Trusted Contributor

Re: adb process taking high cpu

Dear All,

i traced through PPID a process named Adepto is invoking this adb process. i have stopped the Adepto script but still adb process is running and taking 98% cpu.

can i now kill the adb process?

kindly suggest.

Md. Farhan A Azam
Trusted Contributor
Solution

Re: adb process taking high cpu

Dennis Handly
Acclaimed Contributor

Re: adb process taking high cpu

>I traced through PPID a process named Adepto

Do you know what this does?

>can i now kill the adb process?

Any looping adb process is next to useless. You can go ahead and kill it.
sarfaraj ahmad
Trusted Contributor

Re: adb process taking high cpu

Hi,
process was gathering system information and detail configuration.

thanking all for your valuable support.
now i have killed the process and server is now in normal state.