Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r679 committed - Divided architecture overview section.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r679 committed - Divided architecture overview section.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r679 committed - Divided architecture overview section.
  • Date: Tue, 04 Oct 2011 11:16:43 +0000

Revision: 679
Author:

Date: Tue Oct 4 04:16:02 2011
Log: Divided architecture overview section.
http://code.google.com/p/ndt/source/detail?r=679

Modified:
/wiki/NDTArchitecture.wiki

=======================================
--- /wiki/NDTArchitecture.wiki Mon Oct 3 06:21:37 2011
+++ /wiki/NDTArchitecture.wiki Tue Oct 4 04:16:02 2011
@@ -27,6 +27,12 @@

== Architecture Overview ==

+We can look at the NDT architecture in two different ways:
+ * by distinguish separate components on the executables level (i.e. talk about web100clt and web100srv as two NDT components)
+ * by distinguish different subsystems that the NDT components are using (i.e. both web100clt and web100srv are using logging subsystem)
+
+=== NDT components ===
+
After downloading the NDT sources, we can find the NDT components in the following directories:
* src:
{{{ }}}*web100clt*{{{, }}}*web100srv*{{{, fakewww, analyze, viewtrace, tr-mkmap, genplot}}}
@@ -51,6 +57,8 @@
|| JAnalyze.jar || Administrative Tools || Java based utility application that can look through the NDT log files and display the old test results (along with displaying existing snaplog/tcpdump trace files and additional graphs). || *janalyze/src* <br/><br/> {{{DBConfFrame.java Helpers.java LoadingDBFrame.java MaxPeakInfo.java PeakInfo.java ResultsContainer.java SimpleTextPane.java SwingWorker.java FilterFrame.java JAnalyze.java LoadingFrame.java MinPeakInfo.java PropertyListener.java ResultsList.java SnaplogFrame.java}}} ||
|| Admin.class || Administrative Tools || The Java Applet-based application that provides an administrator view of the NDT usage statistics (this applet is responsible for drawing the bar graph that appears on the admin view html page). || *Admin* <br/><br/> {{{Admin.java}}} ||

+=== NDT subsystems ===
+
== Life Cycle ==

The NDT client and server interaction details can be found in the [NDTProtocol#Protocol_description NDT Protocol description].


  • [ndt-dev] [ndt] r679 committed - Divided architecture overview section., ndt, 10/04/2011

Archive powered by MHonArc 2.6.16.

Top of Page