Skip to content

0.1.88

Choose a tag to compare

@gianlucaborello gianlucaborello released this 20 Aug 23:07
· 3338 commits to master since this release

Bug Fixes

  • Several improvements in the thread table management to avoid crashes in corner cases
  • Many minor bugfixes

New and Updated Features

  • sysdig’s thread table is now exposed to the chisels
  • network port comparison in filters now supports the <, <=, > and >= operators
  • -tD command line option: print the relative time from the previous event that matches the filter
  • --version command line option: print the program version

New and Updated Chisels

  • lsof: prints the open file descriptors for every process in the system, with an output that is similar to lsof
  • netstat: prints the system network connections, with an output that is similar to netstat
  • ps: lists the running processes, with an output that is similar to ps

New and updated chisel API functions

  • sysdig.end_capture: causes sysdig to stop receiving events and makes it initiate the end of capture cleanup
  • sysdig.get_thread_table: return the (optionally filtered) sysdig process table.

New and Updated filter fields

  • evt.deltatime: delta between this event and the previous event
  • evt.deltatime.s: integer part of the delta between this event and the previous event
  • evt.deltatime.ns: fractional part of the delta between this event and the previous event