Bug fixes
Fix sysdig-probe for kernel 4.4
Fix a remotely possible deadlock during ioctl calls
Fix Kubernetes support when data returned from the API server is particularly big
Minor bugfixes
New and updated features
Spectrogram views in csysdig: spectro_all (System call latency spectrogram) and spectro_file (File I/O latency spectrogram)
Ability to authenticate to a Kubernetes API server using a certificate, via -K
Ability to sort columns in csysdig views using the keyboard
--filter-proclist: apply the filter to the process table
-M: add the possibility to stop collecting after X seconds
evt.latency.quantized: 10-base log of the delta between an exit event and the correspondent enter event
evt.latency.human: delta between an exit event and the correspondent enter event, as a human readable string (e.g. 10.3ms)
Sysdig 是一个超级系统工具,比 strace、tcpdump、lsof 加起来还强大。可用来捕获系统状态信息,保存数据并进行过滤和分析。使用 Lua 开发,提供命令行接口以及强大的交互界面。
下载地址:https://github.com/draios/sysdig/tree/0.7.0
来自:开源中国社区

