Skip to content

0.7.0

Compare
Choose a tag to compare
@gianlucaborello gianlucaborello released this 22 Jan 22:19
· 1443 commits to master since this release

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 <file_name> or --k8s-api-cert=<file_name>. Can also be specified via the environment variable SYSDIG_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 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)