CLI: Alarms

You can use the stats command to configure alarms. Alarms are used to notify the administrator when certain thresholds are reached.

stats {alarm|chd|clear-all|export|sample}

To configure alarms based on sampled or computed statistics:

stats alarm {asymmetric_route|auto_neg|bridge_direction|bridge_link|cifs_signed|

concurrent_accel|cpu_util_indiv|diag|disk_io|exinda_connlimit|exinda_cpu_indiv|

exinda_paging|fs_mnt|if_collisions|intf_util|mapi_encrypted|memory_pct_used|pagign|

redundant_power|redundant_storage|rx_dropped|rx_errors|startup|tx_errors}

EXAMPLE

Enable the interface errors alarm.

stats alarm if_collisions enable

To configure computed historical data points

stats chd

EXAMPLE

Enable the calculations of 5-minute web reductionmeasures the amount of redundant data that has been removed from the network, increasing capacity samples

stats chd web_reduction_fiveminutes enable

To clear data for all samples and CHDs, and status for all alarms

stats clear-all

To export statistics to a file

stats export csv {cpu_util|exinda_cpu|memory|paging} {after|before|filename}

  • cpu_util - Export the CPU utilization of the appliance
  • exinda_cpu - Export the CPU utilization of the appliance
  • memory - Export the memory utilization of the appliance
  • paging - Export the paging data of the appliance
  • after <yyyy>/<mm>/<dd> - Export only statistics collected after the specified date
  • before <yyyy>/<mm>/<dd> - Export only statistics collected before the specified date
  • filename <filename> - Specify the filename for the exported data

To configure sampled statistics

stats sample

EXAMPLE

Configure the QoSQuality of Service sample interval to 120 seconds

stats sample qos interval 120