Sandbox to explore sysdig. Setup via Vagrant:
- ubuntu with docker
- nginx
- node.js and test script
- sysdig
Print all syscalls
sudo sysdigGUI for analyzing current syscall
sudo csysdigStart filtering, do more, see http://www.sysdig.org/wiki/chisels-user-guide
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 errorLog 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=appList all chisels
sudo sysdig -clPrint usage info for chisel with "name"
sudo sysdig -i nameFind chisels in
/usr/share/sysdig/chisels