Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r536 committed - Added descriptions of the mismatch, bad_cable, half_duplex and congest...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r536 committed - Added descriptions of the mismatch, bad_cable, half_duplex and congest...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r536 committed - Added descriptions of the mismatch, bad_cable, half_duplex and congest...
  • Date: Fri, 26 Aug 2011 09:47:29 +0000

Revision: 536
Author:

Date: Fri Aug 26 02:46:27 2011
Log: Added descriptions of the mismatch, bad_cable, half_duplex and congestion variables.
http://code.google.com/p/ndt/source/detail?r=536

Modified:
/wiki/NDTDataFormat.wiki

=======================================
--- /wiki/NDTDataFormat.wiki Fri Aug 26 02:18:08 2011
+++ /wiki/NDTDataFormat.wiki Fri Aug 26 02:46:27 2011
@@ -70,11 +70,11 @@
|| 26. || !MaxSsthresh || (*{{{*}}}*) The maximum slow start threshold, excluding the initial value. ||
|| 27. || CurRTO || (*{{{*}}}*) The current value of the retransmit timer RTO. ||
|| 28. || !CurRwinRcvd || (*{{{*}}}*) The most recent window advertisement received, in octets. ||
-|| 29. || link || A detected link type. The details of the detection algorithm can be found in the [NDTTestMethodology NDT Test Methodology document].<br><br>This variable can have the following values:<ul><li>*100* - link type cannot be detected</li><li>*0* - detection algorithm failed</li><li>*10* - Ethernet link (Fast Ethernet)</li><li>*3* - wireless link</li><li>*2* - DSL/Cable modem link</li></ul> ||
-|| 30. || mismatch || ||
-|| 31. || bad_cable || ||
-|| 32. || half_duplex || ||
-|| 33. || congestion || ||
+|| *29.* || *link* || A detected link type. The details of the detection algorithm can be found in the [NDTTestMethodology NDT Test Methodology document].<br><br>This variable can have the following values:<ul><li>*100* - link type cannot be detected</li><li>*0* - detection algorithm failed</li><li>*10* - Ethernet link (Fast Ethernet)</li><li>*3* - wireless link</li><li>*2* - DSL/Cable modem link</li></ul> ||
+|| *30.* || *mismatch* || A detected mismatch condition. The details of the detection algorithm can be found in the [NDTTestMethodology NDT Test Methodology document].<br><br>This variable can have the following values:<ul><li>*0* - no mismatch condition was detected</li><li>*1* - Old Duplex-Mismatch condition was detected</li><li>*2* - Duplex Mismatch condition was detected: Switch=Full and Host=Half</li></ul> ||
+|| *31.* || *bad_cable* || A detected bad cable condition. The details of the detection algorithm can be found in the [NDTTestMethodology NDT Test Methodology document].<br><br>This variable can have the following values:<ul><li>*0* - no bad cable condition was detected</li><li>*1* - bad cable condition was detected</li></ul> ||
+|| *32.* || *half_duplex* || A detected half duplex condition. The details of the detection algorithm can be found in the [NDTTestMethodology NDT Test Methodology document].<br><br>This variable can have the following values:<ul><li>*0* - no half duplex condition was detected (it means a full duplex subnet in the case of the Fast Ethernet link)</li><li>*1* - half duplex condition was detected (it means a half duplex subnet in the case of the Fast Ethernet link)</li></ul> ||
+|| *33.* || *congestion* || A detected congestion condition. The details of the detection algorithm can be found in the [NDTTestMethodology NDT Test Methodology document].<br><br>This variable can have the following values:<ul><li>*0* - no congestion condition was detected</li><li>*1* - congestion condition was detected (it means that other network traffic was congesting the link during the test)</li></ul> ||
|| 34. || c2sdata || ||
|| 35. || c2sack || ||
|| 36. || s2cdata || ||


  • [ndt-dev] [ndt] r536 committed - Added descriptions of the mismatch, bad_cable, half_duplex and congest..., ndt, 08/26/2011

Archive powered by MHonArc 2.6.16.

Top of Page