0.1.94
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
: returncomm
parameter to report the executable file name rather than guessing it fromargv[0]