[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SNMP MIBs for CPU ute and mem consumption
- Subject: Re: [cobalt-users] SNMP MIBs for CPU ute and mem consumption
- From: "Todd W" <twooly@xxxxxxxxx>
- Date: Mon Sep 30 16:41:03 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> >
> > 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.