01-29-2021 08:26 AM
Hi,
I appreciate what I need for this I can see in the status.bat file. But I need to monitor VXML licence usage regularly and ideally also monitor usage of apps in near real time or max in intervals for capacity planning. I know I can get this via SNMP for calls in the call server but it doesn't tell me utilisation of VXML licenses.
Surely (prays deeply) there must be a better way than manually logging into the call server and running status.bat? I'd expect to be able to poll this via SOAP or JMX into monitoring platform such as Solarwinds as it seems SNMP just doesn't have it.
Kind Regards,
Scott.
Solved! Go to Solution.
03-09-2021 02:11 PM
Hey Scott,
I usually just look at it via jconsole but I guess you could use JMX to run the MBEANS command
For applications it will be under VXML server.
com.audium.management.mbean.global.GlobalCommand status() will show all active apps and how many calls are active.
01-29-2021 10:08 AM
Hi,
If you are running release 11.6 or later you can get the Maximum number of VRU/ ports consumed in the interval from the License consumption Report.
Report Name: License Consumption Report
There CVP MIB available for active VXML sessions. You can refer to the CISCO-CVP-MIB
Regards,
****Please rate useful posts.
01-29-2021 02:51 PM
Thanks, neither of these give me VXML usage though. The stats that are available via the status.bat file aren't in the MIB either. I've tried and am lost as to why it's so hard to source too.
status.bat delivers this data:
Total Concurrent Callers: 27
License Ports: 222
Available Ports: 195
Application Name Status Active Callers Sessions Ending
------------------------------------------------------------------------
App 1 Running 17 0
App 2 Running 0 0
App 3 Running 0 0
App 4 Running 5 0
App 4 Running 5 0
The most important metrics I want to garner here are "Available Ports" and "Total Concurrent Callers"
I can monitor regular calls through the CVP's call server 3000 ports but specifically getting real-time stats of the VXML sessions seems very difficult. I think I can get them via JConsole to MBeans but would like to know if there's a decent guide out there for connecting JMX for stats because I can't find one
Kind Regards,
Scott
01-30-2021 06:05 AM
Your best bet may be to use a combination of the CUIC report that was mentioned as well as looking to use something that looks in the VXML log which shows how many sessions/licenses are in use. I believe some people do this by using things like Splunk but haven't done it myself.
01-30-2021 07:46 AM
Hi There,
Do you have a CVP reporting server? there are few summaries and real time tables that gives the concurrent calls (or sessions) per application or overall in a given interval time.
Please have a look at the CVP reporting server DB schema and if this helps you or not,
the link already shared by @Ritesh Desai.
Regards,
03-09-2021 02:11 PM
Hey Scott,
I usually just look at it via jconsole but I guess you could use JMX to run the MBEANS command
For applications it will be under VXML server.
com.audium.management.mbean.global.GlobalCommand status() will show all active apps and how many calls are active.
01-30-2021 02:09 AM
Hello @ly_36
I am unaware of your architecture. Try using below URL if this helps. URL: https://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/customer_voice_portal/cvp11_6/configuration/guide/ccvp_b_reporting-guide-for-cvp-11-6/ccvp_b_reporting-guide-for-cvp-11-6_chapter_0111.html
If you are using Cisco Contact Center PCCE or UCCE, in CUIC, there is Cisco Stock report called as IVR Ports Performance Historical which can showcase the VXML ports utilized.
hope this helps...
03-26-2021 02:40 AM
Hi,
By using the below URL you can get
URL: http://[DOMAIN][:PORT]/CVP/Server?probe=true
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