From patchwork Wed Jun 16 11:05:42 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 106461 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o5GB6VOU013560 for ; Wed, 16 Jun 2010 11:06:31 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755501Ab0FPLGa (ORCPT ); Wed, 16 Jun 2010 07:06:30 -0400 Received: from qmta15.westchester.pa.mail.comcast.net ([76.96.59.228]:33765 "EHLO qmta15.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754111Ab0FPLGa (ORCPT ); Wed, 16 Jun 2010 07:06:30 -0400 Received: from omta03.westchester.pa.mail.comcast.net ([76.96.62.27]) by qmta15.westchester.pa.mail.comcast.net with comcast id Wakl1e0040bG4ec5Fb6WaC; Wed, 16 Jun 2010 11:06:30 +0000 Received: from hal.comcast.net ([75.69.247.31]) by omta03.westchester.pa.mail.comcast.net with comcast id Wb6V1e0050hNrtn3Pb6VA5; Wed, 16 Jun 2010 11:06:30 +0000 Received: from hal.comcast.net (localhost.localdomain [127.0.0.1]) by hal.comcast.net (8.14.3/8.14.3) with ESMTP id o5GB61l7011167; Wed, 16 Jun 2010 07:06:07 -0400 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id o5GB5ggS011136; Wed, 16 Jun 2010 07:05:42 -0400 Date: Wed, 16 Jun 2010 07:05:42 -0400 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org Subject: [PATCH][TRIVIAL] infiniband-diags/perfquery.8: Add some missing counters to description Message-ID: <20100616110542.GA11132@comcast.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 16 Jun 2010 11:06:32 +0000 (UTC) diff --git a/infiniband-diags/man/perfquery.8 b/infiniband-diags/man/perfquery.8 index 7e9636e..e01dc2f 100644 --- a/infiniband-diags/man/perfquery.8 +++ b/infiniband-diags/man/perfquery.8 @@ -1,4 +1,4 @@ -.TH PERFQUERY 8 "Dec 31, 2009" "OpenIB" "OpenIB Diagnostics" +.TH PERFQUERY 8 "Jun 16, 2010" "OpenIB" "OpenIB Diagnostics" .SH NAME perfquery \- query InfiniBand port counters @@ -14,7 +14,8 @@ perfquery \- query InfiniBand port counters .SH DESCRIPTION .PP perfquery uses PerfMgt GMPs to obtain the PortCounters (basic performance -and error counters), PortExtendedCounters, PortXmitDataSL, or PortRcvDataSL +and error counters), PortExtendedCounters, PortXmitDataSL, PortRcvDataSL, +PortRcvErrorDetails, PortXmitDiscardDetails, or PortSamplesControl from the PMA at the node/port specified. Optionally shows aggregated counters for all ports of node. Also, optionally, reset after read, or only reset counters. @@ -144,4 +145,4 @@ perfquery -R 32 2 0xf000 # reset only non-error counters of port 2 .SH AUTHOR .TP Hal Rosenstock -.RI < halr@voltaire.com > +.RI < hal.rosenstock@gmail.com >