-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtask-list.json
executable file
·48 lines (48 loc) · 1.34 KB
/
task-list.json
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
[
{
"process_name": "dce-example",
"process_directory": "/root/playground/ns-3-dce",
"process_binary": "./waf",
"process_example_name": "dce-example-mptcp-mmwave",
"process_binary_options": "--run dce-example-mptcp-mmwave",
"nice_value": 0,
"ionice_type": 2,
"ionice_value": 0,
"cpu_affinity": [],
"scheduler_type": "-o",
"scheduler_value": 0,
"pre_script": {
"use_script": true,
"script_path": "/root/playground/ns-3-dce/prescript.py",
"script_use_shell": false
},
"post_script": {
"use_script": false,
"script_path": "",
"script_use_shell": false
}
},
{
"process_name": "dce-example-1",
"process_directory": "/root/playground/ns-3-dce-1",
"process_binary": "./waf",
"process_example_name": "dce-example-mptcp-mmwave",
"process_binary_options": "--run dce-example-mptcp-mmwave",
"nice_value": 0,
"ionice_type": 2,
"ionice_value": 0,
"cpu_affinity": [],
"scheduler_type": "-o",
"scheduler_value": 0,
"pre_script": {
"use_script": true,
"script_path": "/root/playground/ns-3-dce/prescript.py",
"script_use_shell": false
},
"post_script": {
"use_script": false,
"script_path": "",
"script_use_shell": false
}
}
]