aboutsummaryrefslogtreecommitdiff
path: root/template/l2o/mile5.html.j2
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-05-24 18:50:50 +0200
committert3sserakt <t3ss@posteo.de>2023-05-24 19:11:34 +0200
commitb9cfff01e2ef8b9f301fb7b5d701ca3d746b1e37 (patch)
tree3e48fd0d9a6d03d1d5f7414ba206659687fb0fef /template/l2o/mile5.html.j2
parent2fd3ab1bd62160f833e86a284a093cccb8eda825 (diff)
downloadwww-b9cfff01e2ef8b9f301fb7b5d701ca3d746b1e37.tar.gz
www-b9cfff01e2ef8b9f301fb7b5d701ca3d746b1e37.zip
Added two log files for the TNG performance test case. One each for
the revision of milestone 5 and one for milestone 6. Changed the milestone pages to reference the log files, and explain how to calculate the data rate from the information in the log file.
Diffstat (limited to 'template/l2o/mile5.html.j2')
-rw-r--r--template/l2o/mile5.html.j26
1 files changed, 4 insertions, 2 deletions
diff --git a/template/l2o/mile5.html.j2 b/template/l2o/mile5.html.j2
index 204cfd63..ddb8c9d7 100644
--- a/template/l2o/mile5.html.j2
+++ b/template/l2o/mile5.html.j2
@@ -130,8 +130,10 @@
130 <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Performance Measurement") }}</h4> 130 <h4><a name="netjail" class="subnav-anchor"></a>{{ _("Performance Measurement") }}</h4>
131 <p> 131 <p>
132 {% trans %} 132 {% trans %}
133 The outcome of the performance measurement was 20 MByte/s for packet size of 65000 bytes. 133 The outcome of the performance measurement was ~24 MByte/s for packets with size of 65000 bytes. To follow up on this measurement one has to get the mean time the packets of 65000 bytes needed to reach another peer, to calculate the data rate, by doing<br/><br/>
134 134 <code>grep "mean time traveled" 1b8b9ebe2_test.out|tail -1</code><br/><br/>
135 on the log file <a href="/l2o/1b8b9ebe2_test.out">1b8b9ebe2_test.out</a> of the performance test case.
136
135 For this measurement the TNG layer was using tcp only, because there was an unfixed bug, if running tcp and udp in parallel. 137 For this measurement the TNG layer was using tcp only, because there was an unfixed bug, if running tcp and udp in parallel.
136 {% endtrans %} 138 {% endtrans %}
137 </p> 139 </p>