[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Netflow Tool



On Fri, Sep 17, 2010 at 3:49 PM, Mike Gatti <ekim.ittag at gmail.com> wrote:

> Anyone out there using a good netflow collector that has the capability
> data to export to CSV?
> Open Source would be best, but any suggestions are welcome.
>

nfdump with custom output.

Custom output format: -o fmt:..
This is the most flexibel format, as you can specify yourself how the output
looks like. The output format is defined using element tags as well as plain
ascii text.

http://nfdump.sourceforge.net/

Everton