Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r519 committed - Improved introduction and tcpdump trace description.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r519 committed - Improved introduction and tcpdump trace description.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r519 committed - Improved introduction and tcpdump trace description.
  • Date: Wed, 24 Aug 2011 12:42:50 +0000

Revision: 519
Author:

Date: Wed Aug 24 05:41:51 2011
Log: Improved introduction and tcpdump trace description.
http://code.google.com/p/ndt/source/detail?r=519

Modified:
/wiki/NDTDataFormat.wiki

=======================================
--- /wiki/NDTDataFormat.wiki Tue Aug 23 09:34:23 2011
+++ /wiki/NDTDataFormat.wiki Wed Aug 24 05:41:51 2011
@@ -12,20 +12,22 @@

== Introduction ==

-The NDT may store test results data in the following files:
-
-|| *File* || *Scope* || *Mandatory/Optional* ||
-|| *tcpdump trace* || C2S/S2C tests || *optional* ||
-|| *web100 snaplog trace* || C2S/S2C tests || *optional* ||
-|| *web100srv.log* || test session || mandatory ||
-|| *cputime trace* || test session || *optional* ||
-|| *meta data file* || test session || mandatory ||
+The NDT uses the following files to store test results data:
+
+|| *File* || *Scope of the collected data* || *Always used?* ||
+|| *tcpdump trace* || C2S/S2C tests || *NO* (enabled by `-t, --tcpdump` options) ||
+|| *web100 snaplog trace* || C2S/S2C tests || *NO* (enabled by `--snaplog` option) ||
+|| *web100srv.log* || test session || YES ||
+|| *cputime trace* || test session || *NO* (enabled by `--cputime` option) ||
+|| *meta data file* || test session || YES ||

==Collected data formats==

===tcpdump trace===

-This is a standard trace file for all packets (except the initial syn & syn/ack exchange). The tcpdump and tcptrace programs can read these files.
+Writing tcpdump trace file is enabled by `-t, --tcpdump` options.
+
+This is a standard trace file for all packets (except the initial syn & syn/ack exchange) written using [http://www.tcpdump.org/ pcap] library.

===web100 snaplog trace===

@@ -67,6 +69,8 @@

==Displaying collected data==

+The tcpdump files can be read using [http://www.tcpdump.org/ tcpdump] and [http://www.tcptrace.org/ tcptrace] programs.
+
The NDT server also contains a Java application that can look through the NDT log files and link log entries to trace files, and it also simplifies the viewing of this data. The utility will need to be rewritten slightly to take advantage of the meta files instead of (in addition to) the log files.

The detailed tcpdump and snaplog files can be used to re-examine the test to see what happened, i.e.:


  • [ndt-dev] [ndt] r519 committed - Improved introduction and tcpdump trace description., ndt, 08/24/2011

Archive powered by MHonArc 2.6.16.

Top of Page