Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r668 committed - Added information how to obtain !I2Util library.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r668 committed - Added information how to obtain !I2Util library.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r668 committed - Added information how to obtain !I2Util library.
  • Date: Sun, 02 Oct 2011 11:06:24 +0000

Revision: 668
Author:

Date: Sun Oct 2 04:05:21 2011
Log: Added information how to obtain !I2Util library.
http://code.google.com/p/ndt/source/detail?r=668

Modified:
/wiki/NDTArchitecture.wiki

=======================================
--- /wiki/NDTArchitecture.wiki Sun Oct 2 02:35:54 2011
+++ /wiki/NDTArchitecture.wiki Sun Oct 2 04:05:21 2011
@@ -118,9 +118,9 @@

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)
+ # 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.

@@ -132,6 +132,18 @@

– will return several files if the libraries are installed. If they are not installed, obtain the installation package from your favorite mirror site or download and install the source from the [http://www.tcpdump.org] web site.

+==== !I2Util library ====
+
+The !I2Util library is already included in the newest tar package from the NDT download page ({{{http://code.google.com/p/ndt/downloads}}}).
+
+However, it is not included in the source code obtained from the NDT subversion repository ({{{http://ndt.googlecode.com/svn/trunk}}}). In this case the !I2Util library sources can be obtained anonymously over HTTP by using the following command:
+
+{{{svn checkout http://anonsvn.internet2.edu/svn/I2util/trunk/ I2util}}}
+
+Next, the following steps need to be performed before the NDT can be properly built:
+ # Change directory to the newly created I2Util directory
+ # Create the _configure_ scripts ({{{./bootstrap}}})
+
=== Sources ===

NDT sources can be obtained in two ways:


  • [ndt-dev] [ndt] r668 committed - Added information how to obtain !I2Util library., ndt, 10/02/2011

Archive powered by MHonArc 2.6.16.

Top of Page