Last active
March 9, 2017 01:55
-
-
Save atroche/20c4be629767ae512cda8ed9b336897b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dtrace -o syscalls_by_process.txt -n 'syscall:::entry { @num[execname] = count(); }' & | |
sleep 60*10 && jobs -p|tail -1|xargs sudo kill |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment