How can i capture top 25 process utilising maximum router CPU and send mail using an EEM program?
it tried this
event manager applet CPU
event none
action 101 cli command "enable"
action 102 cli command "terminal length 12"
action 103 cli command "show proc cpu sorted 5min"
action 104 syslog msg "$_cli_result"
but i need only top 25 and that to send as mail
My IOS ver is 12.4(15)
Please help