Changes between Version 3 and Version 4 of Document/Development/Design/JnettopUI
- Timestamp:
- 11/05/07 00:02:11 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/JnettopUI
v3 v4 12 12 - 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. 13 13 - 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. 15 16 - There should be a view that shows the 16 17 - We should provide a way to filter results (we will probably put off this) 17 18 18 19 = Notes = 20 - Our first version will be focus on diagnosis not stats storage. 19 21 - Jnnetop can output its reporting in a very convenient way to be easily parsed by our Perl scripts. 20 22 - We should sample data every 2-3 seconds