Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r430 committed - Added types of tests defined in NDTP-Tests.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r430 committed - Added types of tests defined in NDTP-Tests.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r430 committed - Added types of tests defined in NDTP-Tests.
  • Date: Fri, 29 Jul 2011 14:28:50 +0000

Revision: 430
Author:

Date: Fri Jul 29 07:27:47 2011
Log: Added types of tests defined in NDTP-Tests.
http://code.google.com/p/ndt/source/detail?r=430

Modified:
/wiki/NDTProtocol.wiki

=======================================
--- /wiki/NDTProtocol.wiki Fri Jul 29 07:05:58 2011
+++ /wiki/NDTProtocol.wiki Fri Jul 29 07:27:47 2011
@@ -207,12 +207,22 @@

In the next step server MUST send a list of tests' ids that will be performed. This list is a string containing space separated numbers that describes particular tests. The test suite containing all five tests (Middlebox test, Simple firewall test, C2S throughput test, S2C throughput test and META test) will have the following description:
{{{
-1 2 4 8 32
+1 8 2 4 32
}}}

The tests MUST be performed in the order received from server. It is RECOMMENDED that client will drop the connection when it receives unknown test id.

== NDTP-Tests ==
+
+NDTP-Tests currently defines the following types of tests:
+
+|| *C constant name* || *Integer value* || *Description* ||
+|| TEST_MID || 1 (1L << 0) || Middlebox test - a short throughput S2C test with a limited CWND to check for a duplex mismatch condition ||
+|| TEST_C2S || 2 (1L << 1) || C2S throughput test ||
+|| TEST_S2C || 4 (1L << 2) || S2C throughput test ||
+|| TEST_SFW || 8 (1L << 3) || Simple firewall test ||
+|| TEST_META || 32 (1L << 5) || META test ||
+
=== Middlebox test ===
=== Simple firewall test ===
=== C2S throughput test ===


  • [ndt-dev] [ndt] r430 committed - Added types of tests defined in NDTP-Tests., ndt, 07/29/2011

Archive powered by MHonArc 2.6.16.

Top of Page