system load mrtg ?

2006-06-01 Thread Frank Bonnet

Hello

I'm searching for some tools that are able to produce
some graphics ( understandables by managers ...) to
show the system load ( CPU . DISK I/O , memory ... etc etc )

The purpose is to show how the machine ( mailhub ) is loaded
to replace it by a stronger box.

TIA
--
Frank Bonnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system load mrtg ?

2006-06-01 Thread Laurence Sanford

Frank Bonnet wrote:

Hello

I'm searching for some tools that are able to produce
some graphics ( understandables by managers ...) to
show the system load ( CPU . DISK I/O , memory ... etc etc )

The purpose is to show how the machine ( mailhub ) is loaded
to replace it by a stronger box.

TIA
MRTG will do this, you just need to make sure you provide it with the 
proper information. I run MRTG to monitor many things on many machines, 
including cpu usage, load averages, memory free/shared/cached/buffered 
and disk space available as well as traffic (as it was intended for). 
The easiest way I know how to tell you to set this up is configure your 
favorite SNMP service on the machine to be monitored, and snmpbulkwalk 
options machine  mibfile then go through mibfile to find the 
information you need and put it in the MRTG config file. Lots of good 
help on stuff like this on the MRTG site.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system load mrtg ?

2006-06-01 Thread Norberto Meijome
On Thu, 01 Jun 2006 11:07:13 +0200
Frank Bonnet [EMAIL PROTECTED] wrote:

 Hello
 
 I'm searching for some tools that are able to produce
 some graphics ( understandables by managers ...) to
 show the system load ( CPU . DISK I/O , memory ... etc etc )
 
 The purpose is to show how the machine ( mailhub ) is loaded
 to replace it by a stronger box.
 
 TIA

http://www.cacti.net/

Port:   cacti-0.8.6h_42
Path:   /usr/ports/net/cacti
Info:   Web-driven graphing interface for RRDTool
Maint:  [EMAIL PROTECTED]
B-deps: mysql-client-4.1.19
R-deps: expat-2.0.0_1 freetype2-2.1.10_3 libart_lgpl-2.3.17_1
mysql-client-4.1.19 net-snmp-5.2.2_2 perl-5.8.8 php4-4.4.2_2 php4-mysql-4.4.2_2
php4-pcre-4.4.2_2 php4-session-4.4.2_2 php4-xml-4.4.2_2 pkg-config-0.20_2
png-1.2.8_3 rrdtool-1.2.12_1 WWW:http://www.cacti.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system load mrtg ?

2006-06-01 Thread Atom Powers

On 6/1/06, Norberto Meijome [EMAIL PROTECTED] wrote:

On Thu, 01 Jun 2006 11:07:13 +0200
Frank Bonnet [EMAIL PROTECTED] wrote:

 Hello

 I'm searching for some tools that are able to produce
 some graphics ( understandables by managers ...) to
 show the system load ( CPU . DISK I/O , memory ... etc etc )


http://www.cacti.net/



Seconded.
I used cricket (an mrtg clone) for a long time. But cacti makes
setting up the hosts and graphs so much easier. (Although I still have
to figure out how to create custom data sources...)

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system load mrtg ?

2006-06-01 Thread Marc G. Fournier

On Thu, 1 Jun 2006, Norberto Meijome wrote:


On Thu, 01 Jun 2006 11:07:13 +0200
Frank Bonnet [EMAIL PROTECTED] wrote:


Hello

I'm searching for some tools that are able to produce
some graphics ( understandables by managers ...) to
show the system load ( CPU . DISK I/O , memory ... etc etc )

The purpose is to show how the machine ( mailhub ) is loaded
to replace it by a stronger box.

TIA


http://www.cacti.net/


I tried cacti, and I don't know if its FreeBSD itself, or cacti, but other 
then traffic stats, it sucked ... i was getting sys+usr+idle CPU %ages 
taht were adding up to 115% (or similar high #s) ...


I really wish that FreeBSD had something a bit better built into the 
kernel itself, to give you averages, similar to loadavg ... some easy way 
to determine % busy of disks, ethernet, cpu, etc ...



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system load mrtg ?

2006-06-01 Thread Atom Powers

On 6/1/06, Marc G. Fournier [EMAIL PROTECTED] wrote:

On Thu, 1 Jun 2006, Norberto Meijome wrote:

I tried cacti, and I don't know if its FreeBSD itself, or cacti, but other
then traffic stats, it sucked ... i was getting sys+usr+idle CPU %ages
taht were adding up to 115% (or similar high #s) ...



This is a problem with the way system load is reported to the SNMP
agent, not cacti itself. Any other tool you would use to read SNMP
data would give the same result.

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system load mrtg ?

2006-06-01 Thread Norberto Meijome
On Thu, 1 Jun 2006 11:21:35 -0700
Atom Powers [EMAIL PROTECTED] wrote:

 On 6/1/06, Norberto Meijome [EMAIL PROTECTED] wrote:
  On Thu, 01 Jun 2006 11:07:13 +0200
  Frank Bonnet [EMAIL PROTECTED] wrote:
 
   Hello
  
   I'm searching for some tools that are able to produce
   some graphics ( understandables by managers ...) to
   show the system load ( CPU . DISK I/O , memory ... etc etc )
  
 
  http://www.cacti.net/
 
 
 Seconded.
 I used cricket (an mrtg clone) for a long time. But cacti makes
 setting up the hosts and graphs so much easier. (Although I still have
 to figure out how to create custom data sources...)
 

they are not that hard to create - you need something that returns a series of
values (as many as defined in your data source in cacti) and then feed that
into the processor. 

I remember that the tricky bit was understanding how all
the custom Cacti components plugged into cacti (i.e, custom data source, custom
this and that ), rather than the feed of the data itself. 
I'll see if I can dig up some sample if you need me to.

Regards,
Beto
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]