script compilation fails at 'Pass 4'
Mehul Choube
Mehul_Choube@symantec.com
Thu Dec 6 16:01:00 GMT 2012
On Thu, 6 Dec 2012, David Smith wrote:
>
> Perhaps you could back up a bit and tell us what you are really trying
> to do?
our product have ~60 daemons running plus occasionally we spawn ephemeral
processes. Using systemtap I want to find out who connects to whom for
servicing a request.
output something like:
A (pid) <-- Socket --> B (pid)
B (pid) <-- Shared memory --> D (pid)
D (pid) <-- Message queue --> C (pid)
and so on...
I want to match local address+localport from connect() to remote
address+remote port in accept().
Thanks,
Mehul
More information about the Systemtap
mailing list