Monitorix icon indicating copy to clipboard operation
Monitorix copied to clipboard

Feature request: netflow statistics processing

Open z-eos opened this issue 5 years ago • 0 comments

it'd be nice to be able to draw netflow data

for example it is easy to collect it with softflowd + flow-tools

data collected, then, can be printed out in custom formats

default format (with header) is

#
# mode:                 normal
# capture hostname:     bbox
# capture start:        Tue, 03 Nov 2020 00:35:01 +0200
# capture end:          Tue, 03 Nov 2020 00:40:00 +0200
# capture period:       299 seconds
# compress:             on
# byte order:           little
# stream version:       3
# export version:       5
# lost flows:           0
# corrupt packets:      0
# sequencer resets:     0
# capture flows:        721
#
srcIP            dstIP            prot  srcPort  dstPort  octets      packets
192.168.0.1      192.168.0.2      17    53       36323    90          1         
192.168.0.2      192.168.0.1      17    36323    53       74          1         
192.168.0.4      136.243.151.13   6     44079    443      1766        10        
136.243.151.13   192.168.0.4      6     443      44079    923         8         
192.168.0.2      188.40.55.82     6     24202    443      4067        26        
188.40.55.82     192.168.0.2      6     443      24202    36337       35        
192.168.0.4      195.226.222.241  6     47559    443      2018        16        
195.226.222.241  192.168.0.4      6     443      47559    5594        14        

such a processing can easyly draw octets/packets for any ip in network

z-eos avatar Nov 05 '20 17:11 z-eos