Resources | system | intervalStatistics

intervalStatistics

The performance statistics allows you to examine various usage statistics within a time interval. These statistics are available on a real time (CURRENT) or on a historical (INTERVAL) basis. By default, the SBC maintains four 15-minute intervals of data, so that at any time the previous hour data is available. The number of intervals to store and the timer interval are configurable parameters.

Configuration

ParameterPresenceTypeDefaultDescription
timeIntervalOuint3215 The time interval for interval statistics data. Range in minutes : 5-60 Default : 15 minutes
numOfPastIntervalsOuint324 This gives the maximum number of past intervals to be stored. Range : 1-12 Default : 4
maxFileRetentionPeriodOuint3260 This gives the maximum retention period for statistics files stored on disk Range : 60-1440 Default : 60
nodeIdOuint320 The EMS configured nodeID for this system to be used as part of the filename when writing the statistics to the file Default : 0 - unassigned
callCountTimeIntervalOuint3215 The time interval for interval statistics of call Count data. Range in minutes : 5-60 Default : 15 minutes
RESTCONF API: GET Example

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

  • No labels