Configuring system resource monitoring

Execute the following steps to configure resource monitoring.

  1. Enter global configuration mode.
    device# configure terminal
  2. Issue the resource-monitor cpu enable command to enable the CPU utilization monitoring service.
    device(config)# resource-monitor cpu enable 
  3. Issue the resource-monitor memory command to enable the system memory monitoring and generate raslog when the memory usage exceeds threshold value.
  4. Issue the resource-monitor process memory command to enable the per-process memory monitoring and generate alarm or raslog when the usage exceeds alarms threshold or critical threshold respectively.
  5. (Optional) Issue the how running-configuration command to view the resource monitoring running configuration.