Hi Sven, On Tue, Mar 03, 2009 at 07:11:54PM +0100, Sven Schmitt wrote:
> The average packetsize is about 500 bytes per packet. Is this the > information you are asking for? Yes. By looking again at your config, i see you are not applying filters per-plugin but using the networks file at a later stage. If feasible, it would be far more efficient if you can filter per plugin: aggregate[in]: dst_host aggregate_filter[in]: dst net <...> or dst net <...> ... aggregate[out]: src_host aggregate_filter[out]: src net <...> or src net <...> ... Additionally, as i think you want to monitor only your 10K IP addresses, i would suggest configuring a sufficiently large memory table rather than using the "imt_mem_pools_number: 0" (ie. let it grow indefinitely) config directive; this is because the memory table is organized in a different way which is also less efficient. Please let me know. Cheers, Paolo _______________________________________________ pmacct-discussion mailing list http://www.pmacct.net/#mailinglists
