/*****************/
/*               */
/*BOTNET SCRIPTS */
/*               */
/*****************/

1. Contents
===========

./instrumentation - instrumentation scripts
./createtcr - tcreplay log creation scripts
./sessions - normal, attack, control session scripts
./experiments - run experiments scripts
./analysis - scripts for producing data for analysis


2. Usage
========

a. Switch on instrumentation - botnet.pl
b. Perform an ssh login
c. Execute required session script
d. run createtcr.pl
e. rename tcr.log appropriately and transfer to /home/mvella/workbench/dataset/botnet directory
f. go to experiments directory and optionally execute scalingfactors.pl
g. Create results directory and execute experiment script from within that directory
h. run computeavg.pl - mean MCAV and st. dev. for multiple experiment runs to produce final results table


3. Path Requirements
====================

- All instrumentation, createtcr, sessions and experiments scripts must reside within the same directory respectively
- testcp must reside in the scripts directory
- instrumentation and createtce scripts expect logs in /home/mvella/workbench/logs directory



