Skip to content

Releases: draios/sysdig

0.1.84

25 Jun 05:02
Compare
Choose a tag to compare

Bug Fixes

  • Correctly support memory fields for 2.6.39
  • Support EL7 in the installer (using the beta EPEL 7 repository)
  • Many minor bugfixes

New and Updated Features

No new features

New and Updated Chisels

  • list_login_shells: List the login shell IDs
  • hierarchical support for spy_users

New and Updated filter fields

  • proc.apid: the pid of one of the process ancestors.
  • proc.aname: the name (excluding the path) of one of the process ancestors.
  • proc.loginshellid: the pid of the oldest shell among the ancestors of the current process

New and Updated events

  • splice

0.1.83

31 May 18:29
Compare
Choose a tag to compare

Bug Fixes

Many minor bugfixes

New and Updated Features

No new features

New and Updated Chisels

No new chisels

New and Updated filter fields

  • proc.vmsize: Total virtual memory for the process (as kb)
  • proc.vmrss: Resident non-swapped memory for the process (as kb)
  • proc.vmswap: Swapped memory for the process (as kb)
  • thread.pfmajor: Number of major page faults since thread start
  • thread.pfminor: Number of minor page faults since thread start
  • proc.fdopencount: Number of open FDs for the process
  • proc.fdlimit: Maximum number of FDs the process can open
  • proc.fdusage: The ratio between open FDs and maximum available FDs for the process

New and Updated events

  • mmap
  • mmap2
  • munmap
  • brk

0.1.82

08 May 02:08
Compare
Choose a tag to compare

Bug Fixes

  • topprocs_cpu was not working anymore (#146)
  • fix sysdig probe on kernel 3.15 (#128)
  • support OpenVZ kernel (#143)

New and Updated Features

There are no new features in this release.

New and Updated Chisels

  • proc_exec_time: Show process execution time
  • scallslower: Trace slow syscalls

New and Updated filter fields

  • proc.duration: Number of nanoseconds since the process started

0.1.81

30 Apr 19:39
Compare
Choose a tag to compare
  • ARM support (tested on Raspberry PI)
  • New chisels: fileslower.lua
  • New filter fields: fd.filename
  • Improved build system
  • -r can open multiple files
  • -z can write compressed trace files
  • -P can show the processing progress
  • Many bugfixes

0.1.79

11 Apr 03:53
Compare
Choose a tag to compare
  • New chisels: spy_port
  • New fields: fd.directory, proc.ppid
  • Support grsecurity
  • Build on Solaris
  • sysdig -D option: sysdig doesn't dig itself by default anymore
  • Support binary expressions when filtering buffers
  • Various bugfixes reported by users

0.1.77

07 Apr 20:48
Compare
Choose a tag to compare
fix potential memory leak when invalid line is skipped

0.1.74

07 Apr 15:41
Compare
Choose a tag to compare
Merge pull request #75 from lazy404/ipv6Fix

sysdig fails to start if ipv6 is disabled