Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r583 committed - Added description of the speed estimate.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r583 committed - Added description of the speed estimate.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r583 committed - Added description of the speed estimate.
  • Date: Thu, 01 Sep 2011 16:33:17 +0000

Revision: 583
Author:

Date: Thu Sep 1 09:32:11 2011
Log: Added description of the speed estimate.
http://code.google.com/p/ndt/source/detail?r=583

Modified:
/wiki/NDTTestMethodology.wiki

=======================================
--- /wiki/NDTTestMethodology.wiki Thu Sep 1 09:14:20 2011
+++ /wiki/NDTTestMethodology.wiki Thu Sep 1 09:32:11 2011
@@ -333,3 +333,18 @@

where:
* *AvgRTT* - [NDTTestMethodology#Average_round_trip_time_(Latency/Jitter) Average round trip time (Latency/Jitter)]
+
+=== Speed estimate ===
+
+The speed estimate is computed using the following formula:
+
+{{{
+(CurrentMSS / (AvgRTTSec * sqrt(PktsLoss))) * 8 / 1024 / 1024
+}}}
+
+where:
+ * *CurrentMSS* - The current maximum segment size (MSS), in octets
+ * *AvgRTTSec* - [NDTTestMethodology#Average_RTT_in_seconds Average RTT in seconds]
+ * *!PktsLoss* - [NDTTestMethodology#Packet_loss Packet loss]
+
+The speed estimate is kept in mbits.


  • [ndt-dev] [ndt] r583 committed - Added description of the speed estimate., ndt, 09/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page