Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tsn-measures
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
tsn-measures
Commits
631dc199
Commit
631dc199
authored
Jun 26, 2020
by
Joanne Hugé
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove property name in the lost packets column
parent
6c2a2eb0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
measure-analysis/measure-analysis.py
measure-analysis/measure-analysis.py
+3
-0
measure-analysis/measure-report.md
measure-analysis/measure-report.md
+6
-6
No files found.
measure-analysis/measure-analysis.py
View file @
631dc199
...
...
@@ -626,6 +626,9 @@ class MeasureSet:
table
+=
[
headers
]
table
+=
[[
"**"
+
" - "
.
join
(
self
.
props_names
)
+
"**"
]
*
len
(
headers
)]
if
packet_measures
:
table
[
-
1
][
-
1
]
=
""
if
values
:
m
=
[
self
.
min
,
self
.
max
,
self
.
avg
,
self
.
dev
]
...
...
measure-analysis/measure-report.md
View file @
631dc199
...
...
@@ -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
---------- | ---------- | ---------- | ------------------ | ------------
**rtt**
|
**rtt**
|
**rtt**
|
**rtt**
|
**rtt**
**rtt**
|
**rtt**
|
**rtt**
|
**rtt**
|
636.
0000us | 972.0000us | 674.0051us | 15.5468us | 0
![
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
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
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
...
...
@@ -74,8 +74,8 @@ 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
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
![
alt text
](
measures/graphs/packet_recv_timestampskernel_space.png
"packet_recv_timestamps Graph"
)
...
...
Joanne Hugé
@jhuge
mentioned in commit
f6022349
·
Jun 26, 2020
mentioned in commit
f6022349
mentioned in commit f6022349a06c9bb0bb1f4c7733cf3b55da80d183
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment