Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1188CD76C for ; Wed, 12 Sep 2012 05:59:10 +0000 (UTC) Received: (qmail 75637 invoked by uid 500); 12 Sep 2012 05:59:09 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 75204 invoked by uid 500); 12 Sep 2012 05:59:08 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 74323 invoked by uid 99); 12 Sep 2012 05:59:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2012 05:59:07 +0000 Date: Wed, 12 Sep 2012 16:59:07 +1100 (NCT) From: "laneser kuo (JIRA)" To: commits@cassandra.apache.org Message-ID: <1629991131.67993.1347429547864.JavaMail.jiratomcat@arcas> In-Reply-To: <1695554471.67689.1347425169317.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (CASSANDRA-4653) nodetool cfstats Lantecy unit is wrong , it should be sec (seconds) instead of ms (micro seconds) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] laneser kuo updated CASSANDRA-4653: ----------------------------------- Attachment: mstosec.txt a simple patch for the issue. > nodetool cfstats Lantecy unit is wrong , it should be sec (seconds) instead of ms (micro seconds) > ------------------------------------------------------------------------------------------------- > > Key: CASSANDRA-4653 > URL: https://issues.apache.org/jira/browse/CASSANDRA-4653 > Project: Cassandra > Issue Type: Bug > Components: Tools > Reporter: laneser kuo > Priority: Trivial > Attachments: mstosec.txt > > > I was mislead by the nodetool cfstats Read Latency and Write Latency data. > Until I read the source code, it should display sec instead of ms. > for example: > outs.println("\t\tRead Latency: " + String.format("%01.3f", cfstore.getRecentReadLatencyMicros() / 1000) + " ms."); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira