Operating System - HP-UX
1838451 Members
4788 Online
110126 Solutions
New Discussion

Re: a question about HPUXChildWrapper Process

 
lin.chen
Frequent Advisor

a question about HPUXChildWrapper Process

I found:
# top
this process cost more than 97% CPU for two weeks!

it seems a process of JAVA,why it cost so much CPU?
what is HPUXChildWrapper?
How can I solve the porblem ?

IN my system SDK and RTE are
T1456AA 1.4.2.11.00 Java2 1.4 SDK for HP-UX
T1457AA 1.4.2.09.02 Java2 1.4 RTE for HP-UX

B.11.23
BUNDLE11i B.11.23.0409.3
1 REPLY 1
Peter Nikitka
Honored Contributor

Re: a question about HPUXChildWrapper Process

Hi,

if you do not know what a user process is good for and your users you shurely have contacted do not know it as well:

First send the process a STOP signal to inhibit further work (kill -STOP nnnn).
If no one claims unexplainable results in a specific time frame, termitate the process:
kill -CONT nnnn
kill nnnn
kill -3 nnnn
kill -1 nnnn

Give the process some time to terminate gracefully!.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"