-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrun-planetlab.sh
executable file
·60 lines (43 loc) · 5.23 KB
/
run-planetlab.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#!/bin/sh
rm results-planetlab-20-100-09-100.json
rm results-planetlab-20-100-09-100.csv
echo "[" > results-planetlab-20-100-09-100.json
lein run -m simulation.runners.optimal workload/planetlab_20_100_09_100 "[1.0]" 0.1 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.optimal workload/planetlab_20_100_09_100 "[1.0]" 0.2 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.optimal workload/planetlab_20_100_09_100 "[1.0]" 0.3 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.1 results-planetlab-20-100-09-100.json "[1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.2 results-planetlab-20-100-09-100.json "[1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.3 results-planetlab-20-100-09-100.json "[1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.1 results-planetlab-20-100-09-100.json "[0.9 1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.2 results-planetlab-20-100-09-100.json "[0.9 1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.3 results-planetlab-20-100-09-100.json "[0.9 1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.1 results-planetlab-20-100-09-100.json "[0.8 1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.2 results-planetlab-20-100-09-100.json "[0.8 1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 markov-multisize 0.3 results-planetlab-20-100-09-100.json "[0.8 1.0]" 0.1 "[30 40 50 60 70 80 90 100]"
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 thr 0.8 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 thr 0.9 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 thr 1.0 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 mad 2.0 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 mad 3.0 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 iqr 1.0 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 iqr 2.0 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 lr 1.0 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 lr 1.1 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 lr 1.2 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 lrr 1.0 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 lrr 1.1 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 lrr 1.2 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf 0.1 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf 0.2 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf 0.3 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-limit 0.1 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-limit 0.2 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-limit 0.3 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-migration-time 0.1 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-migration-time 0.2 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-migration-time 0.3 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-limit-migration-time 0.1 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-limit-migration-time 0.2 results-planetlab-20-100-09-100.json
lein run -m simulation.runners.universal workload/planetlab_20_100_09_100 otf-limit-migration-time 0.3 results-planetlab-20-100-09-100.json
echo "]" >> results-planetlab-20-100-09-100.json
lein run -m simulation.runners.json-to-csv results-planetlab-20-100-09-100.json results-planetlab-20-100-09-100.csv