bpftune oracle linux 试用体验
今天有测试bpftune 与Rocky linux 的集成,发现构建是可以成功的,但是运行会有问题(提示不支持,应该用过修改可以解决),为了
更好的测试,自己跑了一个oracle linux 虚拟机跑下
环境搭建
通过utm+oracle linux 8.8 ,还是比较简单的 ios 下载地址: 链接: https://pan.baidu.com/s/1L6ZB-2_pLJ8iq28kyJiP3w 提取码: h6i3
安装
- 配置yum 源配置
[ol8_developer]
name=Oracle Linux 8 UEK developer 7 ($basearch)
baseurl=https://yum$ociregion.$ocidomain/repo/OracleLinux/OL8/developer/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1
- 安装
yum install -y bpftune
使用
- 启动服务
systemctl start bpftune
- 状态检测
systemctl status bpftune
- 优化状态信息查看
对于优化信息,可以通过查看系统message 信息
bpftune -s
说明
bpftune 目前来说核心还是对于oracle linux 的支持,其他操作系统暂时是不能运行的(应该喝内核版本有关系)
参考资料
https://www.oracle.com/linux/
https://github.com/oracle-samples/bpftune
https://blogs.oracle.com/linux/post/introducing-bpftune
https://yum.oracle.com/repo/OracleLinux/OL9/developer/x86_64/index.html