https://github.com/lebinh/bcc-notebooks
Some BCC/bpf related notebooks
https://github.com/lebinh/bcc-notebooks
Last synced: 10 months ago
JSON representation
Some BCC/bpf related notebooks
- Host: GitHub
- URL: https://github.com/lebinh/bcc-notebooks
- Owner: lebinh
- Created: 2017-09-13T03:44:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T07:16:37.000Z (over 8 years ago)
- Last Synced: 2025-01-17T21:30:52.045Z (12 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
This repo is a collection of my BCC/eBPF related notebooks:
* [bcc-dev-tutorial.ipynb](bcc-dev-tutorial.ipynb): a WIP notebook adaption of the [bcc developer tutorial](https://github.com/iovisor/bcc/blob/master/docs/tutorial_bcc_python_developer.md).
## Up and Running
A Vagrant file is included which can spin up a test machine in VirtualBox that includes bcc and Jupyter. If you have Vagrant installed then the following command should be enough to get a Jupyter notebook server up and running and try these notebooks:
```
make up
```