This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
root
/
php-ebpf
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
php-ebpf
/
README.md
README.md
479 B
Lien permanent
Historique
Raw
PHP BPF Compiler Collection (PBCC)
PBCC是一个专为
PHP
打造,用于创建高效内核跟踪和操作程序的工具包,其中包含多个实用工具和示例。
PBCC核心逻辑使用C/C++编写(包括LLVM的C包装器、PHP扩展),前端使用PHP脚本编写。
PBCC依赖
libbpf
和
bcc
与Linux BPF子系统交互。
安装
教程
内容
unfinished