Skip to content

Commit

Permalink
Add one line desc output for simple_tc
Browse files Browse the repository at this point in the history
  o Also suggest task_switch.py to try with libbcc package

Signed-off-by: Yonghong Song <[email protected]>
  • Loading branch information
yonghong-song committed Aug 10, 2015
1 parent 949e9eb commit e2a2c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sudo apt-get install libbcc

Test it:
`sudo python /usr/share/bcc/examples/hello_world.py`
`sudo python /usr/share/bcc/examples/task_switch.py`

(Optional) Install pyroute2 for additional networking features
```bash
Expand Down
1 change: 1 addition & 0 deletions examples/simple_tc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from bpf import BPF
from pyroute2 import IPRoute

print("Simple program to test pyroute2 IPRoute tc interface")
ipr = IPRoute()

text = """
Expand Down

0 comments on commit e2a2c48

Please sign in to comment.