Changes between Version 2 and Version 3 of Document/Development/Design/JnettopUI
- Timestamp:
- 11/04/07 23:59:55 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/JnettopUI
v2 v3 20 20 - We should sample data every 2-3 seconds 21 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 we22 - 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 is 5 seconds and we have a ssh flow during t=3 and t=5 and we don't see it again until t=15. We should see the legend for that flow until t=10, after that it should disappear until t=15. 23 23 24 24