Traffic Monitoring

The following command is used to monitor the traffic.

config 
 geomonitor 
  trafficMonitor 
   thresholdCount value 
   thresholdInterval interval_value 
  exit 
 exit 

NOTES:

  • thresholdCount value —Specify the number of calls received for standby instance. Must be an integer in the range of 0-10000. Default value is 0.

    Both UDP-proxy and REST-EP must be considered for the counter value.

  • thresholdInterval interval_value —Specify the maximum duration to hit the threshold count value in ms. Must be an integer in the range of 100-10000. Default value is 3000.

Configuration Example

The following is an example configuration

geomonitor trafficmonitor
thresholdCount 3
thresholdInterval 3000