* 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
2 files changed