From qpid-users-return-267-apmail-incubator-qpid-users-archive=incubator.apache.org@incubator.apache.org Tue Aug 05 16:53:11 2008 Return-Path: Delivered-To: apmail-incubator-qpid-users-archive@locus.apache.org Received: (qmail 61947 invoked from network); 5 Aug 2008 16:53:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 16:53:11 -0000 Received: (qmail 48794 invoked by uid 500); 5 Aug 2008 16:53:10 -0000 Delivered-To: apmail-incubator-qpid-users-archive@incubator.apache.org Received: (qmail 48780 invoked by uid 500); 5 Aug 2008 16:53:10 -0000 Mailing-List: contact qpid-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-users@incubator.apache.org Delivered-To: mailing list qpid-users@incubator.apache.org Received: (qmail 48769 invoked by uid 99); 5 Aug 2008 16:53:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 09:53:09 -0700 X-ASF-Spam-Status: No, hits=-2.0 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cctrieloff@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 16:52:14 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m75GoT77032711 for ; Tue, 5 Aug 2008 12:50:29 -0400 Received: from mail.boston.redhat.com (mail.boston.redhat.com [10.16.255.12]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m75GoRWG003087 for ; Tue, 5 Aug 2008 12:50:28 -0400 Received: from localhost.localdomain (dhcp-100-18-96.bos.redhat.com [10.16.18.96]) by mail.boston.redhat.com (8.13.1/8.13.1) with ESMTP id m75GoGl8031867 for ; Tue, 5 Aug 2008 12:50:17 -0400 Message-ID: <489883CD.90904@redhat.com> Date: Tue, 05 Aug 2008 12:46:05 -0400 From: Carl Trieloff Reply-To: cctrieloff@redhat.com Organization: Red Hat User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: qpid-users@incubator.apache.org Subject: [Fwd: qpid-tool change] Content-Type: multipart/alternative; boundary="------------000005010304020007060207" X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-Virus-Checked: Checked by ClamAV on apache.org --------------000005010304020007060207 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit -------- Original Message -------- Subject: qpid-tool change Date: Tue, 05 Aug 2008 11:49:22 -0400 From: Ted Ross Reply-To: qpid-dev@incubator.apache.org To: qpid-dev@incubator.apache.org I've committed a change to qpid-tool to provide some richer functionality. See below the updated help text. There is a new command called "show" which is now used to view the contents of management objects. The "list" command always provides a list of objects, one line per object, and can now be used to see a list of only active objects (omitting the deleted ones). -Ted Management Tool for QPID Commands: list - Print summary of existing objects by class list - Print list of objects of the specified class list active - Print list of non-deleted objects of the specified class show - Print contents of all objects of specified class show active - Print contents of all non-deleted objects of specified class show - Print contents of one or more objects (infer className) show - Print contents of one or more objects list is space-separated, ranges may be specified (i.e. 1004-1010) call [] - Invoke a method on an object schema - Print summary of object classes seen on the target schema - Print details of an object class set time-format short - Select short timestamp format (default) set time-format long - Select long timestamp format id [] - Display translations of display object ids quit or ^D - Exit the program --------------000005010304020007060207--