1) Click on the 'bug' icon on the About menu - generates a standardized 'problem report' (hence PR) form w/ space all the details and lots of it filled in.
2) Makes sense - I'd have expected the v# to be 3.0.050 it it was tip. 3) Easiest way to do this is to just delete both the #ifdef and the #endif lines, leaving the traceEvent() in open code. 4) I'm still focused on what else changed in the environment, what browser, etc. - because there's nothing that changed in those parts of the code between rc1 and 3.0... -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of [EMAIL PROTECTED] > Sent: Tuesday, March 30, 2004 2:11 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [Ntop-dev] Summary - Hosts page getting lots of 408 > timeouts. > > > > 1) I sorry, I do not know what "PR form" means.... I'd be pleased to use > it, if it will help. Is this some sort of support submission page? > > 2) I miss-spoke, re: 3.0 tip. I did pull the current stable with "cvs > checkout -r ntop_3_0 ntop" > > 3) I tried to uncomment the debug lines; > > #ifdef URL_DEBUG > traceEvent(CONST_TRACE_INFO, "URL_DEBUG: Timeout while > reading from > socket."); > #endif > > but got an error at compile time. Sorry, I'm not a developer, so > I am more > than a bit out of my league when trying to play in the code. > > http.c: In function `readHTTPheader': > http.c:230: `ifdef' undeclared (first use in this function) > http.c:230: (Each undeclared identifier is reported only once > http.c:230: for each function it appears in.) > http.c:230: parse error before "URL_DEBUG" > http.c:233: `endif' undeclared (first use in this function) > make[2]: *** [http.lo] Error 1 > make[2]: Leaving directory `/root/ntop-cvs-current/ntop' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/ntop-cvs-current/ntop' > make: *** [all] Error 2 > > > Thanks for your continued help! > > > -- > > J. Eric Josephson > Director of Network and System Operations > 978-720-2159 > mailto:[EMAIL PROTECTED] > > > > > > > "Burton M. > > > Strauss III" To: > <[EMAIL PROTECTED]> > > <[EMAIL PROTECTED] cc: > > > rt.com> Subject: RE: > [Ntop-dev] Summary - Hosts page getting lots of 408 timeouts. > > Sent by: > > > [EMAIL PROTECTED] > > > ipi.it > > > > > > > > > 03/30/2004 02:36 > > > PM > > > Please respond to > > > ntop-dev > > > > > > > > > > > > > Um... > > 1) Please use the PR form if at all possible > > 2) Please remember that the cvs tip != 3.0. To get the 3.0 release you > need > to use the tag on the cvs as I discussed last weekend. If you're pulling > the tip, the version # is 3.0.050. > > > ?s > > You're not seeing anything in the info.html page for # Invalid requests - > 408 TIMEOUT... so ntop's not generating the 408s. > > > ntop Web Server > > > > Item..................http://...................https://# Handled > > Requests.....831.....- > requests.....0.....- > > Internal 408s occur in two places. > > One - is in readHTTPheader(). Means that the original select() call in > handleWebConnections() saw data, but when it came time to read the http > headers it timed out. That's pretty odd. You can confirm/eliminate this > by > enabling the debug line in http.c - look for "URL_DEBUG: Timeout while > reading from socket". > > Two - occurs when the alarm() call happens. There's a 15s timeout on page > creation when ntop fork()s a child. There should be a log message, "http > generation failed, alarm() tripped. Please report this to ntop-dev list!" > on > these. > > (If you had used the PR you would have seen the piece about > copying the log > in). > > > > Most 408s are browser issues - usually when it gets confused as to whether > it's waiting or talking. > > We did see problems with the Microsoft security update to IE6 and basic > authentication. You can try disabling HTTP 1.1 to see if it's that. > > Otherwise the web server hangs mostly were FreeBSD, but you can try using > the > --set-pcap-nonblocking switch. For that you'll have to have a newer > libpcap - 0.8.x. > > > > However, there's NOTHING that changed in these areas between rc1 and 3.0. > Zip. Nada. And precious little between pre2 and 3.0. (Luca split > fingerprinting, I put the remote option back in and Luca fixed > the counting > for dropped packets - nothing in any of the handling routines). > > So something has changed in your environment... > > > > -----Burton > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > > Of [EMAIL PROTECTED] > > Sent: Tuesday, March 30, 2004 1:01 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: [Ntop-dev] Summary - Hosts page getting lots of 408 timeouts. > > > > > > > > Hello All, > > I am running RedHat with at 2.4.18-14 kernel. I have been > upgrading > > my NTOP installation throughout the 3.0 build up. I always use the CVS > > version with a clean pull. > > > > Up until, and including, RC1 for 3.0 everything was fine. I am > > now running > > 3.0 current. On this machine I did my cvs pull from the 3.0 tip > > today. On > > another machine in the building, my colleague used the RPM from the > Source > > Forge link. Both cases, with only moderate traffic (at least for all > > previous builds) the Summary - Hosts page has a high percentage > > (40 to 60%) > > of 408 time-outs. The frequency of timeouts seems to increase with CPU > > use, but I'm running between only 10 and 20% CPU use. I do not believe > > that is caused by CPU use, but that some other thing is causing the > > timeouts, while also causing slightly higher CPU utilization. > > > > Machine is a 933 Mhz single CPU with 512 Mb RAM. The only things > running > > on this system are NTOP and a local NAMED server to speed up DNS > responses > > for NTOP. My NAMED is using .7% of thew CPU at peak. > > > > > > Thanks for any ideas! > > > > > > > > ntop Configuration > > > > > > ntop version.....3.0 > > Configured on.....Mar 30 2004 10:43:05 > > Built on.....Mar 30 2004 10:44:25 > > OS.....i686-pc-linux-gnu > > This version of ntop is.....the CURRENT stable version > > Next version recheck is.....Wed Apr 14 13:00:48 2004 > > ntop Process Id.....29875 > > http Process Id.....29884 > > > > > > Command line > > > > Started as....ntop -d -u ntop -i eth0,eth1 -M -o -m 10.0.0.0/8 -p > > /etc/protocols.ntop -P /tmp > > > > Resolved to....ntop > > -d > > -u > > ntop > > -i > > eth0,eth1 > > -M > > -o > > -m > > 10.0.0.0/8 > > -p > > /etc/protocols.ntop > > -P > > /tmp > > > > > > Command line parameters are: > > > > -a | --access-log-file.....(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.....Don't trust MAC Addresses > > -i | --interface (effective).....eth > > -j | --create-other-packets.....(default) Disabled > > -k | --filter-expression-in-extra-frame.....(default) No > > -l | --pcap-log.....(default) (nil) > > -m | --local-subnets (effective).....10.0.0.0/8 > > -n | --numeric-ip-addresses.....(default) No > > -p | --protocols...../etc/protocols.ntop > > -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=501, gid=501) > > -w | --http-server.....(default) Active, all interfaces, port 3000 > > -z | --disable-sessions.....(default) No > > -B | --filter-expression.....(default) none > > -D | --domain.....internalgroove.net > > -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 > > -N | --wwn-map.....(default) (nil) > > -O | --pcap-file-path.....(default) /usr/local/var/ntop > > -P | --db-file-path...../tmp > > -Q | --spool-file-path...../tmp > > -U | --mapper.....(default) (nil) > > -W | --https-server.....Uninitialized > > --disable-schedYield.....(default) No > > --disable-instantsessionpurge.....(default) No > > --disable-mutexextrainfo.....(default) No > > --disable-stopcap.....(default) No > > --fc-only.....(default) No > > --no-fc.....(default) No > > --no-invalid-lun.....(default) No > > --p3p-cp.....(default) none > > --p3p-uri.....(default) none > > --ssl-watchdog.....(default) No > > --w3c.....(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:3000 > > 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.6b [engine] 9 Jul 2001 > > zlib version.....1.1.4 > > gd version (guess).....1.8.4 > > Protocol Decoders.....Enabled > > Fragment Handling.....Enabled > > Tracking only local hosts.....No > > # IP Protocols Being Monitored.....34 > > # Protocol slots.....964 > > # IP Ports Being Monitored.....182 > > # IP Ports slots.....364 > > WebServer Request Queue.....10 > > Devices (Network Interfaces).....2 > > Domain name (short).....net > > IP to country flag table (entries).....52395 > > Total Hash Collisions (Vendor/Special) (lookup).....0 > > > > > > ntop Web Server > > > > Item..................http://...................https://# Handled > > Requests.....831.....- > requests.....0.....- > > > > > > Memory allocation - data segment > > > > arena limit, getrlimit(RLIMIT_DATA, ...).....-1 > > Allocated blocks (ordblks).....7774 > > Allocated (arena).....108644020 > > Used (uordblks).....88564324 > > Free (fordblks).....20079696 > > > > > > Memory allocation - mmapped > > > > Allocated blocks (hblks).....7 > > Allocated bytes (hblkhd).....4575232 > > > > > > Memory Usage > > > > IPX/SAP Hash Size (bytes).....1897 > > IP to country flag table (bytes).....1614732 (1.5 MB) > > Bytes per entry.....30.8 > > IP to AS (Autonomous System) number table (bytes).....3870684 (3.7 MB) > > Current memory usage.....113219252 > > Base memory usage.....12273332 > > Hosts stored (active+cache).....10448 = (10448 + 0) > > (very) Approximate memory per host.....9.5KB > > > > > > 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.....5529927 > > Processed Immediately.....2780143 > > Queued.....2745840 > > Lost in ntop queue.....3944 > > Current Queue.....44 > > Maximum Queue.....2049 > > > > > > Host/Session counts - global > > > > Purged Hosts.....68403 > > Terminated Sessions.....534,130 > > > > Host/Session counts - Device 0 (eth0) > > Hash Bucket Size.....3.7 KB > > Actual Hash Size.....16384 > > Stored hosts.....2278 > > Bucket List Length.....[min 1][max 3][avg 1.1] > > Max host lookup.....3 > > Session Bucket Size.....260 > > Sessions.....49,040 > > Max Num. Sessions.....49,040 > > > > Host/Session counts - Device 1 (eth1) > > Hash Bucket Size.....3.7 KB > > Actual Hash Size.....16384 > > Stored hosts.....8170 > > Bucket List Length.....[min 1][max 4][avg 1.4] > > Max host lookup.....6 > > Session Bucket Size.....260 > > Sessions.....530 > > Max Num. Sessions.....664 > > > > > > Address Resolution > > > > DNS Sniffed: > > > > DNS Packets sniffed.....231427 > > less 'requests'.....118893 > > less 'failed'.....42372 > > less 'reverse dns' (in-addr.arpa).....43274 > > DNS Packets processed.....26888 > > Stored in cache (includes aliases).....30495 > > > > > > IP to name - ipaddr2str(): > > > > Total calls.....78849 > > ....OK.....32709 > > ....Total not found.....46140 > > ........Not found in cache.....529 > > ........Too old in cache.....45611 > > > > > > Queued - dequeueAddress(): > > > > Total Queued.....46138 > > Not queued (duplicate).....2 > > Maximum Queued.....1063 > > Current Queue.....0 > > > > > > Resolved - resolveAddress(): > > > > Addresses to resolve.....46138 > > ....less 'Error: No cache database'.....0 > > ....less 'Found in ntop cache'.....15 > > Gives: # gethost (DNS lookup) calls.....46123 > > > > > > DNS Lookup Calls: > > > > DNS resolution attempts.....46123 > > ....Success: Resolved.....715 > > ....Failed.....45408 > > ........HOST_NOT_FOUND.....45267 > > ........NO_DATA.....0 > > ........NO_RECOVERY.....0 > > ........TRY_AGAIN (don't store).....141 > > ........Other error (don't store).....0 > > DNS lookups stored in cache.....45982 > > Host addresses kept numeric.....45408 > > > > > > Vendor Lookup Table > > > > Input lines read.....0 > > Records added total.....0 > > .....includes special records.....0 > > getVendorInfo() calls.....0 > > getSpecialVendorInfo() calls.....1741 > > Found 48bit (xx:xx:xx:xx:xx:xx) match.....0 > > Found 24bit (xx:xx:xx) match.....1741 > > Found multicast bit set.....0 > > Found LAA (Locally assigned address) bit set.....0 > > > > > > Thread counts > > > > Active.....9 > > Dequeue.....1 > > Children (active).....174 > > 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..... > > 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/root/ntop-cvs-current/ntop/myrrd > > system libraries.....-L/usr/local/lib > -L/root/ntop-cvs-current/ntop/myrrd > > -lxml2 -lglib -lpthread -lresolv -lnsl -lcrypt -lc -lssl -lcrypto -lpcap > > -lgdbm -lgd -lpng -lz -lmyrrd > > install path...../usr/local > > GNU C (gcc) version.....3.2 20020903 (Red Hat Linux 8.0 3.2-7) (3.2.0) > > uname data.....sysname(Linux) release(2.4.18-14) version(#1 Wed Sep 4 > > 13:35:50 EDT 2002) machine(i686) > > > > > > Internationalization (i18n) > > > > i18n enabled.....No > > Locale.....C > > Numeric format.....1000.00 > > > > > > Compile Time: Debug settings in globals-defines.h > > > > DEBUG.....no > > ADDRESS_DEBUG.....no > > CHKVER_DEBUG.....no > > CMPFCTN_DEBUG.....no > > DNS_DEBUG.....no > > DNS_SNIFF_DEBUG.....no > > FC_DEBUG.....no > > FINGERPRINT_DEBUG.....no > > FRAGMENT_DEBUG.....no > > FTP_DEBUG.....no > > GDBM_DEBUG.....no > > HASH_DEBUG.....no > > HOST_FREE_DEBUG.....no > > HTTP_DEBUG.....no > > I18N_DEBUG.....no > > IDLE_PURGE_DEBUG.....no > > INITWEB_DEBUG.....no > > MEMORY_DEBUG.....no > > NETFLOW_DEBUG.....no > > P2P_DEBUG.....no > > PACKET_DEBUG.....no > > PARAM_DEBUG.....no > > PLUGIN_DEBUG.....no > > PROBLEMREPORTID_DEBUG.....no > > RRD_DEBUG.....no > > SEMAPHORE_DEBUG.....no > > SESSION_TRACE_DEBUG.....no > > SSLWATCHDOG_DEBUG.....no > > STORAGE_DEBUG.....no > > UNKNOWN_PACKET_DEBUG.....no > > URL_DEBUG.....no > > VENDOR_DEBUG.....no > > > > > > Compile Time: config.h > > > > CFG_ETHER_HEADER_HAS_EA.....no > > CFG_MULTITHREADED.....yes > > CFG_NEED_INET_ATON.....no > > HAVE_ALARM.....yes > > HAVE_ALLOCA.....yes > > HAVE_ALLOCA_H.....yes > > HAVE_ARPA_INET_H.....yes > > HAVE_ARPA_NAMESER_H.....yes > > HAVE_BACKTRACE.....yes > > HAVE_BZERO.....yes > > HAVE_CRYPTGETFORMAT.....no > > HAVE_CRYPT_H.....yes > > HAVE_CTIME_R.....yes > > HAVE_DIRENT_H.....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_FLOAT_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_GETOPT_H.....yes > > HAVE_GETPASS.....yes > > HAVE_GETTIMEOFDAY.....yes > > HAVE_GLIBCONFIG_H.....no > > HAVE_GLIB_H.....no > > HAVE_ICMP6_H.....no > > HAVE_IF_H.....no > > HAVE_IFLIST_SYSCTL.....no > > HAVE_IN6_ADDR.....yes > > HAVE_INET_NTOA.....yes > > HAVE_INT16_T.....yes > > HAVE_INT32_T.....yes > > HAVE_INT64_T.....yes > > HAVE_INT8_T.....yes > > HAVE_INTTYPES_H.....yes > > HAVE_IP6_H.....no > > HAVE_LANGINFO_H.....yes > > HAVE_LIBC.....yes > > HAVE_LIBC_R.....no > > HAVE_LIBCRYPT.....yes > > HAVE_LIBCRYPTO.....yes > > HAVE_LIBDL.....no > > HAVE_LIBDLD.....no > > HAVE_LIBGD.....yes > > HAVE_LIBGDBM.....yes > > HAVE_LIBGDOME.....no > > HAVE_LIBGLIB.....yes > > 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.....yes > > 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_MALLINFO_MALLOC_H.....yes > > HAVE_MALLOC_H.....yes > > HAVE_MATH_H.....yes > > HAVE_MEMCHR.....yes > > HAVE_MEMORY_H.....yes > > HAVE_MEMSET.....yes > > HAVE_NDIR_H.....no > > HAVE_NET_BPF_H.....yes > > HAVE_NETDB_H.....yes > > HAVE_NET_ETHERNET_H.....yes > > HAVE_NET_IF_DL_H.....no > > HAVE_NET_IF_H.....yes > > HAVE_NETINET_ICMP6_H.....yes > > HAVE_NETINET_IF_ETHER_H.....yes > > HAVE_NETINET_IN_H.....yes > > HAVE_NETINET_IN_SYSTM_H.....yes > > HAVE_NETINET_IP6_H.....yes > > HAVE_NETINET_IP_H.....yes > > HAVE_NETINET_TCP_H.....yes > > HAVE_NETINET_UDP_H.....yes > > HAVE_NET_PPP_DEFS_H.....yes > > HAVE_NET_ROUTE_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_BPF_H.....no > > HAVE_PCAP_H.....yes > > HAVE_PCAP_OPEN_DEAD.....yes > > HAVE_PCAP_SETNONBLOCK.....no > > 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_STAT_EMPTY_STRING_BUG.....no > > HAVE_STDARG_H.....yes > > HAVE_STDDEF_H.....yes > > HAVE_STDINT_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_STRUCT_TM_TM_ZONE.....yes > > HAVE_SYSCTL.....yes > > HAVE_SYS_DIR_H.....no > > HAVE_SYS_IOCTL_H.....yes > > HAVE_SYS_LDR_H.....no > > HAVE_SYSLOG_H.....yes > > HAVE_SYS_NDIR_H.....no > > HAVE_SYS_PARAM_H.....yes > > HAVE_SYS_RESOURCE_H.....yes > > HAVE_SYS_SCHED_H.....no > > HAVE_SYS_SELECT_H.....yes > > HAVE_SYS_SOCKET_H.....yes > > HAVE_SYS_SOCKIO_H.....no > > HAVE_SYS_STAT_H.....yes > > HAVE_SYS_SYSCTL_H.....yes > > HAVE_SYS_SYSLOG_H.....yes > > HAVE_SYS_TIME_H.....yes > > HAVE_SYS_TYPES_H.....yes > > HAVE_SYS_UN_H.....yes > > HAVE_SYS_UTSNAME_H.....yes > > HAVE_SYS_WAIT_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 > > INET6.....yes > > LSTAT_FOLLOWS_SLASHED_SYMLINK.....yes > > MAKE_STATIC_PLUGIN.....no > > MAKE_WITH_I18N.....no > > MAKE_WITH_SSLV3_SUPPORT.....no > > MAKE_WITH_SSLWATCHDOG_COMPILETIME.....no > > MAKE_WITH_ZLIB.....yes > > SETVBUF_REVERSED.....no > > STDC_HEADERS.....yes > > 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.....no > > > > > > Compile Time: globals-defines.h > > > > CONST_ACTIVE_TCP_SESSIONS_HTML.....NetNetstat.html > > CONST_ADD_URLS_HTML.....addURLs.html > > CONST_ADD_USERS_HTML.....addUsers.html > > CONST_APACHELOG_TIMESPEC.....%d/%b/%Y:%H:%M:%S > > CONST_ASLIST_FILE.....AS-list.txt > > CONST_AS_LIST_HTML.....asList.html > > CONST_BAR_ALLPROTO_DIST.....allProtoDistribution > > CONST_BAR_FC_PROTO_DIST.....fcProtoDistribution > > CONST_BAR_HOST_DISTANCE.....hostsDistanceChart > > CONST_BAR_LUNSTATS_DIST.....scsiBytesLunDistribution > > CONST_BAR_VSAN_TRAF_DIST_RCVD.....vsanDomainTrafficDistribRcvd > > CONST_BAR_VSAN_TRAF_DIST_SENT.....vsanDomainTrafficDistribSent > > CONST_BROADCAST_ENTRY.....2 > > CONST_CGI_HEADER.....ntop-bin/ > > CONST_CHANGE_FILTER_HTML.....changeFilter.html > > CONST_COLOR_1.....#CCCCFF > > CONST_COLOR_2.....#FFCCCC > > CONST_CONST_PCTG_LOW_COLOR.....BGCOLOR=#C6EEF7 > > CONST_CONST_PCTG_MID_COLOR.....BGCOLOR=#C6EFC8 > > CONST_CREDITS_HTML.....Credits.html > > CONST_CRYPT_SALT.....99 > > CONST_DAEMONNAME.....ntop > > CONST_DELETE_URL.....deleteURL > > CONST_DELETE_USER.....deleteUser > > CONST_DNSCACHE_LIFETIME.....86400 > > CONST_DNSCACHE_PERMITTED_AGE.....900 > > CONST_DO_ADD_URL.....doAddURL > > CONST_DO_ADD_USER.....doAddUser > > CONST_DO_CHANGE_FILTER.....doChangeFilter > > CONST_DOMAIN_STATS_HTML.....domainStats.html > > CONST_DOUBLE_TWO_MSL_TIMEOUT.....240 > > CONST_DUMP_DATA_HTML.....dumpData.html > > CONST_DUMP_HOSTS_INDEXES_HTML.....dumpDataIndexes.html > > CONST_DUMP_NTOP_FLOWS_HTML.....dumpFlows.html > > CONST_DUMP_NTOP_HOSTS_MATRIX_HTML.....dumpHostsMatrix.html > > CONST_DUMP_NTOP_XML.....dump.xml > > CONST_DUMP_TRAFFIC_DATA_HTML.....dumpTrafficData.html > > CONST_FAVICON_ICO.....favicon.ico > > CONST_FC_ACTIVITY_HTML.....fcActivity.html > > CONST_FC_DATA_HTML.....fcData.html > > CONST_FC_HOSTS_INFO_HTML.....fcHostsInfo.html > > CONST_FC_SESSIONS_HTML.....fcSessions.html > > CONST_FC_THPT_HTML.....fcThpt.html > > CONST_FC_TRAFFIC_HTML.....fcShowStats.html > > CONST_FILEDESCRIPTORBUG_COUNT.....3 > > CONST_FILTER_INFO_HTML.....filterInfo.html > > CONST_FINGERPRINT_LOOP_INTERVAL.....150 > > CONST_FTPDATA.....20 > > CONST_GRE_PROTOCOL_TYPE.....47 > > CONST_HANDLEADDRESSLISTS_MAIN.....0 > > CONST_HANDLEADDRESSLISTS_NETFLOW.....2 > > CONST_HANDLEADDRESSLISTS_RRD.....yes > > CONST_HASH_INITIAL_SIZE.....16384 > > CONST_HOME_HTML.....home.html > > CONST_HOME_UNDERSCORE_HTML.....home_.html > > CONST_HOST_HTML.....host.html > > CONST_HOSTS_INFO_HTML.....hostsInfo.html > > CONST_HOSTS_LOCAL_CHARACT_HTML.....localHostsCharacterization.html > > CONST_HOSTS_LOCAL_FINGERPRINT_HTML.....localHostsFingerprint.html > > CONST_HOST_SORT_NOTE_HTML.....hostSortNote.html > > CONST_HOSTS_REMOTE_FINGERPRINT_HTML.....remoteHostsFingerprint.html > > CONST_HTTP_ACCEPT_ALL.....*/* > > CONST_IMG_ARROW_DOWN.....<img src="/arrow_down.gif" border="0" > > alt="Descending order, click to reverse"> > > CONST_IMG_ARROW_UP.....<img src="/arrow_up.gif" border="0" > alt="Ascending > > order, click to reverse"> > > CONST_IMG_BRIDGE.....<img src="/bridge.gif" border="0" alt="Bridge"> > > CONST_IMG_DHCP_CLIENT.....<img src="/bulb.gif" border="0" alt="DHCP > > Client"> > > CONST_IMG_DHCP_SERVER.....<img src="/antenna.gif" border="0" alt="DHCP > > Server"> > > CONST_IMG_DIRECTORY_SERVER.....(nil) > > CONST_IMG_DNS_SERVER.....<img src="/dns.gif" border="0" alt="DNS"> > > CONST_IMG_FC_VEN_BROCADE.....<img src="/brocade.gif" border="0" > > alt="Brocade Communications Systems, Inc."> > > CONST_IMG_FC_VEN_EMC.....<img src="/emc.gif" border="0" alt="EMC > > Corporation"> > > CONST_IMG_FC_VEN_EMULEX.....<img src="/emulex.gif" border="0" > alt="Emulex > > Corporation"> > > CONST_IMG_FC_VEN_JNI.....<img src="/jni.gif" border="0" alt="JNI > > Corporation"> > > CONST_IMG_FC_VEN_SEAGATE.....<img src="/seagate.gif" border="0" > > alt="Seagate Technology"> > > CONST_IMG_FIBRECHANNEL_SWITCH.....<img src="/switch.gif" border="0" > > alt="FibreChannel Switch"> > > CONST_IMG_FTP_SERVER.....(nil) > > CONST_IMG_HAS_P2P.....<img src="/p2p.gif" border="0" alt="P2P Server"> > > CONST_IMG_HAS_USERS.....<img src="/users.gif" border="0" alt="Users"> > > CONST_IMG_HIGH_RISK.....<img src="/Risk_high.gif" border="0" alt="High > > Risk"> > > CONST_IMG_HTTP_SERVER.....<img src="/web.gif" border="0" > > alt="HTTP Server"> > > CONST_IMG_IMAP_SERVER.....(nil) > > CONST_IMG_LOCK.....<img src="/lock.png" alt="secured URL" border="0"> > > CONST_IMG_LOW_RISK.....<img src="/Risk_low.gif" border="0" alt="Low > Risk"> > > CONST_IMG_MEDIUM_RISK.....<img src="/Risk_medium.gif" border="0" > > alt="Medium Risk"> > > CONST_IMG_MULTIHOMED.....<img src="/multihomed.gif"" border="0" > > alt="Multihomed"> > > CONST_IMG_NIC_CARD.....<img src="/card.gif" border="0" alt="Network > Card"> > > CONST_IMG_NTP_SERVER.....<img src="/clock.gif" border="0" > > alt="NTP Server"> > > CONST_IMG_OS_AIX.....<img alt="OS: AIX" align="middle" > > src="/statsicons/os/aix.gif"> > > CONST_IMG_OS_BERKELEY.....<img alt="OS: BSD Unix" align="middle" > > src="/statsicons/os/bsd.gif"> > > CONST_IMG_OS_BSD.....<img alt="OS: BSD Unix" align="middle" > > src="/statsicons/os/bsd.gif"> > > CONST_IMG_OS_CISCO.....<img alt="OS: Cisco" align="middle" > > src="/statsicons/os/cisco.gif"> > > CONST_IMG_OS_HP_JETDIRET.....<img alt="OS: HP/JetDirect" align="middle" > > src="/statsicons/os/hp.gif"> > > CONST_IMG_OS_HP_UX.....<img alt="OS: HP-UX" align="middle" > > src="/statsicons/os/hp.gif"> > > CONST_IMG_OS_IRIX.....<img alt="OS: Irix" align="middle" > > src="/statsicons/os/irix.gif"> > > CONST_IMG_OS_LINUX.....<img alt="OS: Linux" align="middle" > > src="/statsicons/os/linux.gif"> > > CONST_IMG_OS_MAC.....<img alt="OS: Apple Mac" align="middle" > > src="/statsicons/os/mac.gif"> > > CONST_IMG_OS_NOVELL.....<img alt="OS: Novell" align="middle" > > src="/statsicons/os/novell.gif"> > > CONST_IMG_OS_SOLARIS.....<img alt="OS: Solaris" align="middle" > > src="/statsicons/os/sun.gif"> > > CONST_IMG_OS_SUNOS.....<img alt="OS: SunOS" align="middle" > > src="/statsicons/os/sun.gif"> > > CONST_IMG_OS_UNIX.....<img alt="OS: BSD Unix" align="middle" > > src="/statsicons/os/bsd.gif"> > > CONST_IMG_OS_WINDOWS.....<img alt="OS: Windows" align="middle" > > src="/statsicons/os/windows.gif"> > > CONST_IMG_POP_SERVER.....(nil) > > CONST_IMG_PRINTER.....<img src="/printer.gif" border="0" alt="Printer"> > > CONST_IMG_ROUTER.....<img src="/router.gif" border="0" alt="Router"> > > CONST_IMG_SCSI_DISK.....<img src="/disk.gif" border="0" alt="SCSI Block > > Device (disk)"> > > CONST_IMG_SCSI_INITIATOR.....<img src="/initiator.gif" border="0" > > alt="SCSI > > Initiator"> > > CONST_IMG_SMTP_SERVER.....<img src="/mail.gif" border="0" alt="Mail > > (SMTP)"> > > CONST_INDEX_HTML.....index.html > > CONST_INFO_NTOP_HTML.....info.html > > CONST_INVALIDNETMASK.....-1 > > CONST_IP_L_2_L_HTML.....ipL2L.html > > CONST_IP_L_2_R_HTML.....ipL2R.html > > CONST_IP_PROTO_DISTRIB_HTML.....ipProtoDistrib.html > > CONST_IP_PROTO_USAGE_HTML.....ipProtoUsage.html > > CONST_IP_R_2_L_HTML.....ipR2L.html > > CONST_IP_R_2_R_HTML.....ipR2R.html > > CONST_IP_TRAFFIC_MATRIX_HTML.....ipTrafficMatrix.html > > CONST_ISO8601_TIMESPEC.....%Y-%m-%dT%H:%M:%S > > CONST_LEFTMENU_HTML.....leftmenu.html > > CONST_LEFTMENU_NOJS_HTML.....leftmenu-nojs.html > > CONST_LEGEND_BOX_SIZE.....7 > > CONST_LIBGD_SO.....libgd.so > > CONST_LOCALE_TIMESPEC.....%c > > CONST_LOCAL_ROUTERS_LIST_HTML.....localRoutersList.html > > CONST_LOG_VIEW_BUFFER_SIZE.....50 > > CONST_MAGIC_NUMBER.....1968 > > CONST_MAN_NTOP_HTML.....ntop.html > > CONST_MODIFY_URL.....modifyURL > > CONST_MODIFY_USERS.....modifyUsers > > CONST_MULTICAST_MASK.....-536870912 > > CONST_MULTICAST_STATS_HTML.....multicastStats.html > > CONST_NET_FLOWS_HTML.....NetFlows.html > > CONST_NETMASK_ENTRY.....yes > > CONST_NETWORK_ENTRY.....0 > > CONST_NTOP_HELP_HTML.....help.html > > CONST_NTOP_P3P.....ntop.p3p > > CONST_NULL_HDRLEN.....4 > > CONST_NUM_TABLE_ROWS_PER_PAGE.....128 > > CONST_NUM_TRANSACTION_ENTRIES.....256 > > CONST_OSFINGERPRINT_FILE.....etter.passive.os.fp > > CONST_P2C_FILE.....p2c.opt.table > > CONST_PACKET_QUEUE_LENGTH.....2048 > > CONST_PATH_SEP.....47 > > CONST_PCAPNONBLOCKING_SLEEP_TIME.....30000000 > > CONST_PCAP_NW_INTERFACE_FILE.....pcap file > > CONST_PCTG_HIGH_COLOR.....BGCOLOR=#FF3118 > > CONST_PCTG_LOW.....25 > > CONST_PCTG_MID.....75 > > CONST_PIE_FC_PKT_SZ_DIST.....fcPktSizeDistribPie > > CONST_PIE_INTERFACE_DIST.....interfaceTrafficPie > > CONST_PIE_IP_TRAFFIC.....ipTrafficPie > > CONST_PIE_PKT_CAST_DIST.....pktCastDistribPie > > CONST_PIE_PKT_SIZE_DIST.....pktSizeDistribPie > > CONST_PIE_TTL_DIST.....pktTTLDistribPie > > CONST_PIE_VSAN_CNTL_TRAF_DIST.....vsanControlTrafficDistribPie > > CONST_PLUGIN_ENTRY_FCTN_NAME.....PluginEntryFctn > > CONST_PLUGIN_EXTENSION......so > > CONST_PLUGINS_HEADER.....plugins/ > > CONST_PPP_HDRLEN.....4 > > CONST_PPP_PROTOCOL_TYPE.....34827 > > CONST_PRIVACYCLEAR_HTML.....privacyFlagClear.html > > CONST_PRIVACYFORCE_HTML.....privacyFlagForce.html > > CONST_PRIVACYNOTICE_HTML.....privacyNotice.html > > CONST_PROBLEMRPT_HTML.....ntopProblemReport.html > > CONST_REPORT_ITS_DEFAULT.....(default) > > CONST_REPORT_ITS_EFFECTIVE..... (effective) > > CONST_RESET_STATS_HTML.....resetStats.html > > CONST_RFC1945_TIMESPEC.....%a, %d %b %Y %H:%M:%S GMT > > CONST_RRD_DEFAULT_FONT_NAME.....undefined > > CONST_RRD_DEFAULT_FONT_PATH.....undefined > > CONST_RRD_DEFAULT_FONT_SIZE.....undefined > > CONST_RRD_D_PERMISSIONS_EVERYONE.....493 > > CONST_RRD_D_PERMISSIONS_GROUP.....488 > > CONST_RRD_D_PERMISSIONS_PRIVATE.....448 > > CONST_RRD_EXTENSION......rrd > > CONST_RRD_PERMISSIONS_EVERYONE.....2 > > CONST_RRD_PERMISSIONS_GROUP.....yes > > CONST_RRD_PERMISSIONS_PRIVATE.....0 > > CONST_RRD_UMASK_EVERYONE.....18 > > CONST_RRD_UMASK_GROUP.....22 > > CONST_RRD_UMASK_PRIVATE.....54 > > CONST_SCSI_BYTES_HTML.....scsiBytes.html > > CONST_SCSI_STATUS_HTML.....scsiStatus.html > > CONST_SCSI_TIMES_HTML.....scsiTimes.html > > CONST_SCSI_TM_HTML.....scsiTMInfo.html > > CONST_SFLOW_TCPDUMP_MAGIC.....-1582119980 > > CONST_SHOW_MUTEX_HTML.....showMutex.html > > CONST_SHOW_PLUGINS_HTML.....showPlugins.html > > CONST_SHOW_PORT_TRAFFIC_HTML.....showPortTraffic.html > > CONST_SHOW_URLS_HTML.....showURLs.html > > CONST_SHOW_USERS_HTML.....showUsers.html > > CONST_SHUTDOWN_NTOP_HTML.....shutdown.html > > CONST_SIZE_PCAP_ERR_BUF.....512 > > CONST_SORT_DATA_HOST_TRAFFIC_HTML.....dataHostTraffic.html > > CONST_SORT_DATA_IP_HTML.....sortDataIP.html > > CONST_SORT_DATA_PROTOS_HTML.....sortDataProtos.html > > > CONST_SORT_DATA_RCVD_HOST_TRAFFIC_HTML.....dataRcvdHostTraffic.html > > CONST_SORT_DATA_SENT_HOST_TRAFFIC_HTML.....dataSentHostTraffic.html > > CONST_SORT_DATA_THPT_HTML.....sortDataThpt.html > > CONST_SORT_DATA_THPT_STATS_HTML.....thptStats.html > > CONST_SSL_CERTF_FILENAME.....ntop-cert.pem > > CONST_SWITCH_NIC_HTML.....switch.html > > CONST_TEXT_INFO_NTOP_HTML.....textinfo.html > > CONST_THPTLABEL_TIMESPEC.....%b %d %H:%M > > CONST_THPT_STATS_MATRIX_HTML.....thptStatsMatrix.html > > CONST_THROUGHPUT_GRAPH.....thptGraph > > CONST_TOD_HOUR_TIMESPEC.....%H > > CONST_TOD_NOSEC_TIMESPEC.....%H:%M > > CONST_TOD_WSEC_TIMESPEC.....%H:%M:%S > > CONST_TRAFFIC_STATS_HTML.....trafficStats.html > > CONST_TRMTU.....2000 > > CONST_TWO_MSL_TIMEOUT.....120 > > CONST_UNKNOWN_MTU.....65355 > > CONST_VERY_DETAIL_TRACE_LEVEL.....6 > > CONST_VIEW_LOG_HTML.....viewLog.html > > CONST_VLAN_LIST_HTML.....vlanList.html > > CONST_VSAN_DETAIL_HTML.....vsanDetail.html > > CONST_VSAN_DISTRIB_HTML.....vsanDistrib.html > > CONST_VSAN_LIST_HTML.....vsanList.html > > CONST_W3C_CHARTYPE_LINE.....<meta http-equiv="Content-Type" > > content="text/html; charset=ISO-8859-1"> > > CONST_W3C_DOCTYPE_LINE_32.....<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML > > 3.2//EN"> > > CONST_W3C_DOCTYPE_LINE.....<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 > > Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> > > CONST_W3C_P3P_XML.....w3c/p3p.xml > > CONST_WIN32_PATH_NETWORKS.....networks > > CONST_XML_DOCTYPE_NAME.....ntop_dump > > CONST_XML_DTD_NAME.....ntopdump.dtd > > CONST_XMLDUMP_PLUGIN_NAME.....xmldump > > CONST_XML_TMP_NAME...../tmp/ntopxml > > CONTACTED_PEERS_THRESHOLD.....1024 > > DEFAULT_AS_LOOKUP_URL.....http://ws.arin.net/cgi-bin/whois.pl?quer > > yinput=AS > > DEFAULT_NETFLOW_PORT_STR.....2055 > > DEFAULT_NTOP_ACCESS_LOG_FILE.....(null) > > DEFAULT_NTOP_AUTOREFRESH_INTERVAL.....120 > > DEFAULT_NTOP_DAEMON_MODE.....0 > > DEFAULT_NTOP_DEBUG.....0 > > DEFAULT_NTOP_DEBUG_MODE.....0 > > DEFAULT_NTOP_DEVICES.....(null) > > DEFAULT_NTOP_DISABLE_PROMISCUOUS.....0 > > DEFAULT_NTOP_DOMAIN_NAME.....(nil) > > DEFAULT_NTOP_DONT_TRUST_MAC_ADDR.....0 > > DEFAULT_NTOP_ENABLE_SESSIONHANDLE.....yes > > DEFAULT_NTOP_FAMILY.....0 > > DEFAULT_NTOP_FILTER_EXPRESSION.....(null) > > DEFAULT_NTOP_FILTER_IN_FRAME.....0 > > DEFAULT_NTOP_FLOW_SPECS.....(null) > > DEFAULT_NTOP_LOCAL_SUBNETS.....(null) > > DEFAULT_NTOP_MERGE_INTERFACES.....yes > > DEFAULT_NTOP_NUMERIC_IP_ADDRESSES.....0 > > DEFAULT_NTOP_OTHER_PKT_DUMP.....0 > > DEFAULT_NTOP_PACKET_DECODING.....yes > > DEFAULT_NTOP_PCAP_LOG_FILENAME.....(null) > > DEFAULT_NTOP_PID_DIRECTORY...../var/run > > DEFAULT_NTOP_PIDFILE.....ntop.pid > > DEFAULT_NTOP_STICKY_HOSTS.....0 > > DEFAULT_NTOP_SUSPICIOUS_PKT_DUMP.....0 > > DEFAULT_NTOP_TRACK_ONLY_LOCAL.....0 > > DEFAULT_NTOP_TRAFFICDUMP_FILENAME.....(null) > > DEFAULT_NTOP_WEB_ADDR.....(null) > > DEFAULT_NTOP_WEB_PORT.....3000 > > DEFAULT_RRD_DAYS.....90 > > DEFAULT_RRD_HOURS.....72 > > DEFAULT_RRD_INTERVAL.....300 > > DEFAULT_RRD_MONTHS.....36 > > DEFAULT_RRD_PERMISSIONS.....0 > > DEFAULT_SFLOW_COLLECTOR_PORT.....6343 > > DEFAULT_SFLOW_COLLECTOR_PORT_STR.....6343 > > DEFAULT_SFLOW_SAMPLING_RATE.....400 > > DEFAULT_SNAPLEN.....384 > > DEFAULT_SYSLOG_FACILITY.....24 > > DEFAULT_TCPWRAP_ALLOW.....undefined > > DEFAULT_TCPWRAP_DENY.....undefined > > DEFAULT_TRACE_LEVEL.....3 > > DEFAULT_VSAN.....yes > > DEFAULT_WEBSERVER_REQUEST_QUEUE_LEN.....10 > > EMSGSIZE.....90 > > ETHERMTU.....1500 > > LEN_ADDRESS_BUFFER.....44 > > LEN_CMDLINE_BUFFER.....4096 > > LEN_ETHERNET_ADDRESS_DISPLAY.....18 > > LEN_ETHERNET_ADDRESS.....6 > > LEN_ETHERNET_VENDOR_DISPLAY.....9 > > LEN_ETHERNET_VENDOR.....3 > > LEN_FC_ADDRESS_DISPLAY.....9 > > LEN_FC_ADDRESS.....3 > > LEN_FGETS_BUFFER.....512 > > LEN_GENERAL_WORK_BUFFER.....1024 > > LEN_MEDIUM_WORK_BUFFER.....128 > > LEN_SMALL_WORK_BUFFER.....24 > > LEN_TIMEFORMAT_BUFFER.....48 > > LEN_WWN_ADDRESS_DISPLAY.....24 > > LEN_WWN_ADDRESS.....8 > > MAKE_ASYNC_ADDRESS_RESOLUTION.....yes > > MAKE_NTOP_PACKETSZ_DECLARATIONS.....no > > MAKE_WITH_FORK_COPYONWRITE.....yes > > MAKE_WITH_HTTPSIGTRAP.....no > > MAKE_WITH_LOG_XXXXXX.....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 > > MAX_DLT_ARRAY.....123 > > MAXDNAME.....1025 > > MAX_ELEMENT_HASH.....4096 > > MAX_FC_DOMAINS.....240 > > MAX_HASHDUMP_ENTRY.....65535 > > MAXHOSTNAMELEN.....64 > > MAX_HOSTS_CACHE_LEN.....512 > > MAX_HOSTS_PURGE_PER_CYCLE.....unlimited > > MAX_IP_PORT.....65534 > > MAXLABEL.....63 > > MAX_LANGUAGES_REQUESTED.....4 > > MAX_LANGUAGES_SUPPORTED.....8 > > MAX_LASTSEEN_TABLE_SIZE.....4096 > > MAX_LEN_SYM_HOST_NAME_HTML.....256 > > MAX_LEN_SYM_HOST_NAME.....64 > > MAX_LEN_URL.....512 > > 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_DEVICES_VIRTUAL.....7 > > MAX_NUM_DHCP_MSG.....8 > > MAX_NUM_FIN.....4 > > MAX_NUM_IGNOREDFLOWS.....32 > > MAX_NUM_LIST_ENTRIES.....32 > > MAX_NUM_NETWORKS.....32 > > MAX_NUM_OS.....256 > > MAX_NUM_PROBES.....16 > > MAX_NUM_PROTOS.....64 > > MAX_NUM_PURGED_SESSIONS.....512 > > MAX_NUM_PWFILE_ENTRIES.....32 > > MAX_NUM_QUEUED_ADDRESSES.....4096 > > MAX_NUM_RECENT_PORTS.....5 > > MAX_NUM_ROUTERS.....512 > > MAX_NUM_STORED_FLAGS.....4 > > MAX_NUM_UNKNOWN_PROTOS.....5 > > MAX_PACKET_LEN.....8232 > > MAX_PASSIVE_FTP_SESSION_TRACKER.....384 > > MAX_PDA_HOST_TABLE.....4096 > > MAX_PER_DEVICE_HASH_LIST.....65535 > > MAX_SESSIONS_CACHE_LEN.....512 > > MAX_SSL_CONNECTIONS.....32 > > MAX_SUBNET_HOSTS.....1024 > > MAX_TOT_NUM_SESSIONS.....65535 > > MAX_USER_VSAN.....1001 > > MAX_VSANS_GRAPHED.....10 > > MAX_VSANS.....4095 > > MAX_WEBSERVER_REQUEST_QUEUE_LEN.....20 > > MAX_WIN32_NET_ALIASES.....35 > > MIN_SLICE_PERCENTAGE.....0 > > MIN_WEBSERVER_REQUEST_QUEUE_LEN.....2 > > NAME_MAX.....255 > > NETDB_SUCCESS.....0 > > NETFLOW_DEVICE_NAME.....NetFlow-device > > NS_CMPRSFLGS.....192 > > NS_MAXCDNAME.....255 > > PACKETSZ.....512 > > PARM_ENABLE_EXPERIMENTAL.....no > > PARM_FORK_CHILD_PROCESS.....yes > > PARM_HOST_PURGE_INTERVAL.....120 > > PARM_HOST_PURGE_MINIMUM_IDLE_ACTVSES.....1800 > > PARM_HOST_PURGE_MINIMUM_IDLE_NOACTVSES.....600 > > PARM_MIN_WEBPAGE_AUTOREFRESH_TIME.....15 > > PARM_PASSIVE_SESSION_MINIMUM_IDLE.....60 > > PARM_PRINT_ALL_SESSIONS.....no > > PARM_PRINT_RETRANSMISSION_DATA.....no > > PARM_SESSION_PURGE_MINIMUM_IDLE.....600 > > PARM_SHOW_NTOP_HEARTBEAT.....no > > PARM_SSLWATCHDOG_WAIT_INTERVAL.....3 > > PARM_SSLWATCHDOG_WAITWOKE_LIMIT.....5 > > PARM_THROUGHPUT_REFRESH_INTERVAL.....30 > > 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 > > SFLOW_DEVICE_NAME.....sFlow-device > > THREAD_MODE.....MT (SSL) > > > > > > Compile Time: globals-report.h > > > > Chart Format......png > > > > > > PLUGINS: > > > > RRD: > > RRD path...../tmp/rrd > > New directory permissions.....0700 > > New file umask.....0066 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > J. Eric Josephson > > Director of Network and System Operations > > mailto:[EMAIL PROTECTED] > > > > > > > > _______________________________________________ > > Ntop-dev mailing list > > [EMAIL PROTECTED] > > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > > > > > _______________________________________________ > Ntop-dev mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
