Home | Trees | Indices | Help |
|
---|
|
CherryPy Benchmark Tool Usage: benchmark.py --null --notests --help --cpmodpy --modpython --ab=path --apache=path --null: use a null Request object (to bench the HTTP server only) --notests: start the server but do not run the tests; this allows you to check the tested pages with a browser --help: show this help message --cpmodpy: run tests via apache on 8080 (with the builtin _cpmodpy) --modpython: run tests via apache on 8080 (with modpython_gateway) --ab=path: Use the ab script/executable at 'path' (see below) --apache=path: Use the apache script/exe at 'path' (see below) To run the benchmarks, the Apache Benchmark tool "ab" must either be on your system path, or specified via the --ab=path option. To run the modpython tests, the "apache" executable or script must be on your system path, or provided via the --apache=path option. On some platforms, "apache" may be called "apachectl" or "apache2ctl"--create a symlink to them if needed.
|
|||
Root | |||
NullRequest A null HTTP request class, returning 204 and an empty body. |
|||
NullResponse | |||
ABSession A session of 'ab', the Apache HTTP server benchmarking tool. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
curdir =
|
|||
AB_PATH =
|
|||
APACHE_PATH =
|
|||
SCRIPT_NAME =
|
|||
size_cache =
|
|||
appconf =
|
|||
app = cherrypy._cptree.Application(<cherrypy.test.benchmark.Ro
|
|||
safe_threads =
|
|||
__package__ =
|
|
appconf
|
app
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 19 14:12:25 2013 | http://epydoc.sourceforge.net |