In our previous Rewriting the control plane of BCC tools in Golang blog post we explained why and how we implemented the control plane of BCC tools in Golang. In the middle of that process, we realized that the Golang packages we were implementing were generic enough to be used in other applications besides Inspektor Gadget. In particular, three common features are provided: Tracing different events on the host Filtering events by container Pretty printing the output This blog post provides some examples showing how the Inspektor Gadget Golang packages can be used.

Continue reading »

Related Articles