[flow-tools] performance question
Craig A. Finseth
fin@finseth.com
Fri, 24 Jan 2003 10:17:55 -0600 (CST)
flow-nfilter does not do any caching. It does potentially use a lot of
memory to implement fast datastructures though.
mark
On Mon, Jan 20, 2003 at 01:30:16PM +1300, Vanish Pattni (DSL AK) wrote:
...
> In a nutshell my problem was paging. I was doing caching and after I had hit
> the physical mem limit the cpu dropped from 100% down because the machine
> would start to page horribly.
...
To Vanish:
What's to cache with a flow-nfilter-type program? It reads a file
and writes a subset of the file: no flow is accessed more than once.
And, as far as caching the results of the test evaluations, in my case
(which is what started this thread), I have a hard time seeing how a
cache would be less overhead than simply doing the test itself.
Craig