pkgsrc-WIP-cvs archive

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

CVS commit: wip/nfdump



Module name:    wip
Committed by:   christian_gall
Date:           Sun Feb 12 02:32:46 UTC 2006

Added Files:
        wip/nfdump: DESCR Makefile PLIST distinfo

Log Message:
* Initial import of nfdump

The nfdump tools collect and process netflow data on the command line.
They are part of the NfSen project which is explained more detailed at
http://www.ripe.net/ripe/meetings/ripe-50/presentations/ripe50-plenary-tue-nfsen-nfdump.pdf


NFDUMP tools overview
  All tools support netflow v5 and v7.

nfcapd - netflow capture daemon.
  Reads the netflow data from the network and stores the data into files.
  Automatically rotate files every n minutes. ( typically ever 5 min )
  nfcapd reads netflow v5 and v7 flows transparently. You need one nfcapd
  process for each netflow stream.

nfdump - netflow dump.
  Reads the netflow data from the files stored by nfcapd. It's syntax is
  similar to tcpdump. If you like tcpdump you will like nfdump. Displays
  netflow data and can create lots of top N statistics of flows IP
  addresses, ports etc ordered by whatever order you like.

nfprofile - netflow profiler.
  Reads the netflow data from the files stored by nfcapd. Filters the
  netflow data according to the specified filter sets ( profiles ) and
  stores the filtered data into files for later use.

nfreplay - netflow replay
  Reads the netflow data from the files stored by nfcapd and sends it
  over the network to another host.

nfclean.pl - cleanup old data
  Sample script to cleanup old data. You may run this script every hour
  or so.



To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/nfdump/DESCR wip/nfdump/Makefile \
    wip/nfdump/PLIST wip/nfdump/distinfo

To view a diff of this commit:
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/nfdump/DESCR?r1=0&r2=1.1
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/nfdump/Makefile?r1=0&r2=1.1
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/nfdump/PLIST?r1=0&r2=1.1
http://cvs.sourceforge.net/viewcvs.py/pkgsrc-wip/wip/nfdump/distinfo?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index