Explore >> Select a destination


You are here

www.brendangregg.com
| | brendangregg.com
33.3 parsecs away

Travel
| | AI Flame Graphs
| | blog.maxgio.me
55.6 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, ...
| | linus.schreibt.jetzt
100.0 parsecs away

Travel
| |
| | zwischenzugs.com
127.2 parsecs away

Travel
| What? This article will show you how you can undo the things Docker does for you in a Docker command. Clearer now? OK, Docker relies on Linux namespaces to isolate effectively copy parts of the system so it ends up looking like you are on a separate machine. For example, when you run a Docker...