Cisco ASR 9000 Serie Configuration Manuals page 139

Aggregation services router system
Table of Contents

Advertisement

Configuring and Managing Embedded Event Manager Policies
event_register_wdsysmon
Registers for a Watchdog system monitor event. Use this Tcl command extension to register for a composite
event which is a combination of several subevents or conditions. For example, you can use the
event_register_wdsysmon command to register for the combination of conditions wherein the CPU usage
of a certain process is over 80 percent, and the memory used by the process is greater than 50 percent of its
initial allocation. This Tcl command extension is supported only in Software Modularity images.
Syntax
event_register_wdsysmon [timewin ?]
[sub12_op and|or|andnot]
[sub23_op and|or|andnot]
[sub34_op and|or|andnot]
[sub1 subevent-description]
[sub2 subevent-description]
[sub3 subevent-description]
[sub4 subevent-description] [node ?]
[queue_priority low|normal|high]
[maxrun ?] [nice 0|1]
Arguments
timewin
sub12_op
sub34_op
sub1
subevent-description
sub2
sub3
sub4
Cisco ASR 9000 Series Aggregation Services Router System Monitoring Configuration Guide, Release 4.2.x
Embedded Event Manager Event Registration Tcl Command Extensions
(Optional) Time window within which all of the
subevents have to occur in order for an event to be
generated and is specified in SSSSSSSSSS[.MMM]
format. SSSSSSSSSS format must be an integer
representing seconds between 0 and 4294967295,
inclusive. MMM format must be an integer
representing milliseconds between 0 and 999).
(Optional) Combination operator for comparison
between subevent 1 and subevent 2.
(Optional) Combination operator for comparison
between subevent 1 and 2, subevent 3, and subevent
4.
(Optional) Subevent 1 is specified.
(Optional) Syntax for the subevent.
(Optional) Subevent 2 is specified.
(Optional) Subevent 3 is specified.
(Optional) Subevent 4 is specified.
123

Advertisement

Table of Contents
loading

Table of Contents