Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 55465 invoked from network); 14 Nov 2006 21:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2006 21:18:42 -0000 Received: (qmail 94665 invoked by uid 500); 14 Nov 2006 21:18:53 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 94649 invoked by uid 500); 14 Nov 2006 21:18:53 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 94640 invoked by uid 99); 14 Nov 2006 21:18:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 13:18:53 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Nov 2006 13:18:41 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 78B1C1A9859; Tue, 14 Nov 2006 13:17:44 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474986 [6/6] - in /incubator/activemq/branches/activemq-4.1: ./ activemq-console/src/main/java/org/apache/activemq/console/ activemq-console/src/main/resources/META-INF/ activemq-console/src/test/resources/ activemq-core/src/main/java/org/... Date: Tue, 14 Nov 2006 21:17:39 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061114211744.78B1C1A9859@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt (original) +++ incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt Tue Nov 14 13:17:31 2006 @@ -1,99 +1,99 @@ -#################################################################################################### -# Running Maven 2 Memory usage Test -#################################################################################################### - -Goal | Description ---------------------------|---------------------------------------------------------- - activemq-memtest:memtest | Starts the broker, producer, consumer and the memory monitoring thread all in the same VM and - | generate the heap and non-heap memory usage of the jvm. - | The plugin is included by default in the \activemq-perf module. - | - | Parameters : - | - | 1. -DmessageCount - specifies number of messages to send/receive - | - default value : 100000 - | - | 2. -Dtopic - specifies domain type. Valid value is true or false - | - default value : true - | - | 3. -Ddurable - specifies delivery mode: Valid value is true or false - | - default value : false - | - | 4. -DconnectionCheckpointSize - specifies size of messages sent in KB before we close and - | start the producer/consumer to see if there is a memory - | leak using different connections. - | - a value of -1 indicates that no checkpoint is set and will - | send/consume messages using one producer/consumer conneciton - | - default value : -1 - | - | 5. -DmessageSize - specifies the message size in bytes - | - default value : 10240 (10KB) - | - | 6. -DcheckpointInterval - specifies the interval in seconds on which the monitoring tool - | will get the memory usage of test run. - | - default value : 2 (seconds) - | - | 7. -DprefetchSize - specifies the prefetch size to be used - | - a value of -1 will indicates that test will use the default prefetch - | size (32000) - | - default value : -1 - | - | 8. -Durl - species the broker url to use if not going to be using the embedded broker - | - default value : null - | - | 9. -DreportName - specifies the name of the output xml file. - | - default value : activemq-memory-usage-report - | - | 10. -DreportDirectory - specifies the directory of the output file - | - default value : ${project.build.directory}/test-memtest - | - | 11. -DproducerCount - specifies the number of producers - | - default value : 1 - | - | 12. -DconsumerCount - specifies the number of consumers - | - default value : 1 - ------------------------------------------------------------------------------------------------ -|Memory Usage Test sample output -|----------------------------------------------------------------------------------------------- -| -| -| Windows XP -| 1.5.0_05 -| -| -| 9502720 -| 66650112 -| -| -| 30736384 -| 121634816 -| -| -| -| non-durable -| 10240 -| FOO.BAR -| -1 -| 1 -| activemq-memory-usage-report -| -1 -| topic -| 1 -| -1 -| 100000 -| C:\Projects\logicblaze\activemq\activemq-perftest\target/test-memtest -| -| -| -| -| -| .... -| .... -| -| -| -------------------------------------------------------------------------------------------------- - - - +#################################################################################################### +# Running Maven 2 Memory usage Test +#################################################################################################### + +Goal | Description +--------------------------|---------------------------------------------------------- + activemq-memtest:memtest | Starts the broker, producer, consumer and the memory monitoring thread all in the same VM and + | generate the heap and non-heap memory usage of the jvm. + | The plugin is included by default in the \activemq-perf module. + | + | Parameters : + | + | 1. -DmessageCount - specifies number of messages to send/receive + | - default value : 100000 + | + | 2. -Dtopic - specifies domain type. Valid value is true or false + | - default value : true + | + | 3. -Ddurable - specifies delivery mode: Valid value is true or false + | - default value : false + | + | 4. -DconnectionCheckpointSize - specifies size of messages sent in KB before we close and + | start the producer/consumer to see if there is a memory + | leak using different connections. + | - a value of -1 indicates that no checkpoint is set and will + | send/consume messages using one producer/consumer conneciton + | - default value : -1 + | + | 5. -DmessageSize - specifies the message size in bytes + | - default value : 10240 (10KB) + | + | 6. -DcheckpointInterval - specifies the interval in seconds on which the monitoring tool + | will get the memory usage of test run. + | - default value : 2 (seconds) + | + | 7. -DprefetchSize - specifies the prefetch size to be used + | - a value of -1 will indicates that test will use the default prefetch + | size (32000) + | - default value : -1 + | + | 8. -Durl - species the broker url to use if not going to be using the embedded broker + | - default value : null + | + | 9. -DreportName - specifies the name of the output xml file. + | - default value : activemq-memory-usage-report + | + | 10. -DreportDirectory - specifies the directory of the output file + | - default value : ${project.build.directory}/test-memtest + | + | 11. -DproducerCount - specifies the number of producers + | - default value : 1 + | + | 12. -DconsumerCount - specifies the number of consumers + | - default value : 1 + +----------------------------------------------------------------------------------------------- +|Memory Usage Test sample output +|----------------------------------------------------------------------------------------------- +| +| +| Windows XP +| 1.5.0_05 +| +| +| 9502720 +| 66650112 +| +| +| 30736384 +| 121634816 +| +| +| +| non-durable +| 10240 +| FOO.BAR +| -1 +| 1 +| activemq-memory-usage-report +| -1 +| topic +| 1 +| -1 +| 100000 +| C:\Projects\logicblaze\activemq\activemq-perftest\target/test-memtest +| +| +| +| +| +| .... +| .... +| +| +| +------------------------------------------------------------------------------------------------- + + + Propchange: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/readme.txt ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt (original) +++ incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006 @@ -1,12 +1,12 @@ -========================================================================= -== NOTICE file corresponding to the section 4 d of == -== the Apache License, Version 2.0, == -== in this case for the Apache ActiveMQ distribution. == -========================================================================= - -Apache ActiveMQ -Copyright 2005-2006 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - +========================================================================= +== NOTICE file corresponding to the section 4 d of == +== the Apache License, Version 2.0, == +== in this case for the Apache ActiveMQ distribution. == +========================================================================= + +Apache ActiveMQ +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + Propchange: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-memtest-plugin/src/main/resources/META-INF/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt (original) +++ incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006 @@ -1,12 +1,12 @@ -========================================================================= -== NOTICE file corresponding to the section 4 d of == -== the Apache License, Version 2.0, == -== in this case for the Apache ActiveMQ distribution. == -========================================================================= - -Apache ActiveMQ -Copyright 2005-2006 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - +========================================================================= +== NOTICE file corresponding to the section 4 d of == +== the Apache License, Version 2.0, == +== in this case for the Apache ActiveMQ distribution. == +========================================================================= + +Apache ActiveMQ +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + Propchange: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-perf-plugin/src/main/resources/META-INF/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt (original) +++ incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006 @@ -1,12 +1,12 @@ -========================================================================= -== NOTICE file corresponding to the section 4 d of == -== the Apache License, Version 2.0, == -== in this case for the Apache ActiveMQ distribution. == -========================================================================= - -Apache ActiveMQ -Copyright 2005-2006 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - +========================================================================= +== NOTICE file corresponding to the section 4 d of == +== the Apache License, Version 2.0, == +== in this case for the Apache ActiveMQ distribution. == +========================================================================= + +Apache ActiveMQ +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + Propchange: incubator/activemq/branches/activemq-4.1/activemq-tooling/maven-activemq-plugin/src/main/resources/META-INF/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/activemq/branches/activemq-4.1/activemq-web-console/LICENSE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/activemq/branches/activemq-4.1/activemq-web-console/src/main/webapp/META-INF/DISCLAIMER.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/activemq/branches/activemq-4.1/activemq-web-demo/src/main/webapp/META-INF/DISCLAIMER.txt ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt (original) +++ incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006 @@ -1,12 +1,12 @@ -========================================================================= -== NOTICE file corresponding to the section 4 d of == -== the Apache License, Version 2.0, == -== in this case for the Apache ActiveMQ distribution. == -========================================================================= - -Apache ActiveMQ -Copyright 2005-2006 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - +========================================================================= +== NOTICE file corresponding to the section 4 d of == +== the Apache License, Version 2.0, == +== in this case for the Apache ActiveMQ distribution. == +========================================================================= + +Apache ActiveMQ +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + Propchange: incubator/activemq/branches/activemq-4.1/activemq-web/src/main/resources/META-INF/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt (original) +++ incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006 @@ -1,22 +1,22 @@ -========================================================================= -== NOTICE file corresponding to the section 4 d of == -== the Apache License, Version 2.0, == -== in this case for the Apache ActiveMQ distribution. == -========================================================================= - -Apache ActiveMQ -Copyright 2005-2006 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - -========================================================================= -== Jabber Notice == -========================================================================= - -This software was generated using XSDs from the Jabber Software Foundation - -http://www.xmpp.org/schemas/ - - - +========================================================================= +== NOTICE file corresponding to the section 4 d of == +== the Apache License, Version 2.0, == +== in this case for the Apache ActiveMQ distribution. == +========================================================================= + +Apache ActiveMQ +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +========================================================================= +== Jabber Notice == +========================================================================= + +This software was generated using XSDs from the Jabber Software Foundation + +http://www.xmpp.org/schemas/ + + + Propchange: incubator/activemq/branches/activemq-4.1/activemq-xmpp/src/main/resources/META-INF/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt (original) +++ incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt Tue Nov 14 13:17:31 2006 @@ -1,12 +1,12 @@ -========================================================================= -== NOTICE file corresponding to the section 4 d of == -== the Apache License, Version 2.0, == -== in this case for the Apache ActiveMQ distribution. == -========================================================================= - -Apache ActiveMQ -Copyright 2005-2006 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - +========================================================================= +== NOTICE file corresponding to the section 4 d of == +== the Apache License, Version 2.0, == +== in this case for the Apache ActiveMQ distribution. == +========================================================================= + +Apache ActiveMQ +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/main/resources/META-INF/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Modified: incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt?view=diff&rev=474986&r1=474985&r2=474986 ============================================================================== --- incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt (original) +++ incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt Tue Nov 14 13:17:31 2006 @@ -1,60 +1,60 @@ -========================================================================= -== NOTICE file corresponding to the section 4 d of == -== the Apache License, Version 2.0, == -== in this case for the Apache ActiveMQ distribution. == -========================================================================= - -Apache ActiveMQ -Copyright 2005-2006 The Apache Software Foundation - -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). - -========================================================================= -== Derby Notice == -========================================================================= - -Portions of Derby were orginally developed by -International Business Machines Corporation and are -licensed to the Apache Software Foundation under the -"Software Grant and Corporate Contribution License Agreement", -informally known as the "Derby CLA". - -The portion of the functionTests under 'nist' was originally -developed by the National Institute of Standards and Technology (NIST), -an agency of the United States Department of Commerce, and adapted by -International Business Machines Corporation in accordance with the NIST -Software Acknowledgment and Redistribution document at -http://www.itl.nist.gov/div897/ctg/sql_form.htm - -========================================================================= -== Spring Notice == -========================================================================= - -This product includes software developed by -the Apache Software Foundation (http://www.apache.org). - -This product also includes software developed by -Clinton Begin (http://www.ibatis.com). - -The end-user documentation included with a redistribution, if any, -must include the following acknowledgement: - - "This product includes software developed by the Spring Framework - Project (http://www.springframework.org)." - -Alternately, this acknowledgement may appear in the software itself, -if and wherever such third-party acknowledgements normally appear. - -The names "Spring" and "Spring Framework" must not be used to -endorse or promote products derived from this software without -prior written permission. For written permission, please contact -rod.johnson@interface21.com or juergen.hoeller@interface21.com. - - -========================================================================= -== MX4J Notice == -========================================================================= - -This product includes software developed by the MX4J project -(http://sourceforge.net/projects/mx4j). +========================================================================= +== NOTICE file corresponding to the section 4 d of == +== the Apache License, Version 2.0, == +== in this case for the Apache ActiveMQ distribution. == +========================================================================= + +Apache ActiveMQ +Copyright 2005-2006 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + +========================================================================= +== Derby Notice == +========================================================================= + +Portions of Derby were orginally developed by +International Business Machines Corporation and are +licensed to the Apache Software Foundation under the +"Software Grant and Corporate Contribution License Agreement", +informally known as the "Derby CLA". + +The portion of the functionTests under 'nist' was originally +developed by the National Institute of Standards and Technology (NIST), +an agency of the United States Department of Commerce, and adapted by +International Business Machines Corporation in accordance with the NIST +Software Acknowledgment and Redistribution document at +http://www.itl.nist.gov/div897/ctg/sql_form.htm + +========================================================================= +== Spring Notice == +========================================================================= + +This product includes software developed by +the Apache Software Foundation (http://www.apache.org). + +This product also includes software developed by +Clinton Begin (http://www.ibatis.com). + +The end-user documentation included with a redistribution, if any, +must include the following acknowledgement: + + "This product includes software developed by the Spring Framework + Project (http://www.springframework.org)." + +Alternately, this acknowledgement may appear in the software itself, +if and wherever such third-party acknowledgements normally appear. + +The names "Spring" and "Spring Framework" must not be used to +endorse or promote products derived from this software without +prior written permission. For written permission, please contact +rod.johnson@interface21.com or juergen.hoeller@interface21.com. + + +========================================================================= +== MX4J Notice == +========================================================================= + +This product includes software developed by the MX4J project +(http://sourceforge.net/projects/mx4j). Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/NOTICE.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/ruby/README.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/src/CommnadLineSupport.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/src/RequesterTool.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/src/TopicListener.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/activemq/branches/activemq-4.1/assembly/src/release/example/src/TopicPublisher.java ------------------------------------------------------------------------------ svn:eol-style = native