【问题标题】:In datastax cassandra 5.1, why is dsetool missing insights_config command?在datastax cassandra 5.1中,为什么dsetool缺少insights_config命令?
【发布时间】:2020-03-20 10:19:03
【问题描述】:

在 DataStax Cassandra 节点上运行 dsetool insights_config 会返回 Unknown command: insights_config,而 documentation 表明应该存在此命令。

【问题讨论】:

    标签: datastax datastax-enterprise datastax-startup


    【解决方案1】:

    DSE Metrics Collector 是在 DSE 5.1.14(当前版本为 5.1.17)中引入的 - 请确保您使用的是具有此功能的版本。在我的设置中它工作得很好:

    (dse-5.1.17) ...\>dsetool insights_config --show_config
    {
      "mode" : "DISABLED",
      "config_refresh_interval_in_seconds" : 30,
      "metric_sampling_interval_in_seconds" : 30,
      "data_dir_max_size_in_mb" : 1024,
      "node_system_info_report_period" : "PT1H"
    }
    

    【讨论】:

      猜你喜欢
      • 2015-02-24
      • 1970-01-01
      • 2019-06-11
      • 1970-01-01
      • 2014-05-24
      • 1970-01-01
      • 2021-02-16
      • 2023-02-20
      • 1970-01-01
      相关资源
      最近更新 更多