Created
January 8, 2016 00:10
-
-
Save wkz/0bafae4d24aad363fdf5 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
| open.fs: | |
| -- | |
| kprobe:SyS_open { | |
| opens[comm()] += 1; | |
| } | |
| -- | |
| ~ # dtl -f open.fs & | |
| <DO RANDOM STUFF> | |
| ~ # fg | |
| dtl -f open.fs | |
| <Ctrl-C> | |
| opens: | |
| ash 26 | |
| syslogd 14 | |
| sh 10 | |
| cat 1 | |
| ~ # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment