Re: Measuring memory perf
From: Chuck Swiger (cswiger_at_mac.com)
Date: 07/14/03
- Previous message: Michael Conlen: "Measuring memory perf"
- In reply to: Michael Conlen: "Measuring memory perf"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 14 Jul 2003 13:38:56 -0400 To: Michael Conlen <meconlen@obfuscated.net>
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 _______________________________________________ freebsd-performance@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubscribe, send any mail to "freebsd-performance-unsubscribe@freebsd.org"
- Previous message: Michael Conlen: "Measuring memory perf"
- In reply to: Michael Conlen: "Measuring memory perf"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|