[129734] in North American Network Operators' Group
Re: Netflow Tool
daemon@ATHENA.MIT.EDU (Everton Marques)
Fri Sep 17 15:07:26 2010
In-Reply-To: <8E440D28-42C6-4875-8E0A-D9E3D9E8DF41@gmail.com>
Date: Fri, 17 Sep 2010 16:06:33 -0300
From: Everton Marques <everton.marques@gmail.com>
To: Mike Gatti <ekim.ittag@gmail.com>
Cc: nanog@nanog.org
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
On Fri, Sep 17, 2010 at 3:49 PM, Mike Gatti <ekim.ittag@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