Last active
June 3, 2022 05:26
-
-
Save thedebugger/b22e494c83569fe21137b36faea0f303 to your computer and use it in GitHub Desktop.
envoy pprof + ebpf + gke
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* https://cloud.google.com/container-optimized-os/docs/how-to/toolbox | |
* https://blog.container-solutions.com/ebpf-cloud-native-tools-an-overview-of-falco-inspektor-gadget-hubble-and-cilium | |
* https://github.com/iovisor/kubectl-trace | |
* https://github.com/iovisor/bpftrace | |
* https://blog.aquasec.com/vmlinux.h-ebpf-programs | |
* https://www.brendangregg.com/BPF/bpf_performance_tools_book.png | |
* https://github.com/envoyproxy/envoy/blob/main/bazel/PPROF.md | |
* https://kubernetes.io/blog/2017/12/using-ebpf-in-kubernetes/ | |
* https://github.com/iovisor/kubectl-trace | |
* https://cloud.google.com/profiler/docs/profiling-java | |
* https://www.collabora.com/news-and-blog/blog/2019/04/26/an-ebpf-overview-part-3-walking-up-the-software-stack/ | |
* https://blog.px.dev/ebpf-openssl-tracing/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment