Hey, Today I spotted something very interesting in my Twitter (I’m @cirowrc there, by the way): To learn bpftrace, there is a reference guide and one-liners tutorial: https://t.co/EztuxTK9iJhttps://t.co/foCH2TUCpv — Brendan Gregg (@brendangregg) October 8, 2018 That’s right, dtrace functionality for Linux via eBPF “superpowers”. To be very honest, I know almost nothing about dtrace itself, but I’ve heard about it many times - it brings to the operator a framework that allows he/sh...