Changes between Version 2 and Version 3 of ApacheTuning
- Timestamp:
- Mar 10, 2011, 9:48:42 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApacheTuning
v2 v3 20 20 21 21 === Experiment === 22 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:22 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: 23 23 {{{ 24 24 python startNebFilesCreation.py <experimentNb> <nbProcesses> <nbFiles>
