Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: netflow statistics processing #299

Open
z-eos opened this issue Nov 5, 2020 · 0 comments
Open

Feature request: netflow statistics processing #299

z-eos opened this issue Nov 5, 2020 · 0 comments

Comments

@z-eos
Copy link
Contributor

z-eos commented Nov 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant