We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466ecdb commit 526425aCopy full SHA for 526425a
BCC-Examples/README.md
@@ -26,5 +26,6 @@ This folder contains examples of BCC tutorial examples that have been ported to
26
- For container-monitor, you need to first copy the vmlinux.py to `container-monitor/` directory.
27
Then run the following command to run the example:
28
```bash
29
+ cp vmlinux.py container-monitor/
30
sudo <path_to_virtualenv>/bin/python3 container-monitor/container_monitor.py
31
```
0 commit comments