【问题标题】:nodetool cfstats on DSE restartDSE 重启时的 nodetool cfstats
【发布时间】:2016-10-26 23:36:05
【问题描述】:

在 DSE 重新启动时,我可以看到读取和写入计数/延迟值重置为零。

以下值是否也会被重置?

使用的堆内存压缩元数据:1123544 压缩分区最小字节数:87 压缩分区最大字节数:129557750 压缩分区平均字节数:48702 每片平均活细胞(最后五分钟):238.6153846153846 每片最大活细胞数(最后五分钟):888.0 每片平均墓碑数(最后五分钟):0.0 每片最大墓碑数(最后五分钟):0.0

在 DSE 重新启动后,我看到值与之前显示的有所不同。 cfstats 是如何工作的?

【问题讨论】:

  • 请包含版本
  • DSE 4.8.5,Cassandra 2.1.13。

标签: cassandra


【解决方案1】:

底部4

            Average live cells per slice (last five minutes): 238.6153846153846
            Maximum live cells per slice (last five minutes): 888.0
            Average tombstones per slice (last five minutes): 0.0
            Maximum tombstones per slice (last five minutes): 0.0

是关于读取的单元格和墓碑数量的统计信息。这些将在重新启动时重置。但是

            Compression metadata off heap memory used: 1123544
            Compacted partition minimum bytes: 87
            Compacted partition maximum bytes: 129557750
            Compacted partition mean bytes: 48702

是表的 sstables 上的统计信息,它们在磁盘上并且不会重置。

【讨论】:

    猜你喜欢
    • 2016-10-07
    • 2014-01-16
    • 2015-03-13
    • 2016-04-07
    • 1970-01-01
    • 2016-03-25
    • 1970-01-01
    • 2017-11-10
    • 2016-01-15
    相关资源
    最近更新 更多