<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/java/tools/bin, branch 0.16</title>
<subtitle>git.apache.org: qpid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/'/>
<entry>
<title>QPID-3358 Added scripts to faciliate multi host testing.</title>
<updated>2011-07-30T02:22:54+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2011-07-30T02:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=35cba4d9abb72854ff77983cee996cb8595d7545'/>
<id>35cba4d9abb72854ff77983cee996cb8595d7545</id>
<content type='text'>
1. The controller starts the PerfTestController that coordinates the testing across multiple producers and consumers on a multi host env.

2. The start-producers and start-consuers starts multiple producers and consumers and also supports a variety of options including starting multiple connections within the same JVM.

3. All 3 scripts comes with -h or -help option to provide details about the various options supported by them.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1152414 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. The controller starts the PerfTestController that coordinates the testing across multiple producers and consumers on a multi host env.

2. The start-producers and start-consuers starts multiple producers and consumers and also supports a variety of options including starting multiple connections within the same JVM.

3. All 3 scripts comes with -h or -help option to provide details about the various options supported by them.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1152414 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3358 Modified the run-sub and run-pub scripts to allow program args in addition to jvm args.</title>
<updated>2011-07-30T02:22:43+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2011-07-30T02:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=9961195dc5c9811e192b1e7fb6702d73a7d6c4f0'/>
<id>9961195dc5c9811e192b1e7fb6702d73a7d6c4f0</id>
<content type='text'>
This allows scripts to pass on varios arguments like a script specific prefix and other arguments that should be private to a particular connection rather than the entire jvm.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1152413 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows scripts to pass on varios arguments like a script specific prefix and other arguments that should be private to a particular connection rather than the entire jvm.

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1152413 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'perf' into trunk</title>
<updated>2011-07-20T20:46:49+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2011-07-20T20:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=66e1048af0c740632764a6ce8004a773eeb01f42'/>
<id>66e1048af0c740632764a6ce8004a773eeb01f42</id>
<content type='text'>
Conflicts:
	qpid/java/tools/bin/perf-report

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1148935 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	qpid/java/tools/bin/perf-report

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1148935 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3358 Simplified the scripts to make it easy to run them.</title>
<updated>2011-07-15T04:43:44+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2011-07-15T04:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=d58b837942a135533f3ec576a133c7ceecad3eee'/>
<id>d58b837942a135533f3ec576a133c7ceecad3eee</id>
<content type='text'>
1. Removed the various set-env scripts. Instead in their place I want to introduce profiles that sets the env to
run under different environments. Ex from a source checkout or installed rpms.

2. Introduced Profile-run-from-source to set the env to run the tools
from an SVN checkout in a linux env.

3. Modified the scripts to use common variable names things like
classpaths, java executable, logging config etc..

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1146959 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Removed the various set-env scripts. Instead in their place I want to introduce profiles that sets the env to
run under different environments. Ex from a source checkout or installed rpms.

2. Introduced Profile-run-from-source to set the env to run the tools
from an SVN checkout in a linux env.

3. Modified the scripts to use common variable names things like
classpaths, java executable, logging config etc..

git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1146959 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'QPID-3265' into trunk</title>
<updated>2011-07-13T22:42:46+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2011-07-13T22:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=828637b7af6f61f5c85f08a73fb3d8fa96ca583c'/>
<id>828637b7af6f61f5c85f08a73fb3d8fa96ca583c</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1146508 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1146508 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-3055</title>
<updated>2011-02-14T15:21:44+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2011-02-14T15:21:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=87515049a36ba1cfc24378cb231188a83c9dd5e7'/>
<id>87515049a36ba1cfc24378cb231188a83c9dd5e7</id>
<content type='text'>
As the first step added system properties for host, port and address and got rid of the jndi lookup.
There is also a system property for URL which allows a user to specify a fully fledged URL with various connection options like SSL etc..
If the host &amp; port is specified the URL property is ignored.

I also added some documentation in the perf_report.sh suggesting recommended settings for performance testing.
These are guidelines only and a prospective user needs to experiment with their environment to fine tune the settings.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1070519 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the first step added system properties for host, port and address and got rid of the jndi lookup.
There is also a system property for URL which allows a user to specify a fully fledged URL with various connection options like SSL etc..
If the host &amp; port is specified the URL property is ignored.

I also added some documentation in the perf_report.sh suggesting recommended settings for performance testing.
These are guidelines only and a prospective user needs to experiment with their environment to fine tune the settings.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1070519 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed minor errors in the scripts</title>
<updated>2010-11-10T17:08:23+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2010-11-10T17:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=96b2f628f109da59028174d497d277e4f6a4fa39'/>
<id>96b2f628f109da59028174d497d277e4f6a4fa39</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1033592 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1033592 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved the testkit scripts under the tools module.</title>
<updated>2010-11-08T16:59:33+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2010-11-08T16:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=5637dc8057652693c9dcc59f1ecefe2e63163b7e'/>
<id>5637dc8057652693c9dcc59f1ecefe2e63163b7e</id>
<content type='text'>
I will be moving the source also into the tools module in subsequent commit.
The goal is to have all tools in a single location.
The perftest script and the testkit script are very good tools for release testing.
These scripts will also be used in downstream packages for the same purpose.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1032640 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I will be moving the source also into the tools module in subsequent commit.
The goal is to have all tools in a single location.
The perftest script and the testkit script are very good tools for release testing.
These scripts will also be used in downstream packages for the same purpose.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1032640 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved the scripts and config files to the tools module as the Perf Producer and Consumer are now housed under the tools module.</title>
<updated>2010-03-04T00:22:39+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2010-03-04T00:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=ba7db88ee7279d384a49b41212f6a46e9b7bd473'/>
<id>ba7db88ee7279d384a49b41212f6a46e9b7bd473</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918790 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@918790 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Added the LatencyTest and PerfTest kit under the tools modules alongside QpidBench.</title>
<updated>2009-11-11T00:17:29+00:00</updated>
<author>
<name>Rajith Muditha Attapattu</name>
<email>rajith@apache.org</email>
</author>
<published>2009-11-11T00:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=5410ea0c71cc084aa8215604af4080bb6b534fb2'/>
<id>5410ea0c71cc084aa8215604af4080bb6b534fb2</id>
<content type='text'>
Modified the testkit build.xml to add tools as build dependency as some of the classes in testkit will be using MessageFactory


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834722 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modified the testkit build.xml to add tools as build dependency as some of the classes in testkit will be using MessageFactory


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834722 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
