Live data from Hacker News

Peering into the Linux Kernel with Trace

alexdowad.github.io

1–5 of 5 posts

Re: Peering into the Linux Kernel with Trace

#3
If you found this useful it's probably worth taking a look at bpftrace. There's a pretty wide range of different tracing infrastructure in the kernel and bpftrace is just one single tool that lets you interact with all of it, in a very flexible way.