Last active
April 6, 2016 14:48
-
-
Save vladiibine/246dd65a2a5fc76ad30deb80724ec0ba to your computer and use it in GitHub Desktop.
Revisions
-
vladiibine revised this gist
Apr 6, 2016 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,12 @@ #Get help here http://www.sysdig.org/wiki/sysdig-user-guide/ ## Show every time a file is opened under /etc. sudo sysdig evt.type=open and fd.name contains /etc ## Sysdig output format *%evt.num %evt.time %evt.cpu %proc.name (%thread.tid) %evt.dir %evt.type %evt.args ## Filter by process name sysdig proc.name=asdfg and proc.name!=petre -
vladiibine created this gist
Apr 6, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ ## Show every time a file is opened under /etc. sudo sysdig evt.type=open and fd.name contains /etc