On 02/02/07, <b class="gmail_sendername">Kevin Cozens</b> <<a href="mailto:kevin-4dS5u2o1hCn3fQ9qLvQP4Q@public.gmane.org">kevin-4dS5u2o1hCn3fQ9qLvQP4Q@public.gmane.org</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
William O'Higgins Witteman wrote:<br>> Is there an easy, lightweight way to chart the loads on a server?  I am<br>> one of many on a shared host that is obviously overloaded, and I want to<br>> see if I can get the provider to acknowledge that the machine needs
<br>> upgrading or dividing.<br>></blockquote><div>Yes, and a good tool for that is cacti. If your hosting guys are running SNMP
agent, this would be the best solution IMHO as it can graph both the
system and the service load over time. Cacti should run on a remote host to avoid
slowing your hosting box.<br>
 The cool thing about cacti is you will just need to point your provider to the cacti graphs. <br>
William<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">When I was monitoring a machine running a web server some time ago, I
<br>used a cron job that ran every 5 minutes to grab and save information<br>about network on a given interface. The information was gathered by<br>doing SNMP queries. SNMP allows you to access all sorts of information<br>
(if the server is running an snmp daemon). Alternatively, you could just<br>run a cron job to save the uptime information to the end of a file every<br>x minutes.<br><br>If the load average is getting over 20 at times, the machine is
<br>definitely getting bogged with some (as in too many CPU intensive?)<br>processes.<br><br>--<br>Cheers!<br><br>Kevin.<br><br><a href="http://www.ve3syb.ca/">http://www.ve3syb.ca/</a>           |"What are we going to do today, Borg?"
<br>Owner of Elecraft K2 #2172      |"Same thing we always do, Pinkutus:<br>                                |  Try to assimilate the world!"<br>#include <disclaimer/favourite> |              -Pinkutus & the Borg
<br><br>--<br>The Toronto Linux Users Group.      Meetings: <a href="http://gtalug.org/">http://gtalug.org/</a><br>TLUG requests: Linux topics, No HTML, wrap text below 80 columns<br>How to UNSUBSCRIBE: <a href="http://gtalug.org/wiki/Mailing_lists">
http://gtalug.org/wiki/Mailing_lists</a><br></blockquote></div><br>