Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 664 invoked from network); 18 Sep 2010 20:40:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 20:40:52 -0000 Received: (qmail 16675 invoked by uid 500); 18 Sep 2010 20:40:52 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 16550 invoked by uid 500); 18 Sep 2010 20:40:51 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 16543 invoked by uid 99); 18 Sep 2010 20:40:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 20:40:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 20:40:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 60FC62388A38; Sat, 18 Sep 2010 20:40:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r998537 - /commons/sandbox/performance/trunk/src/site/apt/index.apt Date: Sat, 18 Sep 2010 20:40:28 -0000 To: commits@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100918204028.60FC62388A38@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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.