[ 
https://issues.apache.org/jira/browse/CASSANDRA-4653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13453832#comment-13453832
 ] 

Sylvain Lebresne edited comment on CASSANDRA-4653 at 9/12/12 7:37 PM:
----------------------------------------------------------------------

Oh and maybe that's the confusion but ms stands for milliseconds, not 
microseconds (not just for Cassandra, this is standard. The symbol for 
microseconds is µs).
                
      was (Author: slebresne):
    Oh and maybe that's the confusion but ms stands for milliseconds, not 
microseconds (not sure for Cassandra, this is standard. The symbol for 
microseconds is µs).
                  
> 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

Reply via email to