Resources | system | systemCongestionStatus

systemCongestionStatus

Displays system congestion status table.

Operational Data

ParameterDescription
name A 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
systemCongestionMCLevel System congestion level.
systemCongestionCPULevel CPU congestion level.
systemCongestionCallRateLevel Call rate congestion level.
systemCongestionIRTTLevel IRTT congestion level.
systemCongestionMCDuration Number of seconds the system has been at this congestion level.
systemCongestionCallArrivalRate Current system call arrival rate.
systemCongestionCallAcceptRate Current rate at which calls are being accepted by the system.
systemCongestionCallAcceptCount Current number of calls being accepted by the system measured in cps.
systemCongestionCallEqArrivalRate Current system call equivalence real call and registration arrival rate
systemCongestionRegArrivalRate Current system SIP registration arrival rate
systemCongestionSubsArrivalRate Current system SIP subscribe arrival rate
systemCongestionDSPLevel DSP congestion level.
RESTCONF API: GET Example

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

  • No labels