Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neeky/bcc-python
bcc-python
https://github.com/neeky/bcc-python
Last synced: about 2 months ago
JSON representation
bcc-python
- Host: GitHub
- URL: https://github.com/neeky/bcc-python
- Owner: Neeky
- License: other
- Created: 2022-06-18T10:41:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T13:24:34.000Z (over 2 years ago)
- Last Synced: 2024-10-07T08:18:10.282Z (3 months ago)
- Language: Python
- Size: 393 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## bcc-python
bcc-python 在 bcc 的基础之上做了一些易用性的提升,用起来简单是我们的目标。
---
## 安装
1、安装 bcc 依赖库
```bash
yum -y install bcc-tools
```
2、安装 bcc-python
```
pip3 install bcc-python
```---
## 学术交流
![](imgs/WechatIMG194.jpeg)
这个是我的个人公众号、有时候一周,有时候两周 会有一遍技术文章。
---
## 声明
本项目依赖于 https://github.com/iovisor/bcc , 这个内核项目。---