Skip to content

Latest commit

 

History

History
124 lines (80 loc) · 4.02 KB

2-the-crossed-streams-jeopardy.rst

File metadata and controls

124 lines (80 loc) · 4.02 KB

2. The Crossed Streams Jeopardy

Warning

To perform the crossed streams tests we had to reuse the topology prepared for :doc:`The Mesh of Death Adversity Test <1-the-mesh-of-death-adversity>` because we were running out of time.

Therefore this scenario inherits all the settings of the previous test but adds an additional stream of traffic to stress test the network.

Topology

Same as :doc:`The Mesh of Death Adversity Test <1-the-mesh-of-death-adversity>` with a small variation:

  • there is a second stream of iperf traffic from node D to H

Test

Note

The test scripts are available on github:

The tests mainly consisted in measuring ping Round Trip Time and throughput from client to server while generating two streams of traffic:

  1. from the client connected to A to the server connected K
  2. from node D (cross client) to node H (cross server)

The measurements where collected from A.

2 different tests were performed:

  • 10mbit iperf streams: measure ping RTT while 2 simultaneous 10 Mbit/s UDP Iperf streams cross the network
  • 100mbit iperf streams: measure ping RTT while 2 simultaneous 100 Mbit/s UDP Iperf streams cross the network

Results

Graphs and raw data are provided for each test.

Note

The graphs were generated with the following command (requires the R programming language):

R --vanilla --slave --args --out-type svg --separate-output --maxtime 300 --maxrtt 500 --width 9 --height 5.96 --palette "#FF0000 #005500 #0000FF #000000" results/ < generic.R

the script generic.R is available on github.

10mbit iperf streams

Measured RTT in :doc:`ECDF <ecdf>` graph:

(How to read: closer to left is better, learn more about :doc:`how to read ECDF graphs <ecdf>`)

Measured RTT in classic graph:

(How to read: lower is better)

Measured Bitrate (from client to server):

(How to read: higher is better)

Note

Raw data for this test is available on github.

100mbit iperf streams

Measured RTT in :doc:`ECDF <ecdf>` graph:

(How to read: closer to left is better, learn more about :doc:`how to read ECDF graphs <ecdf>`)

Measured RTT in classic graph:

(How to read: lower is better)

Measured Bitrate (from client to server):

(How to read: higher is better)

Note

Raw data for this test is available on github.

Article written by Federico Capoano, Matthieu Boutier.