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

Re: How to track source of sleep signal?



Maybe you can track it with a shell fragment like:

 while true; do  ps e | grep sleep | grep -v grep; sleep 1; done

(or use 'watch')


Reply to: