commit | 1a39b4829372b5dcfca1a13c9f1ce487a558252a | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Tue May 21 19:20:10 2013 +0000 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Tue May 21 19:20:10 2013 +0000 |
tree | c9f176b0dc397f1c373ff43a40d3895febb594b6 | |
parent | 9556b14146f6d394bdd19c750df0f02fe1044553 [diff] |
* Added a script (measurement_run.py) for running whitebox measurements to measure the amount of time Flows are added to the Network MAP. * Added a script (measurement_process.py) to generate the CDF of the time to install a single Flow: cat result.txt | awk '{print $2}' | ./measurement_process.py > result_cdf.txt