[c-nsp] Script to track memory leaks
chris stand
cstand141 at gmail.com
Mon Dec 13 08:25:08 EST 2010
>
> Perhaps you could use the "ciscocmd" package.
I set up a 5 minute cron job to do the exact same thing.
One nice thing is you can pipe the output from the router command into
another command.
Something like the below
./ciscocmd -u user - p password -h router_ip -c "show mem" | head
or
./ciscocmd -u user - p password -h router_ip -c "show mem" | head >>
outputfile
and you can look through "outputfile" for variances.
More information about the cisco-nsp
mailing list