QueueMetrics > Running QueueMetrics
QM and after hours.
moa:
So I have two questions. Instead of starting two threads, I'll just combine them into one.
1) Every night at midnight. QM seems to clear all agents currently logged in. I've checked the configuration files and cant seem to find anything. Any ideas on how to stop this? We run a 24/7 call center and our agents are logging back in to clear this up.
2) Does QM do some sort of database indexing? It seems that periodically throughout the week around 6 or 7 PM MySQL is at around 100% CPU usage. I've looked at the process list inside MySQL but don't see anything out of the ordinary. During the 8-5 hours we have an average of 14 technicians logged in, after hours it's about half that. So it's not a load problem. Any ideas?
QueueMetrics:
1. You mean everybody disappears from the real-time report? that's because the real-time report is thought of for "daily" call-centers, so it looks as back as the last midnight. You can easily change that to support a 24/7 call center by using a "sliding window" of 1.5 times the length of your maximum agent session, eg if your agents stay logged on for 6 hours, you should use 9 to 12 hours to be sure.
--- Code: ---#The hour of the day to start realtime monitoring or sXX: sliding window of XX hours
realtime.startHour=s12
--- End code ---
this will use a 12-hour sliding window to compute real-time reports.
2. no it does not. It might just be that at 6 or 7 pm you fetch a lot of data for each run, so MySQL suffers. The change above should help you fix that as well.
moa:
Thanks for your quick response. That's exactly what I was looking for.
QueueMetrics:
Was your problem fixed? :D
moa:
;D
So far so good!
I haven't had any complaints about QM becoming extremely slow after hours. And watching the mysql process doesn't show any bit of a load. ;D ;D
As far as agents disappearing of off of the real-time reports. I haven't been awake to watch it happen since I made the change. I'll have our graveyard guy keep an eye on it tonight.
Once again,
Thanks for all your help. You guys really do a good job on supporting your product.
Navigation
[0] Message Index
[#] Next page
Go to full version