Skip to content

Releases: bookingcom/bpfink

0.6.29: Exclude sockets/devices/FIFOs from capturing for vfs_write

09 Jun 12:58
Compare
Choose a tag to compare
Besides the fact we are really not interested in writes to such kind of objects,
that change also fixes the following bug: because we identify file only by inode
there can be the case when we capture event from different file with the same
inode (if that file from other device): it should be ok unless that "file" is
write-heavy socket, then we start capture and report about non-existant writes
very frequently and consume IO/CPU because of that.

0.6.23

25 May 09:11
Compare
Choose a tag to compare
fix tracking file after rename: sync rename mode constant on eBPF and…

Metrics consistency fix

14 May 14:41
Compare
Choose a tag to compare
0.6.21

Fix metric per scope

0.6.20

11 May 08:12
Compare
Choose a tag to compare
Adding metrics per scope

0.6.19

08 May 08:23
Compare
Choose a tag to compare
downgrade github.com/iovisor/gobpf to last working version

0.6.17

07 May 08:57
Compare
Choose a tag to compare
add GitHub Actions build, it's badge to Readme