You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,34 @@ cmake --build build
15
15
16
16
```
17
17
./build/nons
18
-
--config path
19
-
[--output-dir output-dir-name]
18
+
--config path
19
+
[--output-dir output-dir-name]
20
20
[--no-logs]
21
-
[--no-plots]
22
-
[--export-metrics]
21
+
[--no-plots]
22
+
[--export-metrics]
23
23
```
24
24
25
25
Options:
26
26
27
27
```
28
-
-c, --config arg Path to the simulation configuration file
29
-
--output-dir arg Output directory for metrics and plots (default: metrics)
30
-
--no-logs Disables logging
31
-
--no-plots Disables plots generation
32
-
--export-metrics Export metric values into output-dir
33
-
-h, --help Print usage
28
+
-c, --config arg Path to the simulation configuration file
29
+
--output-dir arg Output directory for metrics and plots
30
+
(default: metrics)
31
+
--no-logs Output without logs
32
+
--no-plots Disables plots generation
33
+
--metrics-filter arg Fiter for collecting metrics pathes
34
+
(default: .*)
35
+
-h, --help Print usage
34
36
```
35
37
36
38
Examples of simulation configs placed in `configuration_examples/simulation_examples`
37
39
40
+
### `export-metrics` flag format
41
+
42
+
This flags represents regular expression that match generated **data file names** under metrics output directory. Plots generates accordingly to collected data.
43
+
44
+
E.g. if `--metrics-filter = "cwnd/.*"`, NoNS measures only CWND values, if `--metrics-filter = ".*_link1.*"`, only metircs about link1.
45
+
38
46
## Resuls of simulations
39
47
40
48
Metrics of all simulation runs deploys to [gihub pages](https://cloud-storage-team.github.io/algnet/main). If you want to see results on all branches, visit [root site](https://cloud-storage-team.github.io/algnet).
0 commit comments