0
votes
2answers
257 views
Monitor Cocoa apps for execution of external utilities (e.g., ffmpeg) on Mac OS X ?
There are Mac GUI applications which provide a front-end to more geeky commandline tools (often included as a part of the application package). I would like to look at what is happening under the h …
0
votes
Monitor Cocoa apps for execution of external utilities (e.g., ffmpeg) on Mac OS X ?
Graham: dtrace would be perfect here. could you (or anyone else here) show a dtrace script that would print the commandline of the process?
This oneliner prints names of processes being exe …
