Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r665 committed - Added information how to build Web100 user library.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r665 committed - Added information how to build Web100 user library.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r665 committed - Added information how to build Web100 user library.
  • Date: Sat, 01 Oct 2011 10:29:15 +0000

Revision: 665
Author:

Date: Sat Oct 1 03:28:43 2011
Log: Added information how to build Web100 user library.
http://code.google.com/p/ndt/source/detail?r=665

Modified:
/wiki/NDTArchitecture.wiki

=======================================
--- /wiki/NDTArchitecture.wiki Fri Sep 30 03:09:18 2011
+++ /wiki/NDTArchitecture.wiki Sat Oct 1 03:28:43 2011
@@ -98,6 +98,18 @@
* odbc library (to support writing test results to the SQL database)
* Java SDK (to build Java Applet-based client, Admin.class and the JAnalyze application)

+==== Web100 user library ====
+
+Web100 user library can be obtained from the [http://www.web100.org/download/ Web100 download page].
+
+After downloading the Web100 user library sources, unpack the downloaded tar file and use the standard GNU automake commands:
+ # Change directory to package directory
+ # Create local make files (./configure {--prefix=dir})
+ # Build library and utility files (make)
+ # Install library and utility files (make install)
+
+Once the kernel is built and running, it will automatically begin collecting data on every TCP connection to/from the server. The user library file contains the routines needed to extract that kernel data from the system. The administrator can verify that the kernel is recording properly by using the /usr/local/bin/gutil program. This X-windows based GUI allows the administrator to monitor any TCP connection going to/from the server.
+
=== Sources ===

NDT sources can be obtained in two ways:


  • [ndt-dev] [ndt] r665 committed - Added information how to build Web100 user library., ndt, 10/01/2011

Archive powered by MHonArc 2.6.16.

Top of Page