Resourcessystem | cnfSystemCongestionIntervalStatistics


cnfSystemCongestionIntervalStatistics

The Ribbon System Congestion Interval Statistics table for CNF.

Exists on Condition/system/deploymentType = 'microservices'


Operational Data


ParameterDescription
numberA sequence number which identifies the interval for which the set of statistics is required. The interval N identifies the recently completed interval, Interval N is identifed by the last sequence value and N-( number of intervals) is the earlest completed interval.
cnfPodNameThis object indicates the PodName.
nameA 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
intervalValidThe member indicating the validity of the interval.
timeThe system up time when the interval statisitic is collected.
levelMC1CountThe current number of transitions into MC1
levelMC1TotalTimeThe current sum of time spent in MC1
levelMC2CountThe current number of transitions into MC2
levelMC2TotalTimeThe current sum of time spent in MC2
levelMC3CountThe current number of transitions into MC3
levelMC3TotalTimeThe current sum of time spent in MC3
overloadRejectsThe current number of calls rejected due to System congestion
avgCallRateThe current system average call arrival rate
peakCallRateThe current system peak call arrival rate
callArrivalsThe current number of call arrivals
emergencyCallArrivalsThe current number of SIP emergency calls arrived
emergencyCallRejectsThe current number of SIP emergency calls arrived
sipRegArrivalsThe current number of SIP registrations arrived
sipRegRejectsThe current number of SIP registrations rejected
avgRegRateThe current average SIP registration arrival rate
peakRegRateThe current peak SIP registration arrival rate
maxActiveCallsHigh water mark of the total number of active calls for the specified interval in system level
sipSubsArrivalsThe current number of SIP subscribes arrived
sipSubsRejectsThe current number of SIP subscribes rejected
avgSubsRateThe current average SIP subscribe arrival rate
peakSubsRateThe current peak SIP subscribe arrival rate
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusGen2NrmCongestion:cnfSystemCongestionIntervalStatistics={number},{cnfPodName},{name}