0.7.0
·
1443 commits
to master
since this release
Bug fixes
- Fix
sysdig-probefor kernel 4.4 - Fix a remotely possible deadlock during
ioctlcalls - 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) andspectro_file(File I/O latency spectrogram) - Ability to authenticate to a Kubernetes API server using a certificate, via
-K <file_name>or--k8s-api-cert=<file_name>. Can also be specified via the environment variableSYSDIG_K8S_API_CERT - 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 secondsevt.latency.quantized: 10-base log of the delta between an exit event and the correspondent enter eventevt.latency.human: delta between an exit event and the correspondent enter event, as a human readable string (e.g. 10.3ms)