You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Sungju Hong <eq...@gmail.com> on 2016/10/05 01:47:58 UTC

nodetool cfhistograms

Hello,

nodetool cfhistograms ouput shows like below.

----------------
ks1/cf1 histograms
Offset      SSTables     Write Latency      Read Latency          Row
Size      Column Count
1                  0                 0                 0
0          35565129
2                  0                 0                 0
0          57856928
3                  0                 0                 0
0          10785515
...
17436917           0                 0                 0
8                 0
20924300           0                 0                 0
5                 0
25109160           0                 0                 0
6                 0
----------------

If "Row Size" or "Column Count" go over last value(25109160) how is it
represented ?
For example, if the column count of some column family is 5,000,000 ?
Does it add to range of 25109160 ?

Thanks.
Regards
Sungju

Re: nodetool cfhistograms

Posted by Sungju Hong <eq...@gmail.com>.
Sorry, I had a typing error.

nodetool cfhistograms ouput shows like below.

----------------
ks1/cf1 histograms
Offset      SSTables     Write Latency      Read Latency          Row
Size      Column Count
1                  0                 0                 0
0          35565129
2                  0                 0                 0
0          57856928
3                  0                 0                 0
0          10785515
...
17436917           0                 0                 0
8                 0
20924300           0                 0                 0
5                 0
25109160           0                 0                 0
6                 0
----------------

If "Row Size" or "Column Count" go over last value(25109160) how is it
represented ?

For example, if the column count of some column family is 5,000,000 ?
For example, if the column count of some column family is 50,000,000 ?
Does it add to range of 25109160 ?

Thanks.
Regards

On Wed, Oct 5, 2016 at 10:47 AM, Sungju Hong <eq...@gmail.com> wrote:

> Hello,
>
> nodetool cfhistograms ouput shows like below.
>
> ----------------
> ks1/cf1 histograms
> Offset      SSTables     Write Latency      Read Latency          Row
> Size      Column Count
> 1                  0                 0                 0
> 0          35565129
> 2                  0                 0                 0
> 0          57856928
> 3                  0                 0                 0
> 0          10785515
> ...
> 17436917           0                 0                 0
> 8                 0
> 20924300           0                 0                 0
> 5                 0
> 25109160           0                 0                 0
> 6                 0
> ----------------
>
> If "Row Size" or "Column Count" go over last value(25109160) how is it
> represented ?
> For example, if the column count of some column family is 5,000,000 ?
> Does it add to range of 25109160 ?
>
> Thanks.
> Regards
> Sungju
>