547
edits
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
=== Per IP statistics === | |||
It is possible to select an IP from the list of IP addresses and get an more detailed view of the information stored about that IP. | It is possible to select an IP from the list of IP addresses and get an more detailed view of the information stored about that IP. | ||
Line 48: | Line 48: | ||
== TCP response time == | |||
This tab shows the continuous measurement of TCP response times. The time measured is the interval between a transfer of data and the respective acknowledgement. | This tab shows the continuous measurement of TCP response times. The time measured is the interval between a transfer of data and the respective acknowledgement. | ||
Line 99: | Line 56: | ||
== TCP retransmissions == | |||
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. | ||
== TCP server with invalid connections == | |||
Here a list of all servers with invalid connections is shown. Connections are counted as invalid if the handshake fails or no data is transferred at all. | Here a list of all servers with invalid connections is shown. Connections are counted as invalid if the handshake fails or no data is transferred at all. | ||
Line 111: | Line 68: | ||
== TCP flags == | |||
This tab shows the occurence of certain TCP flags. Packets with the following flags are counted: | This tab shows the occurence of certain TCP flags. Packets with the following flags are counted: | ||
Line 123: | Line 80: | ||
== TCP zero window == | |||
This tab shows the occurence of TCP packets that signal a window size of zero. This usually means that the TCP receive buffer of the system sending the zero window packet is filled up and the system cannot receive any more data for that connection. | This tab shows the occurence of TCP packets that signal a window size of zero. This usually means that the TCP receive buffer of the system sending the zero window packet is filled up and the system cannot receive any more data for that connection. | ||
Line 129: | Line 86: | ||
== Configuration settings == | |||
The TCP connection information rely on the IP module to store connections for each IP address. This feature takes significant amount of memory and can be disabled in the IP module configuration. | The TCP connection information rely on the IP module to store connections for each IP address. This feature takes significant amount of memory and can be disabled in the IP module configuration. | ||
The button at the bottom of the page leads to the corresponding configuration section. | The button at the bottom of the page leads to the corresponding configuration section. |
edits