Changes between Version 1 and Version 2 of Document/Development/Design/JnettopUI

Show
Ignore:
Timestamp:
11/04/07 23:56:43 (6 years ago)
Author:
juruen@… (IP: 83.36.159.209)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/JnettopUI

    v1 v2  
    1212 - There should be a view that shows the traffic break-down by flow. For example: http, ssh, udp-5678, tcp-46700. Each flow would be the sum of the average traffic of all the machines for that flow. 
    1313 - There should be a view that shows the traffic break-down by source. For example: 192.168.45.3, 192.168.45.5. Each source would be the sum of the average traffic of all the flows for that source. 
     14- There should be a view that shows the traffic break-down by the pair source-flow. For example: 192.168.45.3:http, 192.168.45.5:udp-5768. 
    1415 - There should be a view that shows the 
    1516 - We should provide a way to filter results (we will probably put off this) 
     
    1718= Notes = 
    1819 - Jnnetop can output its reporting in a very convenient way to be easily parsed by our Perl scripts. 
    19  - We should sample data  
     20 - We should sample data every 2-3 seconds 
     21 - Initially we will work with a time span short for the graph: 1-5 minutes. 
     22 - One of the challenges is we can have too many flows and the legend under the graph could grow hugely. To avoid that we should only present those flows which exist during the time frame used on the view. For example: let's say our time frame are 5 seconds. In t0 we  
    2023 
    2124