1834331 Members
1936 Online
110066 Solutions
New Discussion

init process high cpu

 
lawrenzo_1
Super Advisor

init process high cpu

Hello,

does anyone know how to troubleshoot an init process that is consuming almost 100% cpu time?

Thanks

Chris
hello
2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: init process high cpu

Are you getting lots of forks/exec for new processes?
You could attach gdb to it and get a stack trace.

Perhaps you are getting this issue:
INIT: Command is respawning too rapidly
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1128442

Searching the ITRC shows even more with that message.
lawrenzo_1
Super Advisor

Re: init process high cpu

ran a kernel trace on the init process and noticed memory allocation errors and over 2 million syscalls per second.

created a sysdump and rebooted.

problem resolved.

but waiting for information from support regarding the dump.
hello