547
edits
No edit summary |
|||
Line 60: | Line 60: | ||
This tab shows all IP addresses with TCP traffic and the aggregated amount of TCP payload sent and received and the amount of data that needed to be retransmitted due to packet loss. | This tab shows all IP addresses with TCP traffic and the aggregated amount of TCP payload sent and received and the amount of data that needed to be retransmitted due to packet loss. | ||
=== | === Missed data | ||
Additionally to retransmission data there is also a graph for the number of bytes not seen by the Allegro Network Multimeter. This can happen if the mirror port is incapable of sending all packets to the device. The data was actually sent over the network but only part of it could be sent to the Allegro Network Multimeter. | |||
Example: | |||
If there is a transfer of 500 mbit/s going in the network but the mirror port only outputs 100 mbit/s, the Allegro Network Multimeter of course can only account those 100 mbit/s. But based on the TCP sequence numbers, we can estimate that the remaining 400 mbit/s has been missed. This portion is visible in the missed data graph. | |||
Usually one can expect to see no missed data at all, especially in inline mode, but it can still happen that there is a small amount of bytes not seen due to multiple reason. One reason is corrupt data where TCP sequence numbers are wrong on purpose. There can also be situations where TCP packets are not seen but actually sent, for example, if they are dropped in some other network component. | |||
== TCP server with invalid connections == | == TCP server with invalid connections == |
edits