Changeset 8658
- Timestamp:
- 8 Jun 2012, 15:30:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.stress/trunk/README.rst
r8654 r8658 10 10 ------------ 11 11 12 The stuff in here is *not* buildout-based. 12 The stuff in here is basically buildout-based. But as two of the 13 required packages (namely `matplotlib`) seem not to cope very well 14 with `setuptools`, we have to install them locally before running 15 'bootstrap.py'. 13 16 14 17 To make it work, you need a Python with the packages … … 34 37 to make it compile and install. 35 38 39 Afterwards we can run buildout:: 40 41 (mysandbox) $ python bootstrap.py 42 43 which will generate the local buildout script. We use it:: 44 45 (mysandbox) $ ./bin/buildout 46 47 will take a long time. It installs local Kofa instances in the 48 'instances/' dir and generates some scripts we will need. 49 50 Before we can really do stress tests, we need the local instances to 51 be bootstrapped/buildouted once:: 52 53 (mysandbox) $ ./bin/bootstrap_instances 54 55 takes care for that. It runs bootstrap.py and buildout for each 56 instance in 'instances/'. 57 58 Finally, the stress tests can be run. 59 36 60 Running Stresstests 37 61 ------------------- … … 43 67 Basically, you run a stresstest like this:: 44 68 45 (mysandbox) $ multimech-run <PROJECT>69 (mysandbox) $ ./bin/multimech-run <PROJECT> 46 70 47 where ``<PROJECT>`` is one of the directories in here. 71 where ``<PROJECT>`` is one of the directories in here like 'kofa01'. 72 73 So,:: 74 75 (mysandbox) $ ./bin/multimech-run kofa01 76 77 should give some results. 48 78 49 79 The projects in here are the subdirectories, each one representing a
Note: See TracChangeset for help on using the changeset viewer.