Operating System - HP-UX
1836871 Members
2988 Online
110110 Solutions
New Discussion

Re: process in sleep mode

 
Prasanth V Aravind
Trusted Contributor

process in sleep mode

We have one hp 11.11 server. we had started one process of billing which has been running from last one day. These billing processes are running very slow. I have check in the system, but I can’t able to see any bottleneck of cpu, memory, disk i/o , swap. But the process state in top command output is showing sleep stage even though my cpu is 98% idle.

How to find resolve this issue ?

Any idea ?


Prasanth
3 REPLIES 3
twang
Honored Contributor

Re: process in sleep mode

please post the output of "glance -G"..
ManojK_1
Valued Contributor

Re: process in sleep mode

You will have to verify the process is still generating the desired output.

You can change the nice value of the process and increase the priority of the job.

Manoj


Thanks and Regards,
Manoj K
Dennis Handly
Acclaimed Contributor

Re: process in sleep mode

>Manoj: You can change the nice value of the process and increase the priority of the job.

I'm not sure how that will help too much if 98% idle?

Using tusc on the process may tell you why it is waiting.