Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI Configure Mode

Back to System - CLI

...

Code Block
languagenone
% set system intervalStatistics
	callCountTimeInterval <5-60 minutes>
	maxFileRetentionPeriod <60-1440>
	nodeId <><#>
	numOfPastIntervals <1-12>
	timeInterval <5-60 minutes>

...

Parameter

Length/Range

Description

callCountTimeInterval

5-60The time interval (in minutes) used by configuration management to measure the call count interval statistics. (default = 15)
maxFileRetentionPeriod60-1440The maximum retention period for the statistics files stored on disk (default = 60).
nodeIdN/AThis element is set by the EMS. The node ID is part of the file name for the PMS tar files. (default = 0)

numOfPastIntervals

1-12

The maximum number of past intervals that can be configured for retrieving the statistics data. (default = 4).

timeInterval

5-60

The time interval (in minutes) used by the configuration management to measure the interval statistics. (default = 15).

Include Page
IntervalStatsMustMatchEMS
IntervalStatsMustMatchEMS

Command Example

To display interval statistics configuration:

Code Block
languagenone
% show system intervalStatistics
timeInterval           15;
numOfPastIntervals     4;
maxFileRetentionPeriod 60;
nodeId                 0;
callCountTimeInterval  15;