mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-05-09 15:22:38 +08:00
Add User ring post (#93)
* update * update ci * update link to eunomia.dev * Update documents
This commit is contained in:
@@ -20,7 +20,7 @@ eBPF(扩展的伯克利数据包过滤器)是 Linux 内核中的一种新技
|
||||
|
||||
Biopattern 可以统计随机/顺序磁盘I/O次数的比例。
|
||||
|
||||
首先,确保你已经正确安装了 libbpf 和相关的工具集,可以在这里找到对应的源代码:[bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial)
|
||||
首先,确保你已经正确安装了 libbpf 和相关的工具集,可以在这里找到对应的源代码:[bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial) 关于如何安装依赖,请参考:<https://eunomia.dev/tutorials/11-bootstrap/>
|
||||
|
||||
导航到 `biopattern` 的源代码目录,并使用 `make` 命令进行编译:
|
||||
|
||||
|
||||
@@ -328,3 +328,5 @@ You can visit our tutorial code repository [at https://github.com/eunomia-bpf/bp
|
||||
|
||||
- Source repo:<https://github.com/eunomia-bpf/bpf-developer-tutorial/tree/main/src/17-biopattern>
|
||||
- bcc tool:<https://github.com/iovisor/bcc/blob/master/libbpf-tools/biopattern.c>
|
||||
|
||||
> The original link of this article: <https://eunomia.dev/tutorials/17-biopattern>
|
||||
|
||||
Reference in New Issue
Block a user