<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/qpid-python.git/qpid/tools/src/py/qpid-stat, branch help</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>Undo svn commit r1052086.</title>
<updated>2011-01-05T21:48:26+00:00</updated>
<author>
<name>Jonathan Robie</name>
<email>jonathan@apache.org</email>
</author>
<published>2011-01-05T21:48:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=2e7b2c4918b34fff264ca4ffa50299473bc8fc20'/>
<id>2e7b2c4918b34fff264ca4ffa50299473bc8fc20</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1055655 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@1055655 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow any SASL mechanism to be specified in command line options.</title>
<updated>2011-01-05T01:46:00+00:00</updated>
<author>
<name>Jonathan Robie</name>
<email>jonathan@apache.org</email>
</author>
<published>2011-01-05T01:46:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=5d18e713195c3dcb5e011d7a9b94a7044ce88aff'/>
<id>5d18e713195c3dcb5e011d7a9b94a7044ce88aff</id>
<content type='text'>
Previously used a fixed list of SASL mechanisms.  


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1055267 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously used a fixed list of SASL mechanisms.  


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1055267 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Added logging to QMF console connections.</title>
<updated>2010-12-22T22:22:13+00:00</updated>
<author>
<name>Jonathan Robie</name>
<email>jonathan@apache.org</email>
</author>
<published>2010-12-22T22:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=f9a0fec8230a3b1f48ff57483c3639d937336114'/>
<id>f9a0fec8230a3b1f48ff57483c3639d937336114</id>
<content type='text'>
Warning if a broker can not be found, error if SASL authentication fails or other connection errors when connecting to an existing broker.  Default log level is ERROR.

qpid-printevents allows the log level to be set. It also allows the user to specify that a connection is required, in which case it terminates if a connection can not be established.

Examples: 

$ ./qpid-printevents --sasl-mechanism PLAIN nonexistent-broker

=&gt; Not an error. Waits for the broker to be started.

$ ./qpid-printevents --sasl-mechanism PLAIN localhost
2010-12-22 17:07:18,365 ERROR Could not connect to broker localhost:5672 (None, 'No acceptable SASL authentication mechanism available')

=&gt; Connection error condition in output - SASL authentication failed
   because user name and password are not supplied.

   But qpid-printevents keeps running, waiting for you to start the
   broker.

$ ./qpid-printevents --sasl-mechanism PLAIN --log-level critical

=&gt; Connection error condition in output - SASL authentication failed
   because user name and password are not supplied.

   No output in this case, because the log level has been set to
   critical.

$ ./qpid-printevents --sasl-mechanism PLAIN --require-connection localhost
2010-12-22 17:11:03,791 ERROR Could not connect to broker localhost:5672 (None, 'No acceptable SASL authentication mechanism available')
Failed: ConnectionFailed - (None, 'No acceptable SASL authentication mechanism available')

=&gt; Connection error condition.

   qpid-printevents terminates because --require-connection was specified.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1052086 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Warning if a broker can not be found, error if SASL authentication fails or other connection errors when connecting to an existing broker.  Default log level is ERROR.

qpid-printevents allows the log level to be set. It also allows the user to specify that a connection is required, in which case it terminates if a connection can not be established.

Examples: 

$ ./qpid-printevents --sasl-mechanism PLAIN nonexistent-broker

=&gt; Not an error. Waits for the broker to be started.

$ ./qpid-printevents --sasl-mechanism PLAIN localhost
2010-12-22 17:07:18,365 ERROR Could not connect to broker localhost:5672 (None, 'No acceptable SASL authentication mechanism available')

=&gt; Connection error condition in output - SASL authentication failed
   because user name and password are not supplied.

   But qpid-printevents keeps running, waiting for you to start the
   broker.

$ ./qpid-printevents --sasl-mechanism PLAIN --log-level critical

=&gt; Connection error condition in output - SASL authentication failed
   because user name and password are not supplied.

   No output in this case, because the log level has been set to
   critical.

$ ./qpid-printevents --sasl-mechanism PLAIN --require-connection localhost
2010-12-22 17:11:03,791 ERROR Could not connect to broker localhost:5672 (None, 'No acceptable SASL authentication mechanism available')
Failed: ConnectionFailed - (None, 'No acceptable SASL authentication mechanism available')

=&gt; Connection error condition.

   qpid-printevents terminates because --require-connection was specified.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1052086 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow command line utilities to require a given SASL mechanism.</title>
<updated>2010-12-21T23:46:42+00:00</updated>
<author>
<name>Jonathan Robie</name>
<email>jonathan@apache.org</email>
</author>
<published>2010-12-21T23:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=4365a8b0b4a55892262896d52676794d13e2e4b3'/>
<id>4365a8b0b4a55892262896d52676794d13e2e4b3</id>
<content type='text'>
Useful if the client's most secure mechanism is suspect, e.g. if Kerberos configuration problems may exist.

Also useful in a variety of test scenarios.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1051700 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful if the client's most secure mechanism is suspect, e.g. if Kerberos configuration problems may exist.

Also useful in a variety of test scenarios.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1051700 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Made qpid-xxx management scripts callable as python functions.</title>
<updated>2010-12-17T15:29:41+00:00</updated>
<author>
<name>Jonathan Robie</name>
<email>jonathan@apache.org</email>
</author>
<published>2010-12-17T15:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=91badb44d38b456250c0b4acae2d3df5be0161a4'/>
<id>91badb44d38b456250c0b4acae2d3df5be0161a4</id>
<content type='text'>
Examples (from cli_tests.py):

    def qpid_config_api(self, arg = ""):
        script = import_script(checkenv("QPID_CONFIG_EXEC"))
        broker = ["-a", "localhost:"+str(self.broker.port)]
        return script.main(broker + arg.split())

    def qpid_route_api(self, arg = ""):
        script = import_script(checkenv("QPID_ROUTE_EXEC"))
        return script.main(arg.split())

Useful primarily for qpid-config, qpid-route, and qpid-cluster. 

Probably not useful for qpid-stat, qpid-printevents, qpid-queue-stats, which just create screen output. 



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1050425 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Examples (from cli_tests.py):

    def qpid_config_api(self, arg = ""):
        script = import_script(checkenv("QPID_CONFIG_EXEC"))
        broker = ["-a", "localhost:"+str(self.broker.port)]
        return script.main(broker + arg.split())

    def qpid_route_api(self, arg = ""):
        script = import_script(checkenv("QPID_ROUTE_EXEC"))
        return script.main(arg.split())

Useful primarily for qpid-config, qpid-route, and qpid-cluster. 

Probably not useful for qpid-stat, qpid-printevents, qpid-queue-stats, which just create screen output. 



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1050425 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Corrected datatypes of numeric defaults for optparse.</title>
<updated>2010-12-08T18:51:32+00:00</updated>
<author>
<name>Jonathan Robie</name>
<email>jonathan@apache.org</email>
</author>
<published>2010-12-08T18:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=c03731903e9687396163ae70361b8a80a615008b'/>
<id>c03731903e9687396163ae70361b8a80a615008b</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1043599 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@1043599 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Converted tools to use optparse. </title>
<updated>2010-12-05T18:49:37+00:00</updated>
<author>
<name>Jonathan Robie</name>
<email>jonathan@apache.org</email>
</author>
<published>2010-12-05T18:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=0c541aec048de9bd31b9b050644e47ad15f2efd1'/>
<id>0c541aec048de9bd31b9b050644e47ad15f2efd1</id>
<content type='text'>
Now all tools in this directory use optparse for their command lines, rather than a variety of different approaches. Simplifies option handling significantly. 

Doesn't simplify arguments list in qpid-route and qpid-config.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1042398 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now all tools in this directory use optparse for their command lines, rather than a variety of different approaches. Simplifies option handling significantly. 

Doesn't simplify arguments list in qpid-route and qpid-config.



git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1042398 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed qpid-stat to skip rows when the underlying data disappears during execution.</title>
<updated>2010-09-22T12:50:58+00:00</updated>
<author>
<name>Ted Ross</name>
<email>tross@apache.org</email>
</author>
<published>2010-09-22T12:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=862c6a9d25312230c6ac45fe4badfab6dd7173bb'/>
<id>862c6a9d25312230c6ac45fe4badfab6dd7173bb</id>
<content type='text'>
Removed keyword arg from "sort" to support Python 2.3.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@999918 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed keyword arg from "sort" to support Python 2.3.


git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@999918 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>QPID-2810: clean up the broker thread properly on shutdown.</title>
<updated>2010-08-19T22:12:27+00:00</updated>
<author>
<name>Kenneth Anthony Giusti</name>
<email>kgiusti@apache.org</email>
</author>
<published>2010-08-19T22:12:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=c74652e82c60030dd9c0ea20999b5e2bba329491'/>
<id>c74652e82c60030dd9c0ea20999b5e2bba329491</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@987330 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@987330 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Added --cluster option to display per-broker detail for clusters.</title>
<updated>2010-07-30T12:43:32+00:00</updated>
<author>
<name>Kenneth Anthony Giusti</name>
<email>kgiusti@apache.org</email>
</author>
<published>2010-07-30T12:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/qpid-python.git/commit/?id=3c38d1cca3bda0ba93f18f4d156aaea7f258fb41'/>
<id>3c38d1cca3bda0ba93f18f4d156aaea7f258fb41</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980766 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@980766 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
