Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r435 committed - Added C2S throughput test description.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r435 committed - Added C2S throughput test description.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r435 committed - Added C2S throughput test description.
  • Date: Mon, 01 Aug 2011 16:03:50 +0000

Revision: 435
Author:

Date: Mon Aug 1 09:03:09 2011
Log: Added C2S throughput test description.
http://code.google.com/p/ndt/source/detail?r=435

Modified:
/wiki/NDTProtocol.wiki

=======================================
--- /wiki/NDTProtocol.wiki Mon Aug 1 08:27:15 2011
+++ /wiki/NDTProtocol.wiki Mon Aug 1 09:03:09 2011
@@ -297,6 +297,23 @@
At the end Server MUST close SFW test session by sending an empty TEST_FINALIZE message.

=== C2S throughput test ===
+
+C2S throughput test is the main NDT test based on streaming test data from Client to Server for 10 seconds.
+
+==== C2S protocol ====
+
+As a first step Server MUST bind new port and send TEST_PREPARE message containing this port number to Client. Port number must be encoded as string.
+
+Next, Client MUST connect to this newly bound port.
+
+In order to start the test, Server MUST send an empty TEST_START message.
+
+Client MUST start 10 seconds throughput test and Server MUST read transmitted data.
+
+When Client stops streaming test data (or the test routine at Server times out), Server MUST send to Client its calculated throughput value encoded as string (float format) in the TEST_MSG message.
+
+At the end Server MUST close C2S test session by sending an empty TEST_FINALIZE message.
+
=== S2C throughput test ===
=== META test ===



  • [ndt-dev] [ndt] r435 committed - Added C2S throughput test description., ndt, 08/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page