diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-12 18:08:15 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2007-11-12 18:08:15 +0000 |
| commit | 36a2e847b30095fe69f0bd2f2b70cd2676c97078 (patch) | |
| tree | e06d515678dfa473b1b31f1fd7095efd824df2b1 /qpid/java/client | |
| parent | 09b793260a79754ef3b6cc5c06c8d2c1aec897ad (diff) | |
| download | qpid-python-36a2e847b30095fe69f0bd2f2b70cd2676c97078.tar.gz | |
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
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/src/main/java/client.log4j | 7 |
1 files changed, 3 insertions, 4 deletions
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
|
