Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r585 committed - Added description of the total test time in seconds, improved faulty h...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r585 committed - Added description of the total test time in seconds, improved faulty h...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r585 committed - Added description of the total test time in seconds, improved faulty h...
  • Date: Thu, 01 Sep 2011 16:50:36 +0000

Revision: 585
Author:

Date: Thu Sep 1 09:50:13 2011
Log: Added description of the total test time in seconds, improved faulty hardware link detection heuristic description.
http://code.google.com/p/ndt/source/detail?r=585

Modified:
/wiki/NDTTestMethodology.wiki

=======================================
--- /wiki/NDTTestMethodology.wiki Thu Sep 1 09:38:42 2011
+++ /wiki/NDTTestMethodology.wiki Thu Sep 1 09:50:13 2011
@@ -213,7 +213,7 @@
=== Faulty Hardware Link Detection ===

A bad cable (faulty hardware link) is detected when all of the following conditions are met:
- * 100 divided by the total test time in seconds and multiplied by the proportion of the number of multiplicative downward congestion window adjustments to the total number of segments *is greater than 15*
+ * The [NDTTestMethodology#Packet_loss packet loss] multiplied by 100 and divided by the [NDTTestMethodology#Total_test_time_in_seconds total test time in seconds] *is greater than 15*
* The proportion of the cumulative time spent in the 'Congestion Limited' state to the total test time divided by the total test time in seconds *is greater than 0.6* (*WARNING: this condition cannot be met*)
* The proportion of the number of multiplicative downward congestion window adjustments to the total number of segments sent *is less than 1%*
* The maximum slow start threshold, excluding the initial value, *is greater than 0*
@@ -269,6 +269,19 @@
* *!SndLimTimeCwnd* - The cumulative time spent in the 'Congestion Limited' state
* *!SndLimTimeSender* - The cumulative time spent in the 'Sender Limited' state

+The total test time is kept in 10^-6 seconds.
+
+=== Total test time in seconds ===
+
+The total test time in seconds is computed using the following formula:
+
+{{{
+TotalTestTime/1000000
+}}}
+
+where:
+ * *!TotalTestTime* - [NDTTestMethodology#Total_test_time Total test time]
+
=== Web100 measured speed ===

The web100 measured speed is computed using the following formula:


  • [ndt-dev] [ndt] r585 committed - Added description of the total test time in seconds, improved faulty h..., ndt, 09/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page