Skip to content

Commit

Permalink
Update results.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledmdiab authored Aug 5, 2020
1 parent 13ce30c commit 0107d1f
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions results.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ search_exclude: true

Please follow these instructions to reproduce the results.

## (1) Download and uncompress the dataset:

Paper Dataset: https://sfuca0-my.sharepoint.com/:u:/g/personal/carlosl_sfu_ca/EesKyEwBKIJDq9kq9w2mY00BMmq_ZFGSvkl8mfhyHccuuQ?e=1gSQj1
## (1) Downloading the Dataset

Full Dataset: https://sfuca0-my.sharepoint.com/:u:/g/personal/carlosl_sfu_ca/ES9DrdXF0iBMoYTxJ_rnlisBtigvdK96coQFILf5tcU23Q?e=f4hkwt
Please download and uncompress the following files:

* Paper Dataset: https://sfuca0-my.sharepoint.com/:u:/g/personal/carlosl_sfu_ca/EesKyEwBKIJDq9kq9w2mY00BMmq_ZFGSvkl8mfhyHccuuQ?e=1gSQj1
* Full Dataset: https://sfuca0-my.sharepoint.com/:u:/g/personal/carlosl_sfu_ca/ES9DrdXF0iBMoYTxJ_rnlisBtigvdK96coQFILf5tcU23Q?e=f4hkwt

The paper dataset contains the inputs and outputs of the experiments mentioned in the paper, while the full dataset contains only the inputs of all the experiments.
Notice that the paper dataset is a representative sample of the full dataset.
Expand All @@ -26,12 +27,14 @@ Please follow these instructions to reproduce the results.
|-result_summary.csv
--topology_zoo
```
The relevant files/directories are the following:

* paper_dataset - the input directory
* result_summary.csv - the results file
* topology_zoo - the Internet topology zoo dataset

## (2) For convenience, we set up an Oktopus docker to run the experiment
## (2) Running the Code
For convenience, we set up an Oktopus docker to run the experiment

Get the docker:
```
Expand All @@ -40,13 +43,15 @@ docker pull charlee593/oktopus
To run the paper dataset:
```
docker run --rm -it -v="$PWD:/home" okevaluation run_sfc -o paper_dataset_input_output/paper_dataset\
docker run --rm -it -v="$PWD:/home" okevaluation run_sfc\
-o paper_dataset_input_output/paper_dataset\
--topology=paper_dataset_input_output/topology_zoo/
```
To run the full dataset:
```
docker run --rm -it -v="$PWD:/home" okevaluation run_sfc -o full_dataset_input/full_dataset\
docker run --rm -it -v="$PWD:/home" okevaluation run_sfc\
-o full_dataset_input/full_dataset\
--topology=full_dataset_input/topology_zoo/
```

0 comments on commit 0107d1f

Please sign in to comment.