Request for recommendation for tool that counts programs/scripts/etc. called 2004-01-02 - By Cameron Simpson
Back On 11:02 02 Jan 2004, Martinez, Michael <MMARTINEZ@(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 <cs@(protected)> DoD#743 http://www.cskk.ezoshosting.com/cs/
Pardon my driving, I'm trying to reload.
|
|