Below are several scripts for parsing the raw data and putting it into the FTA format. Alternatively, you can check out the latest versions of all scripts from the svn repository with the following command:
We first parse the raw data and format it with tabs. Then from the tabbed format, we convert it to other formats like mysql. The format is defined as centrally as possible in the perl module
FTA_Format.pm.
Overnet
overnet2tab.pl: perl script to convert overnet raw data into tabbed FTA format.
Microsoft
microsoft2tab.pl: perl script to convert microsoft raw data into tabbed FTA format.
LANL
lanl2tab.pl: perl script to convert LANL raw data into tabbed FTA format.
PNNL
pnnl2tab.pl: perl script to convert PNNL raw data into tabbed FTA format.
PlanetLab, Web sites, DNS, Skype
avt2tab.pl: perl script to convert PlanetLab, Web sites, DNS, Skype raw data into tabbed FTA format.
Grid'5000
grid5k2tab.pl: perl script to convert Grid'5000 raw data into tabbed FTA format.
Notre Dame
notre_dame2tab.pl: perl script to convert Notre Dame raw data into tabbed FTA format.
MySQL Script
tab2mysql.pl: perl script to add tabbed FTA format into mysql database. One must first install the DBI perl module.