0.1.88
·
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 -tDcommand line option: print the relative time from the previous event that matches the filter--versioncommand 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 lsofnetstat: prints the system network connections, with an output that is similar to netstatps: 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 cleanupsysdig.get_thread_table: return the (optionally filtered) sysdig process table.
New and Updated filter fields
evt.deltatime: delta between this event and the previous eventevt.deltatime.s: integer part of the delta between this event and the previous eventevt.deltatime.ns: fractional part of the delta between this event and the previous event