ntop / ntopng

Web-based Traffic and Security Network Traffic Monitoring
http://www.ntop.org
GNU General Public License v3.0
6.17k stars 648 forks source link

Develop the posibility to create custom graphs (BGP statistics etc) #4027

Open notyourcommy opened 4 years ago

notyourcommy commented 4 years ago

Hello

Currently after implementation of sflow/netflow data into "Flows" we can create sub-interfaces using filters like BGP_NEXT_ADJACENT_ASN and BGP_PREV_ADJACENT_ASN. Using such filters we can create a sub-interface which will show(filter) us traffic passing VIA exact BGP (ASN) system.

Problem - by default we are able to see only general graph with both IN and OUT data stacked without knowing what is what.*

Solution(-s): 1) Fixed one - create 2 fixed - one graph for PREV/NEXT data (if such sub-interface is created) and another graph for SRC/DST 2) Create custom graph tool which will allow users to create graphs using any data/variables that are passing via ntop system. (maybe customized main dashboard or something)

I don't have a perfect solution so any other opinion/view would be appreciated

Regards,

cardigliano commented 4 years ago

Also consider https://github.com/ntop/ntopng/issues/3296 in the solution

notyourcommy commented 4 years ago

UPD* sorry, I din't know that was a reply directly to github

3296 is interested in numbers for src and dst while we need graphs +95th percentile for PREV/NEXT as.

Of course it can be merged into one request somehow. (btw, we also asked for src/dst graphs for netflow/sflow data (because there is a big difference of what you see in IP/maxmind data and actual flow data) and I believe that #3296 is talking about data from IP/maxmind-database)