Changes between Version 3 and Version 4 of Document/Development/Design/JnettopUI

Show
Ignore:
Timestamp:
11/05/07 00:02:11 (6 years ago)
Author:
juruen@… (IP: 83.36.159.209)
Comment:

--

Legend:

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

    v3 v4  
    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. 
     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. 
     15 - The backend should ease the task of extend it to use destinations. 
    1516 - There should be a view that shows the 
    1617 - We should provide a way to filter results (we will probably put off this) 
    1718 
    1819= Notes = 
     20 - Our first version will be focus on diagnosis not stats storage. 
    1921 - Jnnetop can output its reporting in a very convenient way to be easily parsed by our Perl scripts. 
    2022 - We should sample data every 2-3 seconds