Max Agents
Max Agents
(OP)
Anyone know how I can see the maximum simultaneous agent log ins there were? We have a set number of licenses and I need to see if we are exceeding those as well as what time of day. Thank you.
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS Come Join Us!Are you a
Computer / IT professional? Join Tek-Tips Forums!
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting Guidelines |
|
Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.
Here's Why Members Love Tek-Tips Forums:
Register now while it's still free!
Already a member? Close this window and log in.
RE: Max Agents
CustomView gives you the number of agents currently logged in either from "Agent Summary".num_signed_on
or you can count then by their state from the "Agent" or "Agent Group" tables.
From the database it is possible, too: Use the table "event detail" (eventdtl) to track logon/logoff events using a global variable (counter) in a formula within the detail-section of your report, then you can print min-/max-/avg-values of simultanuous active agents for the day or whatever intervall vou need...
Bye,
Chris
RE: Max Agents
I now have a SQL report that we run daily to see our maximum usage.
Alan
RE: Max Agents
RE: Max Agents