8000 GitHub - nocsysmonitor/monitor-bpf-p
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nocsysmonitor/monitor-bpf-p

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to install acc-bpf on DUT

By deb

  • On Linux server
  1. install python3-stdeb and other required packages. 
  2. git clone https://github.com/.../acc-bpf
  3. cd acc-bpf; ./build_deb.sh
  4. copy output deb file to DUT
  • On DUT
  1. python3 and python3-bpfcc is required 
  2. dpkg -i <output deb file>

Script Brief Description Ex:
xdp_cutPacket.py Truncate packets xdp_cutPacket.py --hosts 192.168.1.1 eth0
xdp_deDup.py Discard duplicate Packets xdp_deDup.py eth0
xdp_remTnlhdr.py Remove GTPv1-U/Vxlan/GRE header xdp_remTnlhdr.py eth0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%
0