On Thu, 8 Jan 2004, Lawrence Tang wrote: rtfm, but anyway
> 1. Can NTOP provide report for user MB usage on a specific date range using RRD > ? like 1/12/2003 to 31/12/2003 ? Not per user, but per host. Turn on the dumping of host-data at the plugin-conf, check your rrd-directory (to find the correct database) and read the rrdtool-documentation (i.e. man rrdfetch). > 2. How to configure RRD to update chart for yearly,monthly,weekly and daily at > 12 midnight everyday ? Build your own charts from the rrd-file. You can use tools like mrtg or write your own scripts using rrdtool (man rrdgraph). > 3. Can we add an additional column for VOIP port (like the existing > http,ftp,Mail...) under network traffic report for each ip address ? At the > meantime, they are all group under "other IP" You can add columns for other protocols (maybe voip is a bit special) using the -p command. regards, Stephan Knabe _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
