Re: Measuring memory perf

From: Chuck Swiger (cswiger_at_mac.com)
Date: 07/14/03

  • Next message: Eric Anderson: "Re: Network performance tuning article"
    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"
    

  • Next message: Eric Anderson: "Re: Network performance tuning article"

    Relevant Pages

    • [UNIX] Denial of Service in Apache HTTP Server 2.x
      ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... The Apache Software Foundation's HTTP Server Project is an effort to ... A memory leak in Apache server, allows a remote user to exhaust system ... Remote exploitation of a memory leak in the Apache HTTP Server causes the ...
      (Securiteam)
    • Re: packet drop with intel gigabit / marwell gigabit
      ... Attached is a shell script to watch mbuf usage in 1 second interval. ... If you do not see such memory problem, then you need to prepare to use ... when i stop apache it falls back to 0,1-0,2%, starting apache again and got ...
      (freebsd-performance)
    • Re: Strange Segmentation Fault
      ... Tim Evers wrote: ... but large parts of apache and suexec and perl require system-specific ... Depending on where the system's memory allocator ...
      (comp.lang.c)
    • Measuring memory perf
      ... I'm running a number of Apache webservers that use 4 GB of memory. ... affect memory usage. ... I figure I'll adjust the Apache memory usage ...
      (freebsd-performance)
    • Re: mod_php and Fast CGI
      ... even done any basic tuning of your apache. ... system could cope (memory wise) with a lot more then 300 concurrent ... I am thinking about using fastcgi as not all these 286 httpd process ... php, say 100 process, and let them share) ...
      (comp.lang.php)