Answer the question
In order to leave comments, you need to log in
How to count the number of simultaneous conversations for a report?
Good day! I have a clean asterisk without webguys, I also have a BIT.ATS management wants a report on how many simultaneous conversations occur every 5 10 15 30 minutes. Roughly speaking, you need to know the load on kts. BIT.ATS does not know how to report such reports, googling also does not give a special result. Can anyone suggest a thread formula by which you can calculate this statistics. From the initial data, there is the start time of the conversation and its duration. Thanks in advance!
Answer the question
In order to leave comments, you need to log in
I once did such an analysis. It will take the start time and end time of the conversation.
We make a table (I used LibreOffice), the first column is time, the second is +1 to start a conversation, -1 to end. For ease of analysis, we add time in five-minute intervals and 0 in the second column. Sort by time.
In the third column, we make a cumulative amount for the second column - this will be the number of simultaneous conversations that have been since a given point in time.
Then, according to these data, you can make all sorts of pivot tables.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question