Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r450 committed - Described Throughput tests.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r450 committed - Described Throughput tests.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r450 committed - Described Throughput tests.
  • Date: Thu, 04 Aug 2011 14:53:04 +0000

Revision: 450
Author:

Date: Thu Aug 4 07:52:15 2011
Log: Described Throughput tests.
http://code.google.com/p/ndt/source/detail?r=450

Modified:
/wiki/NDTProtocol.wiki

=======================================
--- /wiki/NDTProtocol.wiki Thu Aug 4 07:11:50 2011
+++ /wiki/NDTProtocol.wiki Thu Aug 4 07:52:15 2011
@@ -347,6 +347,15 @@
| |
|<------CLOSE CONNECTION (PORT)--------x|
}}}
+
+==== MID Throughput test ====
+
+The NDT Server in the MID Throughput test MUST send packets through the newly opened connection as fast as possible (i.e. without any delays) for 5 seconds. These packets must have the following size:
+{{{
+2 * (The current maximum segment size (MSS))
+}}}
+
+If for some reasons it is not possible to send such packets, the Server MUST send a 8192 Byte packets. The content of these packets SHOULD be as random as possible and MUST include only printable characters.

==== MID protocol ====

@@ -516,11 +525,11 @@
|<-------------TEST_START---------------|
| |
| |
- |----------C2S Throughput test--------->|
+ |----10 seconds c2s Throughput test---->|
. .
. .
. .
- |----------C2S Throughput test--------->|
+ |----10 seconds c2s Throughput test---->|
| |
| |
|<---------TEST_MSG (RESULTS)-----------|
@@ -529,6 +538,10 @@
| |
|<------CLOSE CONNECTION (PORT)--------x|
}}}
+
+==== C2S Throughput test packets ====
+
+The NDT Client in the C2S Throughput test MUST send a 8192 Byte packets through the newly opened connection as fast as possible (i.e. without any delays) for 10 seconds. The content of these packets SHOULD be as random as possible and MUST include only printable characters.

==== C2S protocol ====

@@ -566,11 +579,11 @@
|<-------------TEST_START---------------|
| |
| |
- |<---------S2C Throughput test----------|
+ |<---10 seconds s2c Throughput test-----|
. .
. .
. .
- |<---------S2C Throughput test----------|
+ |<---10 seconds s2c Throughput test-----|
| |
| |
|<---------TEST_MSG (RESULTS)-----------|
@@ -589,6 +602,10 @@
| |
|<------CLOSE CONNECTION (PORT)--------x|
}}}
+
+==== S2C Throughput test packets ====
+
+The NDT Server in the S2C Throughput test MUST send a 8192 Byte packets through the newly opened connection as fast as possible (i.e. without any delays) for 10 seconds. The content of these packets SHOULD be as random as possible and MUST include only printable characters.

==== S2C protocol ====



  • [ndt-dev] [ndt] r450 committed - Described Throughput tests., ndt, 08/04/2011

Archive powered by MHonArc 2.6.16.

Top of Page