Skip to content

0.1.103

Compare
Choose a tag to compare
@gianlucaborello gianlucaborello released this 21 Aug 23:36
· 1925 commits to master since this release

Bug Fixes

  • Update ncurses so it will compile on GCC 5
  • Don't use GCC 5 inside the Docker container, because older kernels are still not ready
  • Minor bugfixes

New and updated features

  • httplog chisel: show a log of all HTTP requests
  • httptop chisel: show top HTTP requests by: ncalls, time or bytes
  • Improved the accept system event by adding queuelen and queuemax
  • sysdig-probe can now compile on the EL5 kernel. Userspace application still requires a recent GCC, which can be obtained from the Redhat/CentOS developer toolset
  • Support CPU hotplug: sysdig will just work if CPUs go up or down in your system, and will also generate an event when that happens
  • Precompile sysdig-probe for most Ubuntu, Fedora, CentOS kernels