Date: Mon, 14 Jul 2003 13:38:56 -0400 From: Chuck Swiger <cswiger@mac.com> To: Michael Conlen <meconlen@obfuscated.net> Cc: freebsd-performance@freebsd.org Subject: Re: Measuring memory perf Message-ID: <3F12EAB0.3050403@mac.com> In-Reply-To: <3F12C6A0.8060004@obfuscated.net> References: <3F12C6A0.8060004@obfuscated.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Michael Conlen wrote: > I'm running a number of Apache webservers that use 4 GB of memory. I'm > working on tuning the configurations for Apache, a number of which > affect memory usage. My question is, is there a way to measure inactive > pages that get used again. I figure I'll adjust the Apache memory usage > while monitoring the inactive use versus the disk usage. /usr/ports/web/analog will show you lots of useful stats, including the resources people are hitting most often. Apache is generally stateless and doesn't hold on to resources after serving them, modulo things like mod_perl and the like which do keep state between transactions. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F12EAB0.3050403>