Resources | system | systemCongestionCurrentStatistics

systemCongestionCurrentStatistics

Displays the system congestion current statistics table details.

Exists on Condition (/system/isOAM !='true' and (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and (/system/cnfPodType = 'sc' or /system/cnfPodType = 'cs'))))

Operational Data

ParameterDescription
name A dummy key to be added to non-config scalar element container, even though only one row is allowed in container. It is because without the key, tailf treats the container non-dynamic and calls get_elem per leaf instead of calling get_object per row
levelMC1Count The current number of transitions into MC1
levelMC1TotalTime The current sum of time spent in MC1(in sec)
levelMC2Count The current number of transitions into MC2
levelMC2TotalTime The current sum of time spent in MC2(in sec)
levelMC3Count The current number of transitions into MC3
levelMC3TotalTime The current sum of time spent in MC3(in sec)
overloadRejects The current number of calls rejected due to System congestion
avgCallRate The current system average call arrival rate
peakCallRate The current system peak call arrival rate(in calls/sec)
callArrivals The current number of call arrivals
emergencyCallArrivals The current number of SIP emergency calls arrived
emergencyCallRejects The current number of SIP emergency calls arrived
sipRegArrivals The current number of SIP registrations arrived
sipRegRejects The current number of SIP registrations rejected
avgRegRate The current average SIP registration arrival rate
peakRegRate The current peak SIP registration arrival rate(in registrations/sec)
maxActiveCalls High water mark of the total number of active calls in current interval for system level
sipSubsArrivals The current number of SIP subscribes arrived
sipSubsRejects The current number of SIP subscribes rejected
avgSubsRate The current average SIP subscribe arrival rate
peakSubsRate The current peak SIP subscribe arrival rate
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:systemCongestionCurrentStatistics={name}

  • No labels