Explore >> Select a destination


You are here

hondu.co
| | thume.ca
4.4 parsecs away

Travel
| |
| | venam.net
7.4 parsecs away

Travel
| | You check your processes and see some hanging around with a weird status and using no resources. You don't know if you should remove them or not. Then you try removing them and it doesn't work. In this episode we're going to discuss zombie processes.
| | blog.maxgio.me
4.8 parsecs away

Travel
| | In the previous blog about the program execution environment, we introduced the concept of stack unwinding with frame pointers as one of the techniques leveraged for profiling a program. In this blog, we'll see practically how we can build a simple sampling-based continuous profiler. Since we don't want the application to necessarily be instrumented, we can use the Linux kernel instrumentation. Thanks to eBPF we're able to dynamically load and attach the profiler program to specific kernel entry points, ...
| | pchaigno.github.io
35.8 parsecs away

Travel
| This post summarizes the BMC paper from NSDI 2021. The BMC paper proposes to offload part of the memcached application to XDP and tc eBPF hooks in the Linux kernel, to optimize performance.