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
@@ -164,26 +176,28 @@ You can also parse and plot the TGen output using the `tgentools` program from t
164
176
165
177
### Combining Simulation Data
166
178
167
-
Consider a set of experiments where we would like to analyze the effect of changing our nodes' traffic queueing disciplines. We run the following 2 experiments:
179
+
Consider a set of experiments where we would like to analyze the effect of changing our nodes' socket receive buffer sizes. We run the following 2 experiments:
168
180
169
181
```bash
170
182
# delete any existing simulation data and post-processing
Each of the directories `qdisc-fifo.results/` and `qdisc-rr.results/` now contain data statistics files extracted from the log files. We can now combine and visualize these results with the `plot-shadow.py` script:
197
+
Each of the directories `10KiB.results/` and `100KiB.results/` now contain data statistics files extracted from the log files. We can now combine and visualize these results with the `plot-shadow.py` script:
0 commit comments