546
edits
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
== Skype control traffic == | == Skype control traffic == | ||
The skype control traffic is SSL encrypted. This does not allow to decode and analyse the content of the control connection. As SSL uses the TCP as layer 4 protocol, all quality statistics of the | The skype control traffic is SSL encrypted. This does not allow to decode and analyse the content of the control connection. As SSL uses the TCP as layer 4 protocol, all quality statistics of the TCP connection can be used for debugging. Additionally, the response time for the SSL handshake and the first encrypted SSL data response time is available too. | ||
The most important quality parameters are: | |||
* TCP handshake response time | * TCP handshake response time | ||
* TCP retransmission rates | * TCP retransmission rates | ||
* TCP Zero window times | * TCP Zero window times | ||
* SSL hello handshake respone time | |||
* SSL first data response time | |||
Please read the [[TCP module]] for more information about | Please read the [[TCP module]] and [[SSL module]] for more information about these and more counters. | ||
A simple way to get an overview of the response time for skype servers is the '''IP statistics''' table. You can use the free text search for "skype" and select the the graph dialog: "tcp response time". This will present you the top IP addresses with a correlated name to skype and their tcp response time. | A simple way to get an overview of the response time for skype servers is the '''IP statistics''' table. You can use the free text search for "skype" and select the the graph dialog: "tcp response time". This will present you the top IP addresses with a correlated name to skype and their tcp response time. |
edits