# Call Capacity and Sizing CURRI API

The default OVA is sized with capacity for most installations.

# What is the default capacity of the OVA?

The OVA is generally sized for about 200 concurrent calls insepctions per second under 3ms round trip time, constant load (95th percentile) over ethernet. This will vary depending on your host CPU hardware.

Below is an actual load test sample.

Host Environment:

  • Lenovo Mini Desktop I5-8500T
  • Vmware 6.7
  • Guest VM - Standard Call Telemetry OVA - 2vCPU, 6GB RAM.

Client:

  • Macbook Pro running load testing script making API POST calls to the CURRI API. A screenshot showing latency results from testing

TIP

You can scale the OVA to 8 vCPU and get load tested 600+ call inspections per second.

# Load Testing your Appliance

Below is a guide for load-testing the appliance and your hardware. Load Testing Guide

# What happens if the appliance becomes overloaded?

If overloaded, the request from Cisco Callmanager may timeout. will be returned error with HTTP code 500, and calls will continue according to the ECC profile setting default. Most users will choose to allow the call if the API times out.

If you want to increase the capacity, just add more vCPU. The multi-core architecture supports 100 new call real-time policy inspections per vCPU Core per second while under 4ms round trip time.

# Failover Concerns

The Enterprise HA Kubernetes option provides failover for the appliation and the PostgreSQL database. This is a 3 node cluster, and can handle a node failure. SQL is replicated across nodes. The extra nodes also increase overall capacity by load balancing.

Last Updated: 3/25/2024, 12:30:25 AM