[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] SNMP MIBs for CPU ute and mem consumption



> >
> > Anybody know what the MIBs for these are? I've got MRTG
> > graphing my NIC, but I'm interested in graphing memory
> > utilization and CPU cycles also.
> >
> > Thanks!
> >
> > Mike Jeffers
> >

>
> Oops. Try that again.
>
> # !/bin/sh
> #
> echo `egrep '(MemFree:)' /proc/meminfo | awk '{print $2}'`
> echo `egrep '(MemTotal:)' /proc/meminfo | awk '{print $2}'`
> echo ""
> echo "Free Memory"
>
> --
> Greg O'Lone


Ok here is what I put togethere on getting mrtg setup on my RAQ4.  Take a
look and let me know what you think

http://www.toddwoolums.com/mrtgsetup/

--Todd

PS sorry took so long.