Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

task03: add stress test for native #95

Merged
merged 1 commit into from
Feb 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions 03-single-hop-ipv6-icmp/03-single-hop-ipv6-icmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,21 @@ ICMPv6 echo request/reply exchange between two native nodes.
### Result

<1% packets lost on the pinging node.

Task #10 - ICMPv6 stress test on native (1 hour)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oups, I merged this a bit fast, this should be task #04.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right! However, I need to leave now. Can you fix this?

================================================
### Description

Rapid ICMPv6 echo request/reply exchange from 10 host ping applications
simultaneously to one native node.
* Stack configuration: IPv6 (default)
* Count: Infinity
* Interval: 0ms
* Payload: 1452B
* Destination Address: Link local unicast (fe80::.../64)

### Result

All nodes are still running, reachable, and the packet buffer is empty 10
seconds after completions (use module `gnrc_pktbuf_cmd`).
Packet loss is irrelevant in this stress test.
4 changes: 2 additions & 2 deletions 04-single-hop-6lowpan-icmp/04-single-hop-6lowpan-icmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ a samr21-xpro node.

<10% packets lost on the pinging node.

Task #09 - ICMPv6 stress test
=============================
Task #09 - ICMPv6 stress test on iotlab-m3
==========================================
### Description

Rapid ICMPv6 echo request/reply exchange from two iotlab-m3 nodes simultaneously
Expand Down