Vikram Vincent <[email protected]> writes: > Hello! > > 2009/12/16 Michael <[email protected]>: >> (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 [email protected] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

