IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of ApacheTuning


Ignore:
Timestamp:
Mar 10, 2011, 10:08:10 AM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ApacheTuning

    v5 v6  
    1717
    1818=== Apache Configuration ===
    19 We use the following mpm_prefork_module configuration for Apache.
     19For convenience, the Apache log level has been set to debug (on ippdb00, it is set to warn).
     20
     21The original mpm_prefork_module configuration for Apache is the following:
    2022{{{
    2123<IfModule mpm_prefork_module>
     
    2830}}}
    2931
    30 For convenience, the Apache log level has been set to debug.
    31 
     32Such a configuration will be written: [5, 5, 10, 150] (to avoid any confusion, if the MinSpareServers value was 6, the configuration would be denoted [5, 6, 10, 150]).
    3233=== Experiment ===
    3334I wrote a small utility script that starts ''nbProcesses'' processes. Each process attempts to create ''nbFiles'' files in Nebulous using ''neb-touch''. To ensure that files do not previously exist in Nebulous, each instance of the utility script is called with an index argument (let's call it ''experimentNb''). Each experiment is run this way: