Add link to bpftrace tutorial (#101)

* Update README.md

* Update README_en.md
This commit is contained in:
云微
2024-01-23 15:16:53 +00:00
committed by GitHub
parent 07be755f59
commit 778e36ba90
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ Linux 内核的主要目的是抽象出硬件或虚拟硬件,并提供一个
了解并尝试一下 eBPF 开发框架:
- bpftrace 教程对于最简单的应用来说bpftrace 可能是最方便的https://eunomia.dev/zh/tutorials/bpftrace-tutorial/ 试试1h
- BCC 开发各类小工具的例子:<https://github.com/iovisor/bcc/blob/master/docs/tutorial_bcc_python_developer.md> 跑一遍3-4h
- libbpf 的一些例子:<https://github.com/libbpf/libbpf-bootstrap> 选感兴趣的运行一下并阅读一下源代码2h
- 基于 libbpf 和 eunomia-bpf 的教程:<https://github.com/eunomia-bpf/bpf-developer-tutorial> (阅读 1-10 的部分3-4h

View File

@@ -54,6 +54,7 @@ Answer three questions:
Understand and try eBPF development frameworks:
- bpftrace tutorialhttps://eunomia.dev/tutorials/bpftrace-tutorial/ Try it1h
- Examples of developing various tools with BCC: <https://github.com/iovisor/bcc/blob/master/docs/tutorial_bcc_python_developer.md> (Run through, 3-4h)
- Some examples of libbpf: <https://github.com/libbpf/libbpf-bootstrap> (Run any interesting one and read the source code, 2h)
- Tutorial based on libbpf and eunomia-bpf: <https://github.com/eunomia-bpf/bpf-developer-tutorial> (Read part 1-10, 3-4h)