Skip to content

These bash scripts extract some features including number of updates, number of announces, and number of withdrawals from BGP update log files.

Notifications You must be signed in to change notification settings

amazloumi/featureextractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

featureextractor

These bash scripts extract some features including number of updates, number of announces, and number of withdrawals from BGP update log files.

  1. Download bgp update file from routeviews.org (http://archive.routeviews.org/bgpdata/)
  2. Convert the bgp update file to bgpdump format or print the whole messages using mrt2bgpdump.py and print_all.py respectively. these two files are parts of mrtparse project found in (https://github.com/YoshiyukiYamauchi/mrtparse.git)
  3. now you can use w_a_counter.sh and u_w_counter.sh to extract feature from bgpdump and print_all format respectively. You can extract the features every given interval in seconds.

About

These bash scripts extract some features including number of updates, number of announces, and number of withdrawals from BGP update log files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages