Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r442 committed - Added sequence diagram to the C2S throughput test description.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r442 committed - Added sequence diagram to the C2S throughput test description.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r442 committed - Added sequence diagram to the C2S throughput test description.
  • Date: Tue, 02 Aug 2011 10:27:37 +0000

Revision: 442
Author:

Date: Tue Aug 2 03:27:08 2011
Log: Added sequence diagram to the C2S throughput test description.
http://code.google.com/p/ndt/source/detail?r=442

Modified:
/wiki/NDTProtocol.wiki

=======================================
--- /wiki/NDTProtocol.wiki Tue Aug 2 03:21:56 2011
+++ /wiki/NDTProtocol.wiki Tue Aug 2 03:27:08 2011
@@ -411,6 +411,38 @@
=== C2S throughput test ===

C2S throughput test is the main NDT test based on streaming test data from Client to Server for 10 seconds.
+
+==== C2S Sequence diagram ====
+
+A C2S throughput test session overview can be seen on the following sequence diagram:
+
+{{{
+ +----------------+ +------------------+
+ | Client | | Server |
+ +----------------+ +------------------+
+ | |
+ | |----BIND NEW PORT--|
+ | |
+ |<---------TEST_PREPARE (PORT)----------|
+ | |
+ |------------CONNECT (PORT)------------>|
+ | |
+ |<-------------TEST_START---------------|
+ | |
+ | |
+ |----------C2S Throughput test--------->|
+ . .
+ . .
+ . .
+ |----------C2S Throughput test--------->|
+ | |
+ | |
+ |<---------TEST_MSG (RESULTS)-----------|
+ | |
+ |<----------TEST_FINALIZE---------------|
+ | |
+ |<------CLOSE CONNECTION (PORT)--------x|
+}}}

==== C2S protocol ====



  • [ndt-dev] [ndt] r442 committed - Added sequence diagram to the C2S throughput test description., ndt, 08/02/2011

Archive powered by MHonArc 2.6.16.

Top of Page