Changes between Version 19 and Version 20 of Internal/DesignNotes
- Timestamp:
- Apr 10, 2006, 4:46:44 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/DesignNotes
v19 v20 18 18 10000 packets were sent with an interval of 10ms between consecutive packets. The figure above(on the left) shows the number of packets lost per receiver. From the figure, all receivers except for one (node14-3) receives all 10000 packets. The same behavior was exhibited in another run of the same experiment. This seems to indicate that there might be something wrong with node14-3. The figure (on the right) shows the number of packets successfully received at each receiver. 19 19 20 We also saw the same behavior when we used 5000 packets instead of 10000. 21 20 22 === Experiment 2 === 21 23 22 [[Image(Internal/DesignNotes:num-pkts-lost. png)]]23 [[Image(Internal/DesignNotes:num-pkts-recvd. png)]]24 [[Image(Internal/DesignNotes:num-pkts-lost.3.png)]] 25 [[Image(Internal/DesignNotes:num-pkts-recvd.3.png)]] 24 26 25 10000 packets were sent with an interval of 10ms between consecutive packets. The following figure shows the number of packets lost per receiver. From the figure, all receivers except for one (node14-3) receives all 10000 packets. The same behavior was exhibited in another run of the same experiment. This seems to indicate that there might be something wrong with node14-3. 26 27 10000 packets were sent "as fast as possible". There was no "sleep" statement between two send events at the sender. The figures above show the number of packets lost per receiver (on the left) and the number of successful packet receptions (on the right). It is unclear from current experiments as to where this loss is occurring. Some sources of this loss could be 28 * buffer (between user-space and kernel-space, between kernel and driver, between driver and card) overflows at the sender or receiver? 29 * the switches in the network cannot handle the load? Seems unlikely. 30 27 31 === Experiment 3 === 28 32 29 [[Image(Internal/DesignNotes:num-pkts-lost. png)]]30 [[Image(Internal/DesignNotes:num-pkts-recvd. png)]]33 [[Image(Internal/DesignNotes:num-pkts-lost.2.png)]] 34 [[Image(Internal/DesignNotes:num-pkts-recvd.2.png)]] 31 35 32 10000 packets were sent with an interval of 10ms between consecutive packets. The following figure shows the number of packets lost per receiver. From the figure, all receivers except for one (node14-3) receives all 10000 packets. The same behavior was exhibited in another run of the same experiment. This seems to indicate that there might be something wrong with node14-3. 33 34 === Experiment 4 === 35 36 [[Image(Internal/DesignNotes:num-pkts-lost.png)]] 37 [[Image(Internal/DesignNotes:num-pkts-recvd.png)]] 38 39 10000 packets were sent with an interval of 10ms between consecutive packets. The following figure shows the number of packets lost per receiver. From the figure, all receivers except for one (node14-3) receives all 10000 packets. The same behavior was exhibited in another run of the same experiment. This seems to indicate that there might be something wrong with node14-3. 36 5000 packets were sent "as fast as possible". There was no "sleep" statement between two send events at the sender. The figures above show the number of packets lost per receiver (on the left) and the number of successful packet receptions (on the right). It is unclear from current experiments as to where this loss is occurring. 40 37 41 38 = Design Notes for nodehandler =