Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r667 committed - Added information how to obtain pcap library.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r667 committed - Added information how to obtain pcap library.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r667 committed - Added information how to obtain pcap library.
  • Date: Sun, 02 Oct 2011 09:36:08 +0000

Revision: 667
Author:

Date: Sun Oct 2 02:35:54 2011
Log: Added information how to obtain pcap library.
http://code.google.com/p/ndt/source/detail?r=667

Modified:
/wiki/NDTArchitecture.wiki

=======================================
--- /wiki/NDTArchitecture.wiki Sat Oct 1 03:39:43 2011
+++ /wiki/NDTArchitecture.wiki Sun Oct 2 02:35:54 2011
@@ -124,6 +124,14 @@

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.

+==== pcap library ====
+
+The pcap library provides raw access to the network interface. The NDT uses packet pair dispersion techniques to determine the bottleneck link speed/type. This means that the _libpcap.so_ runtime libraries must be installed on the NDT server. This library is a standard part of all Linux distributions. The administrator should check the NDT server to ensure they were installed when the system was built. The command:
+
+{{{ls /usr/lib/libpcap*}}}
+
+– 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.
+
=== Sources ===

NDT sources can be obtained in two ways:


  • [ndt-dev] [ndt] r667 committed - Added information how to obtain pcap library., ndt, 10/02/2011

Archive powered by MHonArc 2.6.16.

Top of Page