Difference between revisions of "Network/High-precision NFDUMP data visualization"
Jump to navigation
Jump to search
(Created page with "{{DISPLAYTITLE: High-precision NFDUMP data visualization}} Category: Network") |
|||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: High-precision NFDUMP data visualization}} |
{{DISPLAYTITLE: High-precision NFDUMP data visualization}} |
||
I was given a similar mandate for as with [[Network/Visualize_pcap_file_data|this task]] but this time around I did have a lot of historical data already by means of netflow data collected by [http://nfdump.sourceforge.net NFDUMP] a high-performance open source netflow collector. The only problem the data as such could not be used for my purpose without a bit of massaging. And here is how I did it. |
|||
== Goal == |
|||
Create a graph from collected netflow data in the NFDUMP format with a precision of one second. |
|||
'''Note:''' For lower precision graphs the [http://nfsen.sourceforge.net/ NfSen] visualization package should suffice. |
|||
== Prerequisites == |
|||
* Collected NFDUMP netflow data. |
|||
* [http://nfdump.sourceforge.net NFDUMP] |
|||
* [http://r-project.org R] |
|||
* [http://imagemagick.org ImageMagick's montage] [optional] |
|||
[[Category: Network]] |
[[Category: Network]] |
Revision as of 21:55, 6 September 2012
I was given a similar mandate for as with this task but this time around I did have a lot of historical data already by means of netflow data collected by NFDUMP a high-performance open source netflow collector. The only problem the data as such could not be used for my purpose without a bit of massaging. And here is how I did it.
Goal
Create a graph from collected netflow data in the NFDUMP format with a precision of one second.
Note: For lower precision graphs the NfSen visualization package should suffice.
Prerequisites
- Collected NFDUMP netflow data.
- NFDUMP
- R
- ImageMagick's montage [optional]