Skip to content

0.1.94

Compare
Choose a tag to compare
@gianlucaborello gianlucaborello released this 20 Jan 23:43
· 3040 commits to master since this release

Bug Fixes

  • Improved performance of libscap during live captures
  • Expand the sysdig-probe ring buffer size: now it's 8 MB per CPU (was 1 MB)
  • Fix syntax error in fdtime_by chisel
  • Fix syntax error in zsh completion
  • Many minor bugfixes
  • evt.latency was returning wrong values

New and updated features

  • get_terminal_info chisel API function

New and updated chisels

  • spectrogram chisel: Visualize OS latency in real time.

New and updated filter fields

  • evt.buflen filter field

New and Updated events

  • clone, execve, fork, vfork: return comm parameter to report the executable file name rather than guessing it from argv[0]