Skip to content

Instantly share code, notes, and snippets.

@elsonrodriguez
Created August 22, 2016 16:49
Show Gist options
  • Save elsonrodriguez/02cd1004f74b62e79936dbbfc36f73bd to your computer and use it in GitHub Desktop.
Save elsonrodriguez/02cd1004f74b62e79936dbbfc36f73bd to your computer and use it in GitHub Desktop.
Sysdig Tricks

Show command line for a given command execed by any proc:

sysdig  -p"%proc.exeline" evt.buffer contains <command>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment