Understand that InMon donated the initial version of the plugin, but nobody
I'm aware of has looked at it post 2.2, so the status of this code may not
be 'up to snuff'.  You might ask the InMon folks if they have an update or
know of any bug fixes outstanding...

Otherwise, you're going to have to instrument the plugin and see what's
going on internally.  Luckily that's easy - the plugin is pretty heavily
instrumented already via the debug switch.

The debug lines in the plugin should allow you to trace whether ntop is
seeing the data and what's happening with it.

If you need to add more, it's easy - just add traceEvent() lines, recompile
the plugin and restart ntop.  You'll see examples all over the code - just
grep -i debug.  The key to a good debug line is to report where you are and
something meaningful about the data at that point/time.


-----Burton



> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ted
> Kaczmarek
> Sent: Thursday, December 11, 2003 9:53 AM
> To: [EMAIL PROTECTED]
> Subject: [Ntop] Banging my head into a wall CVS RH9 and sflow
>
>
> I have exhausted all resources in trying to figure this out.
> Server is getting sflow data on correct port(ethereal capture confirms),
> sflow plugin is enabled, looking at Netflows.html shows
> SflowPlugin as receiving data. All local interface traffic generates
> beautiful data.
>
> If anyone can assist it would be greatly appreciated. Otherwise I guess
> I will go back to 2.2 which I was getting sflow data statistic for.
>
>
> 10/Dec/2003 14:31:21  Now running as a daemon
> 10/Dec/2003 14:31:21  **WARNING** AS: Unable to open file
> 'AS-list.txt.gz'.
> 10/Dec/2003 14:31:21  I18N: This instance of ntop does not
> support multiple languages
> 10/Dec/2003 14:31:21  IP2CC: Looking for IP address <-> Country
> code mapping file
> 10/Dec/2003 14:31:21  IP2CC: reading file
> '/usr/local/etc/ntop/p2c.opt.table.gz'
> 10/Dec/2003 14:31:21  IP2CC: 49056 records read
> 10/Dec/2003 14:31:21  Initializing external applications
> 10/Dec/2003 14:31:21  Initializing semaphores, mutexes and threads
> 10/Dec/2003 14:31:21  NOTE: atfork() handler registered for mutexes, rc 0
> 10/Dec/2003 14:31:21  THREADMGMT: Packet processor thread running...
> 10/Dec/2003 14:31:21  THREADMGMT: Started thread (1090059056) for
> network packet analyser
> 10/Dec/2003 14:31:21  THREADMGMT: Idle host scan thread running...
> 10/Dec/2003 14:31:21  THREADMGMT: Started thread (1098451760) for
> idle hosts detection
> 10/Dec/2003 14:31:21  THREADMGMT: Address resolution thread running...
> 10/Dec/2003 14:31:21  THREADMGMT: Started thread (1106844464) for
> DNS address resolution
> 10/Dec/2003 14:31:21  Calling plugin start functions (if any)
> 10/Dec/2003 14:31:22  Sniffying...
> 10/Dec/2003 14:31:22  INIT: Created pid file
> (/usr/local/var/ntop/ntop.pid)
> 10/Dec/2003 14:31:22  Listening on [eth0]
> 10/Dec/2003 14:31:22  Now running as requested user 'ntop' (100:102)
> 10/Dec/2003 14:31:22  Loading Plugins
> 10/Dec/2003 14:31:22  Searching for plugins in /usr/local/lib/ntop/plugins
> 10/Dec/2003 14:31:22  ICMP: Welcome to icmpWatchPlugin. (C) 1999
> by Luca Deri
> 10/Dec/2003 14:31:22  LASTSEEN: Welcome to LastSeenWatchPlugin.
> (C) 1999 by Andrea Marangoni
> 10/Dec/2003 14:31:22  NETFLOW: Welcome to NetFlow.(C) 2002-03 by Luca Deri
> 10/Dec/2003 14:31:22  NFS: Welcome to nfsWatchPlugin. (C) 1999 by
> Luca Deri
> 10/Dec/2003 14:31:23  PDA: Welcome to PDAPlugin. (C) 2001-2002 by
> L.Deri and W.Brock
> 10/Dec/2003 14:31:23  SFLOW: Welcome to sFlowPlugin. (C) 2002 by Luca Deri
> 10/Dec/2003 14:31:26  RRD: Welcome to rrdPlugin. (C) 2002 by Luca Deri.
> 10/Dec/2003 14:31:26  Calling plugin start functions (if any)
> 10/Dec/2003 14:31:26  RRD: Welcome to the RRD plugin
> 10/Dec/2003 14:31:26  RRD: Mask for new directories is 0700
> 10/Dec/2003 14:31:26  RRD: Mask for new files is 0066
> 10/Dec/2003 14:31:26  THREADMGMT: rrd thread (1116957488) started
> 10/Dec/2003 14:31:26  RRD: Started thread (1116957488) for data
> collection.
> 10/Dec/2003 14:31:27  SFLOW: Collector listening on port 6343
> 10/Dec/2003 14:31:27  SFLOW: Welcome to sFlow: listening on UDP port 6343
> 10/Dec/2003 14:31:27  SSL is present but https is disabled: use
> -W  for enabling it
> 10/Dec/2003 14:31:27  Note: Reporting device initally set to 0 [eth0]
> 10/Dec/2003 14:31:27  WEB: Initializing web server
> 10/Dec/2003 14:31:27  WEB: Initializing tcp/ip socket connections
> for web server
> 10/Dec/2003 14:31:27  FILEDESCRIPTORBUG: Work-around activated
> 10/Dec/2003 14:31:27  Initialized socket, port 3330, address (any)
> 10/Dec/2003 14:31:27  WEB: Waiting for HTTP connections on port 3330
> 10/Dec/2003 14:31:27  WEB: Starting web server
> 10/Dec/2003 14:31:27  THREADMGMT: web connections thread (7228) started...
> 10/Dec/2003 14:31:27  THREADMGMT: Started thread (1125350192) for
> web server
> 10/Dec/2003 14:31:27  Note: SIGPIPE handler set (ignore)
> 10/Dec/2003 14:31:27  THREADMGMT: pcap dispatch thread running...
> 10/Dec/2003 14:31:27  THREADMGMT: Started thread (1133742896) for
> network packet sniffing on eth0
>
> ntop Configuration
>
>
> ntop version.....2.2.97
> Built on.....12/10/03 02:19:21 PM
> OS.....i686-pc-linux-gnu (redhat Linux 9)
> ntop Process Id.....7228
> http Process Id.....7228
>
>
> Command line
>
> Started as....ntop -u ntop -d -w 3330
>
> Resolved to....ntop
>             -u
>             ntop
>             -d
>             -w
>             3330
>
>
> Command line parameters are:
>
> -a | --access-log-path.....(default)   (nil)
> -b | --disable-decoders.....(default)   No
> -c | --sticky-hosts.....(default)   No
> -d | --daemon.....Yes
> -e | --max-table-rows.....(default)   128
> -f | --traffic-dump-file.....(default)   (nil)
> -g | --track-local-hosts.....(default)   Track all hosts
> -o | --no-mac.....(default)   Trust MAC Addresses
> -i | --interface   (effective).....eth0
> -k | --filter-expression-in-extra-frame.....(default)   No
> -l | --pcap-log.....(default)   (nil)
> -m | --local-subnets   (effective).....
> -n | --numeric-ip-addresses.....(default)   No
> -p | --protocols.....(default)   internal list
> -q | --create-suspicious-packets.....(default)   Disabled
> -r | --refresh-time.....(default)   120
> -s | --no-promiscuous.....(default)   No
> -t | --trace-level.....(default)   3
> -u | --user.....ntop (uid=100, gid=102)
> -w | --http-server.....Active, all interfaces, port 3330
> -z | --disable-sessions.....(default)   No
> -B | --filter-expression.....(default)   none
> -D | --domain.....crownfin.com
> -F | --flow-spec.....(default)   none
> -K | --enable-debug.....(default)   No
> -L | --use-syslog.....daemon
> -M | --no-interface-merge   (effective).....(parameter -M set,
> Interfaces separate) No
> -O | --pcap-file-path.....(default)   /usr/local/var/ntop
> -P | --db-file-path.....(default)   /usr/local/var/ntop
> -Q | --spool-file-path.....(default)   /usr/local/var/ntop
> -U | --mapper.....(default)   (nil)
> -W | --https-server.....Uninitialized
> --ssl-watchdog.....(default)   No
> --p3p-cp.....(default)   none
> --p3p-uri.....(default)   none
> --disable-schedYield.....(default)   No
> --disable-stopcap.....(default)   No
> --log-extra.....(default)   0
> --disable-instantsessionpurge.....(default)   No
> --disable-mutexextrainfo.....(default)   No
>
>
> 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-defines.h.
>
>
>
> Run time/Internal
>
> Web server URL.....http://any:3330
> SSL Web server (https://).....Not Active
> GDBM version.....This is GDBM version 1.8.0, as of May 19, 1999.
> OpenSSL Version.....OpenSSL 0.9.7a Feb 19 2003
> zlib version.....1.1.4
> Protocol Decoders.....Enabled
> Fragment Handling.....Enabled
> Tracking only local hosts.....No
> # IP Protocols Being Monitored.....18
> # Protocol slots.....970
> # IP Ports Being Monitored.....55
> # IP Ports slots.....110
> # Handled SIGPIPE Errors.....0
> # Handled HTTP Requests.....440
> WebServer Request Queue.....5
> Devices (Network Interfaces).....1
> Domain name (short).....com
> IP to country flag table (entries).....49056
> Total Hash Collisions (Vendor/Special) (lookup).....0
> Local Networks.....10.0.1.0/255.255.255.0 [device eth0]
>
>
> Memory allocation - data segment
>
> arena limit, getrlimit(RLIMIT_DATA, ...).....-1
> Allocated blocks (ordblks).....1735
> Allocated (arena).....11855648
> Used (uordblks).....11051848
> Free (fordblks).....803800
>
>
> Memory allocation - mmapped
>
> Allocated blocks (hblks).....3
> Allocated bytes (hblkhd).....2019328
>
>
> Memory Usage
>
> IPX/SAP Hash Size (bytes).....1897
> IP to country flag table (bytes).....1496064 (1.4 MB)
> Bytes per entry.....30.5
> IP to AS (Autonomous System) number table (bytes).....0 (0.0 MB)
> Current memory usage.....13874976
> Base memory usage.....4245280
> Hosts stored (active+cache).....408 = (408 + 0)
> (very) Approximate memory per host.....23.1KB
>
>
> Host Memory Cache
>
> Limit.....#define MAX_HOSTS_CACHE_LEN 512
> Current Size.....0
> Maximum Size.....0
> # Entries Reused.....0
>
>
> MAC/IPX Hash tables
>
> IPX/SAP Hash Size (entries).....179
> IPX/SAP Hash Collisions (load).....0
> IPX/SAP Hash Collisions (use).....0
>
>
> Packets
>
> Received.....3237314
> Processed immediately.....3237314
> Queued.....0
> Current queue.....0
> Maximum queue.....0
>
>
> Host/Session counts - global
>
> Purged hosts.....28287
> Maximum hosts to purge per cycle.....512
> DEFAULT_MAXIMUM_HOSTS_PURGE_PER_CYCLE.....512
> Terminated Sessions.....131,453
>
> Host/Session counts - Device 0 (eth0)
> Hash Bucket Size.....2.0 KB
> Actual Hash Size.....16384
> Stored hosts.....408
> Bucket List Length.....[min 1][max 4][avg 1.1]
> Max host lookup.....5
> Session Bucket Size.....260
> Sessions.....191
> Max Num. Sessions.....500
>
>
> Address Resolution
>
> DNS sniffed:
>
> DNS Packets sniffed.....210870
>   less 'requests'.....105811
>   less 'failed'.....6639
>   less 'reverse dns' (in-addr.arpa).....95063
> DNS Packets processed.....3357
> Stored in cache (includes aliases).....1633
>
>
> IP to name - ipaddr2str():
>
> Total calls.....27194
> ....OK.....0
> ....Total not found.....27194
> ........Not found in cache.....27193
> ........Too old in cache.....0
>
>
> Queued - dequeueAddress():
>
> Total Queued.....27194
> Not queued (duplicate).....0
> Maximum Queued.....53
> Current Queue.....0
>
>
> Resolved - resolveAddress():
>
> Addresses to resolve.....27194
> ....less 'Error: No cache database'.....0
> ....less 'Found in ntop cache'.....21679
> Gives: # gethost (DNS lookup) calls.....5515
>
>
> DNS lookup calls:
>
> DNS resolution attempts.....5515
> ....Success: Resolved.....228
> ....Failed.....5287
> ........HOST_NOT_FOUND.....5287
> ........NO_DATA.....0
> ........NO_RECOVERY.....0
> ........TRY_AGAIN (don't store).....0
> ........Other error (don't store).....0
> DNS lookups stored in cache.....5515
> Host addresses kept numeric.....5287
>
>
> Vendor Lookup Table
>
> Input lines read.....0
> Records added total.....0
> .....includes special records.....0
> getVendorInfo() calls.....0
> getSpecialVendorInfo() calls.....2587
> Found 48bit (xx:xx:xx:xx:xx:xx) match.....0
> Found 24bit (xx:xx:xx) match.....2585
> Found multicast bit set.....0
> Found LAA (Locally assigned address) bit set.....0
>
>
> Thread counts
>
> Active.....6
> Dequeue.....1
> Children (active).....70
> Directory (search) order
>
> Data Files......
>                           /usr/local/share/ntop
> Config Files......
>                             /usr/local/etc/ntop
>                             /etc
> Plugins....../plugins
>                        /usr/local/lib/ntop/plugins
>
>
> Compile Time: ./configure
>
> ./configure parameters.....&nbsp;
> Built on (Host).....i686-pc-linux-gnu
> Built for(Target).....i686-pc-linux-gnu
> compiler (cflags).....gcc -g -O2 -I/usr/local/include -Wshadow
> -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations
> -Wnested-externs -fPIC -DHAVE_CONFIG_H
> include path.....-I/tmp/ntopcvs/ntop/myrrd
> system libraries.....-L/usr/local/lib -L/tmp/ntopcvs/ntop/myrrd
> -lpthread -lresolv -lnsl -lcrypt -lc -lssl -lcrypto -lpcap -lgdbm
> -lgd -lpng -lz -lmyrrd
> install path...../usr/local
> GNU C (gcc) version.....3.2.2 20030222 (Red Hat Linux 3.2.2-5) (3.2.2)
>
>
> Internationalization (i18n)
>
> i18n enabled.....No
>
>
> Compile Time: Debug settings in globals-defines.h
>
> DEBUG.....no
> ADDRESS_DEBUG.....no
> DNS_DEBUG.....no
> DNS_SNIFF_DEBUG.....no
> FTP_DEBUG.....no
> GDBM_DEBUG.....no
> HASH_DEBUG.....no
> HOST_FREE_DEBUG.....no
> HTTP_DEBUG.....no
> IDLE_PURGE_DEBUG.....no
> INITWEB_DEBUG.....no
> MEMORY_DEBUG.....no
> NETFLOW_DEBUG.....no
> SEMAPHORE_DEBUG.....no
> SESSION_TRACE_DEBUG.....no
> SSLWATCHDOG_DEBUG.....no
> STORAGE_DEBUG.....no
> UNKNOWN_PACKET_DEBUG.....no
>
>
> Compile Time: globals-define.h
>
> PARM_PRINT_ALL_SESSIONS.....no
> PARM_PRINT_RETRANSMISSION_DATA.....no
> PARM_FORK_CHILD_PROCESS.....yes (normal)
> CGI Scripts.....globals-defines.h: #define PARM_USE_CGI
> Alternate row colors.....globals-defines.h: /* #define PARM_USE_COLOR */
> Buggy gethostbyaddr() - use alternate
> implementation.....globals-defines.h: /* #define PARM_USE_HOST */
> MAKE_ASYNC_ADDRESS_RESOLUTION.....yes
> MAKE_WITH_SSLWATCHDOG.....yes
> MAKE_WITH_SSLWATCHDOG_RUNTIME (derived).....yes
> Bad IP Address table size.....globals-defines.h: #define
> MAX_NUM_BAD_IP_ADDRESSES 3
> Minimum refresh interval (seconds).....#define
> PARM_MIN_WEBPAGE_AUTOREFRESH_TIME 15
> Maximum # of Protocols to show in graphs.....#define MAX_NUM_PROTOS 64
> Maximum # of routers (Local Subnet Routers report).....#define
> MAX_NUM_ROUTERS 512
> Maximum # of network interface devices.....#define MAX_NUM_DEVICES 32
> Maximum network size (hosts per interface).....#define
> MAX_SUBNET_HOSTS 1024
> Allocated # of passive FTP sessions.....#define
> MAX_PASSIVE_FTP_SESSION_TRACKER 384
> Inactive passive FTP session timeout (seconds).....#define
> PARM_PASSIVE_SESSION_MINIMUM_IDLE 60
>
>
> Compile Time: Hash Table Sizes
>
> Size.....#define CONST_HASH_INITIAL_SIZE 16384
>
>
> Compile Time: globals-define.h
>
> Chart Format.....globals-report.h: #define CHART_FORMAT ".png"
>
>
> Compile Time: config.h
>
> CFG_ETHER_HEADER_HAS_EA.....no
> CFG_MULTITHREADED.....yes
> HAVE_ALARM.....yes
> HAVE_ALLOCA.....yes
> HAVE_ALLOCA_H.....yes
> HAVE_ARPA_NAMESER_H.....yes
> HAVE_BACKTRACE.....yes
> HAVE_BZERO.....yes
> HAVE_CTIME_R.....yes
> HAVE_DLFCN_H.....yes
> HAVE_DL_H.....no
> HAVE_DOPRNT.....no
> HAVE_ENDPWENT.....yes
> HAVE_ERRNO_H.....yes
> HAVE_FACILITYNAMES.....yes
> HAVE_FCNTL_H.....yes
> HAVE_FORK.....yes
> HAVE_GDBM_H.....yes
> HAVE_GD_H.....yes
> HAVE_GDOME_H.....no
> HAVE_GETHOSTBYADDR.....yes
> HAVE_GETHOSTBYADDR_R.....yes
> HAVE_GETHOSTBYNAME.....yes
> HAVE_GETHOSTNAME.....yes
> HAVE_GETIPNODEBYADDR.....no
> HAVE_GETPASS.....yes
> HAVE_GETTIMEOFDAY.....yes
> HAVE_GLIBCONFIG_H.....no
> HAVE_GLIB_H.....no
> HAVE_IF_H.....no
> HAVE_IN6_ADDR.....yes
> HAVE_INT16_T.....yes
> HAVE_INT32_T.....yes
> HAVE_INT64_T.....yes
> HAVE_INT8_T.....yes
> HAVE_INTTYPES_H.....yes
> HAVE_LANGINFO_H.....yes
> HAVE_LIBC.....yes
> HAVE_LIBCRYPT.....yes
> HAVE_LIBCRYPTO.....yes
> HAVE_LIBDL.....no
> HAVE_LIBDLD.....no
> HAVE_LIBGD.....yes
> HAVE_LIBGDBM.....yes
> HAVE_LIBGDOME.....no
> HAVE_LIBGLIB.....no
> HAVE_LIBM.....no
> HAVE_LIBNSL.....yes
> HAVE_LIBPCAP.....yes
> HAVE_LIBPNG.....yes
> HAVE_LIBPOSIX4.....no
> HAVE_LIBPTHREAD.....yes
> HAVE_LIBPTHREADS.....no
> HAVE_LIBRESOLV.....yes
> HAVE_LIBRT.....no
> HAVE_LIBSOCKET.....no
> HAVE_LIBSSL.....yes
> HAVE_LIBWRAP.....no
> HAVE_LIBXML2.....no
> HAVE_LIBXNET.....no
> HAVE_LIBZ.....yes
> HAVE_LIMITS_H.....yes
> HAVE_LINUX_IF_PPPOX_H.....yes
> HAVE_LOCALE_H.....yes
> HAVE_LOCALTIME_R.....yes
> HAVE_LONG_DOUBLE.....yes
> HAVE_MATH_H.....yes
> HAVE_MEMCHR.....yes
> HAVE_MEMORY_H.....yes
> HAVE_MEMSET.....yes
> HAVE_NDIR_H.....no
> HAVE_NETDB_H.....yes
> HAVE_OPENSSL.....yes
> HAVE_OPENSSL_CRYPTO_H.....yes
> HAVE_OPENSSL_ERR_H.....yes
> HAVE_OPENSSL_PEM_H.....yes
> HAVE_OPENSSL_RSA_H.....yes
> HAVE_OPENSSL_SSL_H.....yes
> HAVE_OPENSSL_X509_H.....yes
> HAVE_PCAP_H.....yes
> HAVE_PCAP_OPEN_DEAD.....yes
> HAVE_PNG_H.....yes
> HAVE_PTHREAD_ATFORK.....yes
> HAVE_PTHREAD_H.....yes
> HAVE_PUTENV.....yes
> HAVE_PWD_H.....yes
> HAVE_RE_COMP.....yes
> HAVE_REGCOMP.....yes
> HAVE_REGEX.....yes
> HAVE_SCHED_H.....yes
> HAVE_SCHED_YIELD.....yes
> HAVE_SECURITY_PAM_APPL_H.....yes
> HAVE_SELECT.....yes
> HAVE_SEMAPHORE_H.....yes
> HAVE_SETJMP_H.....yes
> HAVE_SHADOW_H.....yes
> HAVE_SIGNAL_H.....yes
> HAVE_SNPRINTF.....yes
> HAVE_SOCKET.....yes
> HAVE_SQRT.....yes
> HAVE_STDARG_H.....yes
> HAVE_STDDEF_H.....yes
> HAVE_STDIO_H.....yes
> HAVE_STDLIB_H.....yes
> HAVE_STRCASECMP.....yes
> HAVE_STRCHR.....yes
> HAVE_STRCSPN.....yes
> HAVE_STRDUP.....yes
> HAVE_STRERROR.....yes
> HAVE_STRFTIME.....yes
> HAVE_STRING_H.....yes
> HAVE_STRINGS_H.....yes
> HAVE_STRNCASECMP.....yes
> HAVE_STRPBRK.....yes
> HAVE_STRRCHR.....yes
> HAVE_STRSPN.....yes
> HAVE_STRSTR.....yes
> HAVE_STRTOK_R.....yes
> HAVE_STRTOUL.....yes
> HAVE_SYS_DIR_H.....no
> HAVE_SYS_IOCTL_H.....yes
> HAVE_SYS_LDR_H.....no
> HAVE_SYS_NDIR_H.....no
> HAVE_SYS_RESOURCE_H.....yes
> HAVE_SYS_SCHED_H.....no
> HAVE_SYS_SOCKIO_H.....no
> HAVE_SYS_TIME_H.....yes
> HAVE_SYS_TYPES_H.....yes
> HAVE_SYS_UN_H.....yes
> HAVE_TCPD_H.....yes
> HAVE_TM_ZONE.....yes
> HAVE_TZNAME.....no
> HAVE_U_INT16_T.....yes
> HAVE_U_INT32_T.....yes
> HAVE_U_INT64_T.....yes
> HAVE_UINT64_T.....no
> HAVE_U_INT8_T.....yes
> HAVE_UNAME.....yes
> HAVE_UNISTD_H.....yes
> HAVE_VFORK.....yes
> HAVE_VFORK_H.....no
> HAVE_VPRINTF.....yes
> HAVE_WORKING_FORK.....yes
> HAVE_WORKING_VFORK.....yes
> HAVE_ZLIB_H.....yes
> MAKE_WITH_I18N.....no
> MAKE_WITH_SSLV3_SUPPORT.....no
> MAKE_WITH_SSLWATCHDOG_COMPILETIME.....no
> MAKE_WITH_XMLDUMP.....no
> MAKE_WITH_ZLIB.....yes
> __PROTOTYPES.....yes
> PROTOTYPES.....yes
> SETVBUF_REVERSED.....no
> TIME_WITH_SYS_TIME.....yes
> TM_IN_SYS_TIME.....no
> CFG_CONFIGFILE_DIR - config file directory...../usr/local/etc/ntop
> CFG_DATAFILE_DIR - data file directory...../usr/local/share/ntop
> CFG_DBFILE_DIR - database file directory...../usr/local/var/ntop
> CFG_PLUGIN_DIR - plugin file directory...../usr/local/lib/ntop/plugins
> CFG_RUN_DIR - run file directory...../usr/local/var/ntop
> CFG_NEED_GETDOMAINNAME (getdomainname(2) function).....yes
> CFG_xxxxxx_ENDIAN (Hardware Endian).....little
> HAVE_FILEDESCRIPTORBUG.....yes
>
>
> Compile Time: globals-defines.h
>
> EMSGSIZE.....90
> ETHERMTU.....1500
> LEN_CMDLINE_BUFFER.....4096
> LEN_FGETS_BUFFER.....512
> LEN_GENERAL_WORK_BUFFER.....1024
> LEN_MEDIUM_WORK_BUFFER.....64
> LEN_SMALL_WORK_BUFFER.....24
> LEN_TIME_STAMP_BUFFER.....2
> MAKE_NTOP_PACKETSZ_DECLARATIONS.....no
> MAKE_RMON_SUPPORT.....yes
> MAKE_WITH_FORK_COPYONWRITE.....yes
> MAKE_WITH_HTTPSIGTRAP.....no
> MAKE_WITH_NETFLOWSIGTRAP.....no
> MAKE_WITH_RRDSIGTRAP.....no
> MAKE_WITH_SCHED_YIELD.....yes
> MAKE_WITH_SEMAPHORES.....yes
> MAKE_WITH_SSLWATCHDOG.....yes
> MAKE_WITH_SSLWATCHDOG_RUNTIME.....yes
> MAKE_WITH_SYSLOG.....yes
> MAX_ADDRESSES.....35
> MAX_ALIASES.....35
> MAX_ASSIGNED_IP_PORTS.....1024
> MAXCDNAME.....255
> MAX_DEVICE_NAME_LEN.....64
> MAXDNAME.....1025
> MAX_HASHDUMP_ENTRY.....65535
> MAXHOSTNAMELEN.....64
> MAX_HOSTS_CACHE_LEN.....512
> MAX_IP_PORT.....65534
> MAXLABEL.....63
> MAX_LANGUAGES_REQUESTED.....4
> MAX_LANGUAGES_SUPPORTED.....8
> MAX_LASTSEEN_TABLE_SIZE.....4096
> MAX_LEN_VENDOR_NAME.....64
> MAX_NFS_NAME_HASH.....12288
> MAX_NODE_TYPES.....8
> MAX_NUM_BAD_IP_ADDRESSES.....3
> MAX_NUM_CONTACTED_PEERS.....8
> MAX_NUM_DEQUEUE_THREADS.....yes
> MAX_NUM_DEVICES.....32
> MAX_NUM_DHCP_MSG.....8
> MAX_NUM_FIN.....4
> MAX_NUM_IGNOREDFLOWS.....32
> MAX_NUM_NETWORKS.....32
> MAX_NUM_PROBES.....16
> MAX_NUM_PROTOS.....64
> MAX_NUM_PROTOS_SCREENS.....5
> MAX_NUM_PURGED_SESSIONS.....512
> MAX_NUM_PWFILE_ENTRIES.....32
> MAX_NUM_ROUTERS.....512
> MAX_NUM_STORED_FLAGS.....4
> MAX_NUM_UNKNOWN_PROTOS.....5
> MAX_PASSIVE_FTP_SESSION_TRACKER.....384
> MAX_PER_DEVICE_HASH_LIST.....65535
> MAX_SESSIONS_CACHE_LEN.....512
> MAX_SSL_CONNECTIONS.....32
> NAME_MAX.....255
> NETDB_SUCCESS.....0
> NS_CMPRSFLGS.....192
> NS_MAXCDNAME.....255
> PACKETSZ.....512
> PARM_ENABLE_EXPERIMENTAL.....no
> PARM_FORK_CHILD_PROCESS.....yes
> PARM_MIN_WEBPAGE_AUTOREFRESH_TIME.....15
> PARM_PASSIVE_SESSION_MINIMUM_IDLE.....60
> PARM_SESSION_PURGE_MINIMUM_IDLE.....600
> PARM_SHOW_NTOP_HEARTBEAT.....no
> PARM_SSLWATCHDOG_WAITWOKE_LIMIT.....5
> PARM_USE_CGI.....yes
> PARM_USE_COLOR.....no
> PARM_USE_HOST.....no
> PARM_USE_MACHASH_INVERT.....yes
> PARM_USE_SESSIONS_CACHE.....no
> PARM_WEDONTWANTTOTALKWITHYOU_INTERVAL.....300
> THREAD_MODE.....MT (SSL)
>
>
> PLUGINS:
>
> RRD:
> RRD path...../usr/local/var/ntop/rrd
> New directory permissions.....0700
> New file umask.....0066
>
> Thanks,
> Ted
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop
>

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

Reply via email to