Changeset 8658 for main/waeup.stress


Ignore:
Timestamp:
8 Jun 2012, 15:30:21 (12 years ago)
Author:
uli
Message:

Update docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.stress/trunk/README.rst

    r8654 r8658  
    1010------------
    1111
    12 The stuff in here is *not* buildout-based.
     12The stuff in here is basically buildout-based. But as two of the
     13required packages (namely `matplotlib`) seem not to cope very well
     14with `setuptools`, we have to install them locally before running
     15'bootstrap.py'.
    1316
    1417To make it work, you need a Python with the packages
     
    3437to make it compile and install.
    3538
     39Afterwards we can run buildout::
     40
     41  (mysandbox) $ python bootstrap.py
     42
     43which will generate the local buildout script. We use it::
     44
     45  (mysandbox) $ ./bin/buildout
     46
     47will take a long time. It installs local Kofa instances in the
     48'instances/' dir and generates some scripts we will need.
     49
     50Before we can really do stress tests, we need the local instances to
     51be bootstrapped/buildouted once::
     52
     53  (mysandbox) $ ./bin/bootstrap_instances
     54
     55takes care for that. It runs bootstrap.py and buildout for each
     56instance in 'instances/'.
     57
     58Finally, the stress tests can be run.
     59
    3660Running Stresstests
    3761-------------------
     
    4367Basically, you run a stresstest like this::
    4468
    45   (mysandbox) $ multimech-run <PROJECT>
     69  (mysandbox) $ ./bin/multimech-run <PROJECT>
    4670
    47 where ``<PROJECT>`` is one of the directories in here.
     71where ``<PROJECT>`` is one of the directories in here like 'kofa01'.
     72
     73So,::
     74
     75  (mysandbox) $ ./bin/multimech-run kofa01
     76
     77should give some results.
    4878
    4979The projects in here are the subdirectories, each one representing a
Note: See TracChangeset for help on using the changeset viewer.