Changes between Version 5 and Version 6 of ApacheTuning
- Timestamp:
- Mar 10, 2011, 10:08:10 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApacheTuning
v5 v6 17 17 18 18 === Apache Configuration === 19 We use the following mpm_prefork_module configuration for Apache. 19 For convenience, the Apache log level has been set to debug (on ippdb00, it is set to warn). 20 21 The original mpm_prefork_module configuration for Apache is the following: 20 22 {{{ 21 23 <IfModule mpm_prefork_module> … … 28 30 }}} 29 31 30 For convenience, the Apache log level has been set to debug. 31 32 Such 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]). 32 33 === Experiment === 33 34 I 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:
