Update of /export/home/ntop/ntop
In directory jabber:/tmp/cvs-serv4653

Modified Files:
        configure configure.in globals-core.c globals-core.h globals.h 
        globals-report.h hash.c http.c initialize.c main.c mysql.c 
        ntop.c ntop.h sql.c util.c webInterface.c 
Log Message:
This change reorganizes and adds to the ntop configuration report, info.html

All command line parameters and most (but not yet all) of the flag values, 
compile time settings and key internal values are reported.

An alternate version, textinfo.html can also be generated, which is suitable for
inclusion in a bug report.  A href link to the text version is at the bottom of
the html version.

The report is organized as follows:

Basic information, e.g.:

  ntop version.....2.0.99 CVS May 20 06:55
  Built on.....06/05/02 09:55:41 AM
  OS.....i686-pc-linux-gnu

Started as....  

  gives the actual command line, as globed by the os.
            
Command line parameters are: 

  reports the actual/effective setting for each parameter including 
  whether this is the default setting.

     -a | --access-log-path.....(default)   (nil)

  For a few parameters, additional information may be given in parens:

     -u | --user.....ntop (uid=501, gid=501)

  Note: (effective) means that this is the value after ntop has processed 
  the parameter. (default) means this is the default value, usually (but not 
  always) set by a #define in globals.h.

Run time/Internal

  Gives values derived by ntop during startup

 etc.

Compile Time: ./configure

   Gives the parameters to and information from ./configure

Compile Time: config.h

   Gives the values set by ./configure from automake/autoconf

Compile Time: Other (derived, etc.)
Compile Time: Hash Table Sizes

    These give values set by #defines in ntop source, e.g.

   Initial size.....ntop.h: #define HASH_INITIAL_SIZE 32



-----Burton


_______________________________________________
Ntop-dev mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop-dev

Reply via email to