系统分析工具 Sysdig 详解
-c topscalls "evt.failed=true"snoop failed file opens as they occur:sysdig -p "%12user.name %6proc.pid %12proc.name %3fd.num %fd.typechar %fd.name" evt.type=open and evt.failed=truePrint the file I/O calls that have a latency greater than 1ms:sysdig -c fileslower 1 安全 Show the directories that the user "root" visits:sysdig -p"%evt.arg.path...阅读全文