[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How to track source of sleep signal?



Vikram Vincent <vincentvikram@gmail.com> writes:

> Hello!
>
> 2009/12/16 Michael <codejodler@gmx.ch>:
>> (1) ps e -p <process id>
>>
>> (2) /usr/bin/lsof, /bin/fuser
>>
>> (3) valgrind
>>
>> with valgrind, install the openoffice.org-dbg package
>
> I am not sure how I am supposed to interpret the data I obtained from the above.
> I basically want to track the source of the sleep signals which
> _constantly changes its PID_.

Use something like 'pstree' or 'ps axf' or 'ps -eH' and look at what
is calling sleep.


-- 
Carl Johnson		carlj@peak.org



Reply to: