Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r586 committed - Added descriptions of the congestion/receiver/sender limited state tim...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r586 committed - Added descriptions of the congestion/receiver/sender limited state tim...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r586 committed - Added descriptions of the congestion/receiver/sender limited state tim...
  • Date: Thu, 01 Sep 2011 16:57:40 +0000

Revision: 586
Author:

Date: Thu Sep 1 09:57:12 2011
Log: Added descriptions of the congestion/receiver/sender limited state time share.
http://code.google.com/p/ndt/source/detail?r=586

Modified:
/wiki/NDTTestMethodology.wiki

=======================================
--- /wiki/NDTTestMethodology.wiki Thu Sep 1 09:50:13 2011
+++ /wiki/NDTTestMethodology.wiki Thu Sep 1 09:57:12 2011
@@ -363,3 +363,40 @@
* *!PktsLoss* - [NDTTestMethodology#Packet_loss Packet loss]

The speed estimate is kept in mbits per second.
+
+=== 'Congestion Limited' state time share ===
+
+The 'Congestion Limited' state time share is computed using the following formula:
+
+{{{
+SndLimTimeCwnd/TotalTestTime
+}}}
+
+where:
+ * *!TotalTestTime* - [NDTTestMethodology#Total_test_time Total test time]
+ * *!SndLimTimeCwnd* - The cumulative time spent in the 'Congestion Limited' state
+
+=== 'Receiver Limited' state time share ===
+
+The 'Receiver Limited' state time share is computed using the following formula:
+
+{{{
+SndLimTimeRwin/TotalTestTime
+}}}
+
+where:
+ * *!TotalTestTime* - [NDTTestMethodology#Total_test_time Total test time]
+ * *!SndLimTimeRwin* - The cumulative time spent in the 'Receiver Limited' state
+
+
+=== 'Sender Limited' state time share ===
+
+The 'Sender Limited' state time share is computed using the following formula:
+
+{{{
+SndLimTimeSender/TotalTestTime
+}}}
+
+where:
+ * *!TotalTestTime* - [NDTTestMethodology#Total_test_time Total test time]
+ * *!SndLimTimeSender* - The cumulative time spent in the 'Sender Limited' state


  • [ndt-dev] [ndt] r586 committed - Added descriptions of the congestion/receiver/sender limited state tim..., ndt, 09/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page