Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r579 committed - Added descriptions of the Total test time and Web100 measured speed co...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r579 committed - Added descriptions of the Total test time and Web100 measured speed co...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r579 committed - Added descriptions of the Total test time and Web100 measured speed co...
  • Date: Thu, 01 Sep 2011 16:00:00 +0000

Revision: 579
Author:

Date: Thu Sep 1 08:58:57 2011
Log: Added descriptions of the Total test time and Web100 measured speed computed variables.
http://code.google.com/p/ndt/source/detail?r=579

Modified:
/wiki/NDTTestMethodology.wiki

=======================================
--- /wiki/NDTTestMethodology.wiki Thu Sep 1 07:52:45 2011
+++ /wiki/NDTTestMethodology.wiki Thu Sep 1 08:58:57 2011
@@ -256,6 +256,31 @@

== Computed variables ==

+=== Total test time ===
+
+The total test time is computed using the following formula:
+
+{{{
+SndLimTimeRwin + SndLimTimeCwnd + SndLimTimeSender
+}}}
+
+where:
+ * *!SndLimTimeRwin* - The cumulative time spent in the 'Receiver Limited' state
+ * *!SndLimTimeCwnd* - The cumulative time spent in the 'Congestion Limited' state
+ * *!SndLimTimeSender* - The cumulative time spent in the 'Sender Limited' state
+
+=== Web100 measured speed ===
+
+The web100 measured speed is computed using the following formula:
+
+{{{
+DataBytesOut / TotalTestTime * 8
+}}}
+
+where:
+ * *!DataBytesOut* - The number of octets of data contained in transmitted segments, including retransmitted data.
+ * *!TotalTestTime* - [NDTTestMethodology#Total_test_time Total test time]
+
=== Packet loss ===

The packet loss proportion is computed using the following formula:


  • [ndt-dev] [ndt] r579 committed - Added descriptions of the Total test time and Web100 measured speed co..., ndt, 09/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page