Re: Monitoring a binary
Next message: Subotai: "Difference between bsize and frsize in statvfs?"
Date: 9 Feb 2005 17:27:48 -0800
try strace -p -v pid.
This would show you all the internal system calls.
good luck
Next message: Subotai: "Difference between bsize and frsize in statvfs?"
Relevant Pages
- Re: Monitoring a binary
... try strace -p -v pid. ... This would show you all the internal system calls. ... good luck ... (comp.unix.aix) - Re: waitpid interrupted problem
... > this time it is called with -1 as the pid. ... > child.(The return value for waitpid is the pid of the second child.) When I ... and strace follow. ... (comp.lang.perl.misc) - Re: [opensuse] Prstat equivalent
... But I don't know if it will work by giving the pid, or you need to start the parent from strace. ... the command "top" can show the threads of a process: ... (SuSE) - Re: select() "hangs"
... that your process blocks in select. ... attach the strace to you're daemon when it seems to stuck, ... where PID is the PID of your daemon process. ... (comp.unix.programmer) - Re: [opensuse] Prstat equivalent
... There is an option for strace to log the children activities, on the same or on a different file. ... But I don't know if it will work by giving the pid, or you need to start the parent from strace. ... the command "top" can show the threads of a process: ... (SuSE) |
|