You are here

Analyzer

The analyzer module performs the tasks of greatest interest to the user, for example:

  • Problem identification of signaling;
  • identifying problems in media streams;
  • calculation of packet loss, jitter and sequence errors in media streams;
  • generation of statistical graphs, such as closing calls.
The analyzer does not use multiple concurrent threads to perform the work described above, since it must be done sequentially for each transaction to be analyzed. The gain in time with the use of concurrent tasks would not be significant in this case, besides bringing great difficulty in its implementation.