You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Anurag Gujral <an...@gmail.com> on 2011/04/01 19:21:25 UTC

Understanding cfhistogram output

Hi All,
            I ran nodetool with cfhistogram I dont fully understand the
output.Can someone please shower some light on it.
Thanks
Anurag

Re: Understanding cfhistogram output

Posted by mcasandra <mo...@gmail.com>.
I can't find it on wiki. Do you have a link where it can give detail help?

Also, is the latency in micro sec. or millisec?

How about latency in cfstats? Is it micro or mill? It says ms which is gen.
millisec.

--
View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Understanding-cfhistogram-output-tp6231927p6232572.html
Sent from the cassandra-user@incubator.apache.org mailing list archive at Nabble.com.

Re: Understanding cfhistogram output

Posted by Narendra Sharma <na...@gmail.com>.
There are 6 columns in the output.
*- Offset*
>> This is the buckets. Same as values on X-axis in a graph. The unit is
determined based on the other columns.
*- SSTables*
>> This represents the number of sstables accessed per read. For eg if a
read operation involved accessing 3 sstables then you will find a +ve
against offset 3. Most of the times the values will be against lower offset
values.
*- Write Latency *
>> This represents the number of operations and their latency (micro
seconds). If 100 operations took say 5 ms then you will find an entry
against offset 5. This shows the distribution of number of operations across
a range of latency
*- Read Latency*
>> Similar to write latency. The unit is microseconds.
*- Row Size*
>> This represents the number of rows with given size. How many rows of
given size exist.
*- Column Count*
>> Similar to row size. This represents the column count. How many rows with
given number of columns exist.

1. Note that these are estimates and not exact numbers.
2. The values ofcourse change over period of time.


On Fri, Apr 1, 2011 at 10:21 AM, Anurag Gujral <an...@gmail.com>wrote:

> Hi All,
>             I ran nodetool with cfhistogram I dont fully understand the
> output.Can someone please shower some light on it.
> Thanks
> Anurag
>
>


-- 
Narendra Sharma
Solution Architect
*http://www.persistentsys.com*
*http://narendrasharma.blogspot.com/*