加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

如何阅读cassandra nodetool histograms百分位数和其他列?

发布时间:2020-12-13 13:29:24 所属栏目:百科 来源:网络整理
导读:如何读取cassandra nodetool直方图百分位数和其他coulmns? Percentile SSTables Write Latency Read Latency Partition Size Cell Count (micros) (micros) (bytes) 50% 1.00 14.24 4055.27 149 275% 35.00 17.08 17436.92 149 295% 35.00 24.60 74975.55 6
如何读取cassandra nodetool直方图百分位数和其他coulmns?

Percentile  SSTables     Write Latency      Read Latency    Partition Size        Cell Count
                              (micros)          (micros)           (bytes)                  
50%             1.00             14.24           4055.27               149                 2
75%            35.00             17.08          17436.92               149                 2
95%            35.00             24.60          74975.55               642                 2
98%            86.00             35.43         129557.75               770                 2
99%           103.00             51.01         186563.16               770                 2
Min             0.00              2.76             51.01               104                 2
Max           124.00       36904729.27       12359319.16               924                 2

解决方法

它们显示了指标的分布.例如,在您的数据中,95%的请求的写入延迟为24.60微秒或更短.对于2个单元,95%的分区是642字节或更少. SStables列是读取触及的sstables的数量,因此95%或读取请求正在查看35个sstables(这是相当高的).

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读