[
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