547
edits
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
=== Overview === | |||
The main (or master) device captures packet meta data from the remote (or client) device which takes only a fraction of the total traffic. | The main (or master) device captures packet meta data from the remote (or client) device which takes only a fraction of the total traffic. | ||
Approximately 5% additional bandwidth is required for this capture connection. | Approximately 5% additional bandwidth is required for this capture connection. | ||
Line 17: | Line 17: | ||
=== Configuration === | |||
Line 27: | Line 27: | ||
|} | |} | ||
==== Settings ==== | |||
* Enable analysis: This will disable or enable the path measurement feature. When disabled, no additional memory is used. When enabled, memory for the packet buffer is used which cannot be used for other analyzing modules thus reducing the maximum time the device can go back in time. | * Enable analysis: This will disable or enable the path measurement feature. When disabled, no additional memory is used. When enabled, memory for the packet buffer is used which cannot be used for other analyzing modules thus reducing the maximum time the device can go back in time. | ||
Line 59: | Line 59: | ||
=== Measurement statistics === | |||
Line 84: | Line 84: | ||
==== Two-Way-Latency ==== | |||
The first graph shows the latency measured from the master device to the remote device and back. | The first graph shows the latency measured from the master device to the remote device and back. | ||
Line 95: | Line 95: | ||
==== Lost packets ==== | |||
The second and third graph show the number of lost packets in each direction. Lost packets are only accounted for connections that have been seen on both devices. | The second and third graph show the number of lost packets in each direction. Lost packets are only accounted for connections that have been seen on both devices. | ||
Line 114: | Line 114: | ||
==== IP statistics ==== | |||
The second tab shows packet loss information for each pair of IP addresses. This statistic covers all IP connections that has been seen on both measurement sides. The table shows the number of packets that have been counted for each communication pair. Additionally the number of packets seen on the master device and the corresponding packet loss is shown. The same statistics are shown for the client device too. You can click on the IP address to go to the detailed statistics of the IP module to check which kind of traffic was happening for that IP. Two graphs are shown for each IP pair which shows the packet loss for both direction on one graph and the total packets in the second graph. | The second tab shows packet loss information for each pair of IP addresses. This statistic covers all IP connections that has been seen on both measurement sides. The table shows the number of packets that have been counted for each communication pair. Additionally the number of packets seen on the master device and the corresponding packet loss is shown. The same statistics are shown for the client device too. You can click on the IP address to go to the detailed statistics of the IP module to check which kind of traffic was happening for that IP. Two graphs are shown for each IP pair which shows the packet loss for both direction on one graph and the total packets in the second graph. | ||
Line 120: | Line 120: | ||
==== Switching graph modes ==== | |||
The toggle buttons above the graphs allow to switch the graph modes from absolute values to relative values. This setting will show the lost packets in relation to the total (monitored) traffic. The second option allows to show mbit/s throughput instead of the packet rate. | The toggle buttons above the graphs allow to switch the graph modes from absolute values to relative values. This setting will show the lost packets in relation to the total (monitored) traffic. The second option allows to show mbit/s throughput instead of the packet rate. | ||
=== Limitations === | |||
There are some limitations about the path measurement: | There are some limitations about the path measurement: | ||
Line 135: | Line 135: | ||
=== Typical use cases=== | |||
See [[Investigating_network_problems_on_remote_sites|Investigating network problems on remote sites]] to get a detailed overview of use cases and device setup. | See [[Investigating_network_problems_on_remote_sites|Investigating network problems on remote sites]] to get a detailed overview of use cases and device setup. | ||
=== Debug information === | |||
The debug information tab shows additional statistics which are usually only relevant for identifying problems in the path measurement, either program errors or test setup errors. | The debug information tab shows additional statistics which are usually only relevant for identifying problems in the path measurement, either program errors or test setup errors. | ||
Line 194: | Line 194: | ||
=== FAQ === | |||
1.What does the note '''Network setup problem detected: Packet modification or complete loss''' means? | 1.What does the note '''Network setup problem detected: Packet modification or complete loss''' means? | ||
:This message box appears if flows have been identified for which not a single packet could be seen on both sides. Usually this means that there is some device in between both measurement points that modifies the packet. This can be WAN optimizer which rewrite TCP connection for improved network performance. Such setup is not supported. | :This message box appears if flows have been identified for which not a single packet could be seen on both sides. Usually this means that there is some device in between both measurement points that modifies the packet. This can be WAN optimizer which rewrite TCP connection for improved network performance. Such setup is not supported. |
edits