everyone,
Just out of curiosity, I did a
dtrace -n 'syscall:::entry { @num[execname, probefunc] = count(); }'
and looked at the entries produced by 'rm'.
I see everything that rm did, *except* the unlinkat - which is unfortunate
because I want to trace which processes have deleted which files.
So - does dtrace contain unlinkat as a probe for a system call?
Also - how could you integrate the output of something like ptree into the
above call for dtrace, so instead of showing just the pid for the process doing
the system call, you could show the process stack (and if necessary the
arguments to each level in the stack)?
Thanks -
Paul
--
This message posted from opensolaris.org
_______________________________________________
dtrace-discuss mailing list
[email protected]