On 11:02 02 Jan 2004, Martinez, Michael <[EMAIL PROTECTED]> wrote:
| Anyone know of a tool that counts the number of external
| programs/scripts/etc. that a program calls while it runs?

strace -f -o strace.out program [program-args...]
grep exec strace.out

Cheers,
--
Cameron Simpson <[EMAIL PROTECTED]> DoD#743
http://www.cskk.ezoshosting.com/cs/

Pardon my driving, I'm trying to reload.


-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/psyche-list

Reply via email to