Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neeky/bcc-python

bcc-python
https://github.com/neeky/bcc-python

Last synced: about 2 months ago
JSON representation

bcc-python

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 , 这个内核项目。

---