CLI Reference SEM Configuration Commands
intelligence
manager applet
Define the command line based SEM policy.
View the interface information
event sysmon
This command is used to configure a system resource monitor in SEM configuration mode. The no form of this
command is used to delete an event with the specified name.
event tag event-name [correlate {andnot | and | or }] sysmon type {cpu {system | task
task-name } | memory {system-use | system-free | task task-name} {percent | absolute}}
entry-op operator entry-val entry-value poll-interval poll-int-value [exit-op operator exit-val
exit-value] [slot { slot-num | slave [subsystem subsystem-id]}]
no event tag event-name
correlate { andnot |
and | or }
The relation between the current event and
the combination of the previous events in the
case of multiple events (optional). The values
are and, or, and andnot.
cpu {system | task
task-name}
Monitor the CPU ultization by the system or a
certain task.
memory
{system-use |
system-free | task
task-name }
Monitor the memory utilization and free
memory of the system or a certain task
The method that triggers comparison:
eq: equal to
ge: greater than or equal to
gt: greater than
le: less than or equal to
lt: less than
ne: unequal to
The value that triggers comparison.