We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpu_watcher 项目:目标是分析cpu 的运行状态,将BCC_sar(lmp/eBPF_Supermarket/CPU_Subsystem/BCC_sar/src /sar)改写成libbpf版本,目前libbpf版本的框架已经写好,放在了lmp/eBPF_Supermarket/CPU_Subsystem/libbpf_sar文件夹中。该工具应实现以下数据的采集:
项目技术要求:
运行要求:
运行系统:ubuntu22.4 以上
场景验证:能在主机场景下完成课题实现目标,并有测试分析报告。
文档丰富:具有Readme,设计文档等。
libbpf_sar动态CPU指标监测的各个功能单独开发:
libbpf_cs_delay工具:
The text was updated successfully, but these errors were encountered:
1.熟悉ebpf流程概念 2.运行了libbpf-bootstrap中的示例代码bootstrap,做了代码注释。
Sorry, something went wrong.
运行libbpf-strapt中的示例程序对bootstrap中的三个文件进行逐行注释,并在此基础上改编打印task_struct字段中更多信息。
pr在这里:#575
LinkinPF
zhangzihengya
albertxu216
vvzxy
No branches or pull requests
cpu_watcher 项目:目标是分析cpu 的运行状态,将BCC_sar(lmp/eBPF_Supermarket/CPU_Subsystem/BCC_sar/src
/sar)改写成libbpf版本,目前libbpf版本的框架已经写好,放在了lmp/eBPF_Supermarket/CPU_Subsystem/libbpf_sar文件夹中。该工具应实现以下数据的采集:
项目技术要求:
运行要求:
运行系统:ubuntu22.4 以上
场景验证:能在主机场景下完成课题实现目标,并有测试分析报告。
文档丰富:具有Readme,设计文档等。
libbpf_sar动态CPU指标监测的各个功能单独开发:
libbpf_cs_delay工具:
TODO
- cpu_watcher:统计抢占时间及调度延迟功能添加 #727
The text was updated successfully, but these errors were encountered: