Re: strace only one child process
- From: John Reiser <jreiser@xxxxxxxxxxxx>
- Date: Fri, 20 Oct 2006 07:19:49 -0700
In the sytem I'm working, one server process creates one child process
for each client request. I like to strace one of these child process.
strace without specific options only traces the parent, and with the
"-f" option traces all childs, overloading the system.
Knows someone any trick to trace only one (or a few ones) childs?
Attach to the desired child after it has been created.
See the documentation for "strace -p <pid>".
--
.
- Follow-Ups:
- Re: strace only one child process
- From: phil-news-nospam
- Re: strace only one child process
- References:
- strace only one child process
- From: tmp123
- strace only one child process
- Prev by Date: Re: strace only one child process
- Next by Date: Re: question about linux CPU scheduling
- Previous by thread: Re: strace only one child process
- Next by thread: Re: strace only one child process
- Index(es):
Relevant Pages
|