Author: psteitz
Date: Sat Sep 18 20:40:28 2010
New Revision: 998537
URL: http://svn.apache.org/viewvc?rev=998537&view=rev
Log:
Updated docs to reflect separated builds.
Modified:
commons/sandbox/performance/trunk/src/site/apt/index.apt
Modified: commons/sandbox/performance/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/src/site/apt/index.apt?rev=998537&r1=998536&r2=998537&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/src/site/apt/index.apt (original)
+++ commons/sandbox/performance/trunk/src/site/apt/index.apt Sat Sep 18
20:40:28 2010
@@ -57,18 +57,19 @@ Overview
[DBCP] To run the dbcp tests:
- [[1]] Edit the configuration in config-dbcp.xml
+ [[1]] Edit the configuration in src/dbcp/config-dbcp.xml
[[2]] Make sure the configured database is running and accepting connections
- [[3]] Specify the path to the jdbc driver jar in build.properties
+ [[3]] Specify the path to the jdbc driver jar and the dbcp and pool jars
+ you want to test with in src/dbcp/build.properties
- [[4]] Edit logging.properties to provide a real path for the log file
+ [[4]] Edit src/dbcp/logging.properties to provide a real path for the log file
- [[5]] Execute:
+ [[5]] From src/dbcp, execute:
+---------------------
-ant -f build-dbcp.xml
+ant
+--------------------
[]
@@ -78,28 +79,30 @@ ant -f build-dbcp.xml
[Pool] To run the pool tests:
- [[1]] Edit the configuration in config-pool.xml
+ [[1]] Edit the configuration in src/pool/config-pool.xml
- [[2]] Edit logging.properties to provide a real path for the log file
+ [[2]] Edit src/pool/logging.properties to provide a real path for the log file
+
+ [[3]] Specify the path to pool jar you want to test with in
src/pool/build.properties
- [[3]] Execute:
+ [[4]] From src/pool, execute:
+--------------------
-ant -f build-pool.xml
+ant
+--------------------
[]
[http] To run the http tests:
- [[1]] Edit the configuration in config-http.xml
+ [[1]] Edit the configuration in src/http/config-http.xml
- [[2]] Edit logging.properties to provide a real path for the log file
+ [[2]] Edit src/http/logging.properties to provide a real path for the log file
- [[3]] Execute:
+ [[3]] from src/http, execute:
+--------------------
-ant -f build-http.xml
+ant
+--------------------
[]
@@ -111,7 +114,7 @@ ant -f build-http.xml
The base parameters determine how many request threads are spawned, how many
iterations each performs and how inter-arrival times (times between requests
from each thread) are computed. A minimal configuration file would contain
- only the "run" element nested in the "configuration" root elemement.
+ only the "run" element nested in the "configuration" root element.
Configurations for the DBCP and Pool tests include additional parameters
specified in other elements.