cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1067
Views
0
Helpful
1
Replies

VCS concurrent calls (license usage report)

epicolo
Level 3
Level 3

Does someone have a solution to have a report of how many concurrent calls do i have in a specific VCS?

Nos only in a real time, but to generate a usage report, to study if we need to buy more licenses or not.

TMS reports doesn´t show concurrent calls (only number of ocurrences, that is a total in a period).

The Resource Usage Calls MAX directly from VCS doesn´t reflect if that ammount happen all the time or only in a specific period for example.

Thanks

1 Reply 1

Tomonori Taniguchi
Cisco Employee
Cisco Employee

There is no intelligence feature to sending out notification from VCS regular base regarding to resource usage.

You may pull out resource usage by using API “xsta resouceusage”.

This should give output like below.

============================

*s ResourceUsage:

     Calls:

       Traversal:

         Current: 2

         Max: 6

         Total: 80

       NonTraversal:

         Current: 1

         Max: 12

         Total: 165

     Registrations:

       Current: 20

       Max: 45

       Total: 1250

     TURN:

       Relays:

         Current: 0

         Max: 36

         Total: 54

============================

You may script this to pulling out information in certain cycle and generate the graph to review call license resource usage.