Commit 631dc199 authored by Joanne Hugé's avatar Joanne Hugé

Remove property name in the lost packets column

parent 6c2a2eb0
...@@ -626,6 +626,9 @@ class MeasureSet: ...@@ -626,6 +626,9 @@ class MeasureSet:
table += [headers] table += [headers]
table += [["**" + " - ".join(self.props_names) + "**"] * len(headers)] table += [["**" + " - ".join(self.props_names) + "**"] * len(headers)]
if packet_measures:
table[-1][-1] = ""
if values: if values:
m = [self.min, self.max, self.avg, self.dev] m = [self.min, self.max, self.avg, self.dev]
......
...@@ -45,7 +45,7 @@ An UDP packet is periodically sent from one board to another and sent back as so ...@@ -45,7 +45,7 @@ An UDP packet is periodically sent from one board to another and sent back as so
Minimum | Maximum | Average | Standard deviation | Lost packets Minimum | Maximum | Average | Standard deviation | Lost packets
---------- | ---------- | ---------- | ------------------ | ------------ ---------- | ---------- | ---------- | ------------------ | ------------
**rtt** | **rtt** | **rtt** | **rtt** | **rtt** **rtt** | **rtt** | **rtt** | **rtt** |
636.0000us | 972.0000us | 674.0051us | 15.5468us | 0 636.0000us | 972.0000us | 674.0051us | 15.5468us | 0
![alt text](measures/graphs/packet_rttrtt.png "packet_rtt Graph") ![alt text](measures/graphs/packet_rttrtt.png "packet_rtt Graph")
...@@ -58,7 +58,7 @@ An UDP packet is periodically sent from one board to another using a real time t ...@@ -58,7 +58,7 @@ An UDP packet is periodically sent from one board to another using a real time t
Metadata | Minimum | Maximum | Average | Standard deviation | Lost packets Metadata | Minimum | Maximum | Average | Standard deviation | Lost packets
-------------------------------------- | ----------- | ---------- | ---------- | ------------------ | ------------ -------------------------------------- | ----------- | ---------- | ---------- | ------------------ | ------------
**delta, duration, qdisc, etf_offset** | **jitter** | **jitter** | **jitter** | **jitter** | **jitter** **delta, duration, qdisc, etf_offset** | **jitter** | **jitter** | **jitter** | **jitter** |
160us, 0h56, etf, 600us (3393011) | -229.0000us | 204.0000us | 18.6086us | 23.8092us | 0 160us, 0h56, etf, 600us (3393011) | -229.0000us | 204.0000us | 18.6086us | 23.8092us | 0
300us, 2h17, etf, 600us (8240231) | -255.0000us | 175.0000us | 11.1936us | 13.4745us | 0 300us, 2h17, etf, 600us (8240231) | -255.0000us | 175.0000us | 11.1936us | 13.4745us | 0
none, 0h51, pfifo_fast, none (3077562) | -324.0000us | 162.0000us | 8.5575us | 13.0667us | 0 none, 0h51, pfifo_fast, none (3077562) | -324.0000us | 162.0000us | 8.5575us | 13.0667us | 0
...@@ -73,10 +73,10 @@ An UDP packet is periodically sent from one board to another using a real time t ...@@ -73,10 +73,10 @@ An UDP packet is periodically sent from one board to another using a real time t
**Common test metadata:** Linux kernel version: 4.19, Boot Parameters: isolcpus, Interval: 1000us, ETF qdisc delta: 160us, Task priority: 99, Device and processor load: ssh, Test duration: 0h59, qdisc: etf, etf_offset: 600us, route: switch **Common test metadata:** Linux kernel version: 4.19, Boot Parameters: isolcpus, Interval: 1000us, ETF qdisc delta: 160us, Task priority: 99, Device and processor load: ssh, Test duration: 0h59, qdisc: etf, etf_offset: 600us, route: switch
Minimum | Maximum | Average | Standard deviation | Lost packets Minimum | Maximum | Average | Standard deviation | Lost packets
---------------- | ---------------- | ---------------- | ------------------ | ---------------- ---------------- | ---------------- | ---------------- | ------------------ | ------------
**kernel_space** | **kernel_space** | **kernel_space** | **kernel_space** | **kernel_space** **kernel_space** | **kernel_space** | **kernel_space** | **kernel_space** |
34.0000us | 189.0000us | 39.9677us | 4.1425us | 0 34.0000us | 189.0000us | 39.9677us | 4.1425us | 0
![alt text](measures/graphs/packet_recv_timestampskernel_space.png "packet_recv_timestamps Graph") ![alt text](measures/graphs/packet_recv_timestampskernel_space.png "packet_recv_timestamps Graph")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment