From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-148182-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 DCA3C1381F3
	for <garchives@archives.gentoo.org>; Sat, 15 Jun 2013 15:06:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 08148E09BE;
	Sat, 15 Jun 2013 15:05:25 +0000 (UTC)
Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id BA346E0998
	for <gentoo-user@lists.gentoo.org>; Sat, 15 Jun 2013 15:05:23 +0000 (UTC)
Received: by mail-wg0-f51.google.com with SMTP id e11so1258525wgh.18
        for <gentoo-user@lists.gentoo.org>; Sat, 15 Jun 2013 08:05:22 -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=sPqzpHORdFyexVC91yY0fg1vuFP6CBYbAUZKkTDeKbs=;
        b=dGbIp8nTUcriKocyJN6e0RtifxavBobm5ki7AqozJyexFOwoXi0pntaK7kSdLrPJFq
         81JWO+z1C+uHoDxrLg2HihLlKR6AJjRm6dg8hnXst/3v/X/S4q7kvQbJUEpzzwkX0Rpt
         5ygHKn22HRD9WXVHBg/DaG4xAT/HTNZSw1gVpP46ak9MWpPAPE9hsF3C/Qcgtjxpkj+s
         mef41mUNtFGA0WN9VPDrzI/qlnA+Wjzkup8Hhk+kRceZEmYTw0EfAouOE/5fywxEvEub
         v6+C1pSZPRgFeiX1fsSQqzJb/FIJtR0U9Y+2rKQisH2E/vgJHSKjkyaLxumSf78xQG3D
         2lCQ==
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.120.7 with SMTP id ky7mr3978590wjb.89.1371308722396;
 Sat, 15 Jun 2013 08:05:22 -0700 (PDT)
Received: by 10.194.135.242 with HTTP; Sat, 15 Jun 2013 08:05:22 -0700 (PDT)
In-Reply-To: <51BB146D.6000605@gmail.com>
References: <CAN0CFw2EMJnsL_wYmytUzfPCsGroLpfcbZf9va8y2YNUFAuE_Q@mail.gmail.com>
	<51BB146D.6000605@gmail.com>
Date: Sat, 15 Jun 2013 08:05:22 -0700
Message-ID: <CAN0CFw2oD6qO=Ey_oC4iDbkrQyZ=oGPjik7-PL09oneK-Z-n3g@mail.gmail.com>
Subject: Re: [gentoo-user] Re: 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: 96ac65f1-c6ab-4c02-85b7-96f5afab3d49
X-Archives-Hash: 1e25b11edbbf32df76dd18431ff25075

>> 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.
>
> Is the server local or remote, and can you use gui-based tools that need
> an X session to be running?

The system is remote and does not have X installed.

- Grant