From 36a2e847b30095fe69f0bd2f2b70cd2676c97078 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 12 Nov 2007 18:08:15 +0000 Subject: Added a new set of performance tests which is more focused on getting the throughput. The producers and consumers can be run from separate machines. There is no pass/fail, it merely records message count, memory etc at periodic intervals and prints a summary at the the end of the test. Since there are periodic entries, you could identify the rough time time it crashed and memory consumption etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@594239 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/client/src/main/java/client.log4j | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'qpid/java/client/src') diff --git a/qpid/java/client/src/main/java/client.log4j b/qpid/java/client/src/main/java/client.log4j index c7b6630987..7cab6895dc 100644 --- a/qpid/java/client/src/main/java/client.log4j +++ b/qpid/java/client/src/main/java/client.log4j @@ -23,11 +23,10 @@ log4j.rootLogger=${root.logging.level} #log4j.additivity.org.apache.qpid=false #log4j.logger.org.apache.qpidity.transport=TRACE, console -log4j.logger.org.apache.qpid=MAJOR, console +log4j.logger.org.apache.qpid=ERROR, console log4j.additivity.org.apache.qpid=false -log4j.logger.org.apache.qpidity.transport=MAJOR, console -log4j.logger.org.apache.qpid.testutil.QpidTestCase=MAJOR, console - +#log4j.logger.org.apache.qpidity.transport=DEBUG, console +#log4j.logger.org.apache.qpid.client.message.AbstractBytesTypedMessage=DEBUG, console log4j.appender.console=org.apache.log4j.ConsoleAppender log4j.appender.console.Threshold=all -- cgit v1.2.1