Skip to content

sbange/sysdig-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sysdig-sandbox

Sandbox to explore sysdig. Setup via Vagrant:

  • ubuntu with docker
  • nginx
  • node.js and test script
  • sysdig

Get Started

Print all syscalls

sudo sysdig

GUI for analyzing current syscall

sudo csysdig

Start filtering, do more, see http://www.sysdig.org/wiki/chisels-user-guide

Examples

Tail all log files (matching *.log, _log, etc.) any process is writing to, filter

sudo sysdig -c spy_logs
sudo sysdig -c spy_logs evt.buffer contains error

Log last 10 minutes of activity before application "app" crashes/exits to file dump.scap

sudo sysdig -G 60 -W 10 -w dump.scap proc.name=app

List all chisels

sudo sysdig -cl

Print usage info for chisel with "name"

sudo sysdig -i name

Misc

Find chisels in

/usr/share/sysdig/chisels

About

Sandbox to explore sysdig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors