02-14-2011 08:44 AM - edited 03-14-2019 07:22 AM
Hello,
I'm writing a script for a small group of small call centers. (3-5 agents to 12 agents each.) The most important consideration is time to answer calls so when writing the script, we were looking if there were more than say 7 calls queued, the first 4 calls would be moved to an overflow queue. The overflow queue would allow agents from one of the other call centers to assist. From what I can see from my logic, we would need to do a "get reporting statistic" check about every 5 or so seconds for the check to be effective time wise. What kind of strain will that cause on the server? There will be about 14 of these small call centers that each have the ability to take 12-18 calls.
Thanks!
Solved! Go to Solution.
02-14-2011 09:03 AM
Running the Get Reporting Statistic step frequently will have a
negligible impact on your systems performance (SQL is pretty fast).
02-14-2011 09:22 AM
I agree, it will be negligable. I am running the get reporting statistic step on all of my 15 or so scripts in production and we are taking about 2000 calls per day. I have a couple of MCS 7845s in an HA cluster and rarely see CPU utilization over 10%.
02-14-2011 09:03 AM
Running the Get Reporting Statistic step frequently will have a
negligible impact on your systems performance (SQL is pretty fast).
02-14-2011 09:22 AM
I agree, it will be negligable. I am running the get reporting statistic step on all of my 15 or so scripts in production and we are taking about 2000 calls per day. I have a couple of MCS 7845s in an HA cluster and rarely see CPU utilization over 10%.
02-15-2011 05:47 AM
Thank you both for your responses, that was the information I was looking for!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide