Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 1999 10:38:02 -0500
From:      Bryan Albright <bryana@uswest.net>
To:        The Hermit Hacker <scrappy@hub.org>
Cc:        Mike Tancsa <mike@sentex.net>, Gong Wei <ccegongw@nus.edu.sg>, freebsd-questions@FreeBSD.ORG
Subject:   Re: 3.3 Stable Performance Monitoring
Message-ID:  <19991023103802.A69467@thor.oss.uswest.net>
In-Reply-To: <Pine.BSF.4.10.9910230052180.404-100000@thelab.hub.org>
References:  <4.1.19991022224849.0395ee40@granite.sentex.ca> <Pine.BSF.4.10.9910230052180.404-100000@thelab.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
---On 10/23/99 at 12:56, someone may or may not have written 1.6K bytes---
> On Fri, 22 Oct 1999, Mike Tancsa wrote:
> Being quite interested in this as well, went to search the archives and
> for something that's been "asked and answered before", am having a fun
> time trying to find it :)
> 
> One thing I'm interested in doing is monitoring something that I'd figure
> would be simple: loadavg.  But, snmpwalk on my machine (ucd-snmp 4.0.1
> isntalled) reveals very little information other then those that appear to
> deal with the network, where there is oddles of info ...
> 
> I'm lookign through the ucd-snmp web site right now, adn the EXAMPLES.conf
> file that comes with the distribution, but would think stuff like:
> 
> 	% swap usage
> 	% cpu usage
> 	loadavg

Well, for the load average, you could use sysctl -n vm.loadavg to get
the information:

> sysctl -n vm.loadavg
{ 0.15 0.06 0.02 }


I'm not sure how helpful this would be however, I've not used snmp yet.

Bryan
-- 
+---------------------------+--------------------------+
|       Bryan Albright      |     bryana@uswest.net    |
+---------------------------+--------------------------+
| Plumber's sign: "We repair what your husband Fixed." |
+------------------------------------------------------+


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991023103802.A69467>