From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-148192-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2C7261381F3 for <garchives@archives.gentoo.org>; Sun, 16 Jun 2013 20:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2339E0955; Sun, 16 Jun 2013 20:18:55 +0000 (UTC) Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D36BE080D for <gentoo-user@lists.gentoo.org>; Sun, 16 Jun 2013 20:18:54 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id m46so1792224wev.16 for <gentoo-user@lists.gentoo.org>; Sun, 16 Jun 2013 13:18:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SwRQ7Lk/sED9XrYRzJyNvn65Oq0sbO/Ty9BlYOD3H8M=; b=K9GEEJU66zzCjuAdHGt9E6VOu+eHkFjBq3f5HQ/TQ885eAHRjKStuhCOqUpWOnRvGQ jx0V5T5OwzE99pcE4cqVGiVScilrYlAkwTKCKfiC/b6CNx7rK+5E/wrHTs/4GNjMHNRR tkW8Dj8iyYfpFM9iWOccfexG5m85PtF89dAKr7eramwthyVYg3J8QiG3HIifpzNq6LRA LpKucBvwfzTDjVzs+iaHQ/S0ajzz4S71atidtukRXzr5g5YRQ6J7+/wMjBDto0sruV/l sYXd8FIiGjchQDT3IoW2zOcSwQQREYIT1kDLLSDaqySP27YAJr6QuJ9lAVUhGaGwi6RH NyVQ== Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.194.109.166 with SMTP id ht6mr6310065wjb.43.1371413932949; Sun, 16 Jun 2013 13:18:52 -0700 (PDT) Received: by 10.194.135.242 with HTTP; Sun, 16 Jun 2013 13:18:52 -0700 (PDT) In-Reply-To: <51BE1694.2030104@hadt.biz> References: <CAN0CFw2EMJnsL_wYmytUzfPCsGroLpfcbZf9va8y2YNUFAuE_Q@mail.gmail.com> <494511127cb3e6faacd71caf912c46b8@hadt.biz> <CAN0CFw1W9BCZv-xXUsMAH04v2CBBLsEA=mkFfsJOuS1mbPbVnw@mail.gmail.com> <51BE1694.2030104@hadt.biz> Date: Sun, 16 Jun 2013 13:18:52 -0700 Message-ID: <CAN0CFw3viwGBA2dCLSDSq5Ugkz1Ksv===AVaffT3f+5gZwG5UQ@mail.gmail.com> Subject: Re: [gentoo-user] monitoring system resource usage From: Grant <emailgrant@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 3b16b0ca-a0b2-463e-824a-ab4473711910 X-Archives-Hash: bb79048ec9825f8ff5ed8c7142e1e49c >>>> Can anyone recommend a method for monitoring system resource usage in >>>> a way that would allow me to correlate a rise in my web server's >>>> response time with the usage of a particular system resource if such a >>>> correlation exists? I don't need it to be 100% accurate, just >>>> accurate enough to be able to make the correlation with a reasonable >>>> degree of certainty. >>>> >>>> - Grant >>> >>> >>> http://munin-monitoring.org/ >> >> Looks very cool indeed! I am reading more about it now. Do you find >> it easy to set up and maintain? >> >> - Grant >> > > In my opinion it's very easy to setup. Basically you just merge it, > enable your plugins (via symlink), add munin-node to the runlevel and > make sure the munin cron job is enabled. Then just browse to > http://localhost/munin > > There's also a entry on the gentoo wiki: http://wiki.gentoo.org/wiki/Munin Agreed! Although getting apache, mysql, and nginx plugins fully working is proving to be a little trickier. To get those going it's necessary to edit /etc/munin/plugin-conf.d/munin-node as well as some apache and nginx config. Still working on getting it all 100%. - Grant