Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #95 from Metaswitch/sto1375
Browse files Browse the repository at this point in the history
[Reviewer: Matt] - Added documentation for overload statistics
  • Loading branch information
TygerBurning committed Aug 14, 2015
2 parents 1bc6cf8 + e6e4aa0 commit a4c97eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/Clearwater_SNMP_Statistics.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ These SNMP statistics require:

* the clearwater-snmp-handler-homestead package to be installed for Homestead nodes
* the clearwater-snmp-handler-chronos and clearwater-snmp-handler-astaire packages to be installed for Sprout and Ralf nodes

These packages will be automatically installed when installing through the Chef automation system; for a manual install, you will need to install the packages with `sudo apt-get install`.

## Usage
Expand Down Expand Up @@ -78,6 +78,11 @@ Sprout nodes provide the following statistics:
* The number of attempts, successes and failures for outgoing SIP transactions for the SCSCF, indexed by time period and request type.
* The number of attempts, successes and failures for incoming SIP transactions for the BGCF, indexed by time period and request type.
* The number of attempts, successes and failures for outgoing SIP transactions for the BGCF, indexed by time period and request type.
* The permitted request rate (PRR) is an estimate for the sustainable request rate without causing large latency. Sprout provides a weighted average permitted request rate, variance, highest PRR, and lowest PRR, indexed by time period.
* The value of the smoothed latency at the last permitted request rate update.
* The value of the target (maximum permissible) latency at the last permitted request rate update.
* The number of penalties experienced at the last permitted request rate update.
* The current permitted request rate.

### Ralf statistics

Expand Down

0 comments on commit a4c97eb

Please sign in to comment.