システム・レベル診断情報の収集

DataStax Enterprise Performance Service(DataStax Enterpriseパフォーマンス・サービス)を使用して、クラスターに関するシステム全体のパフォーマンス情報を収集する手順。

以下のシステム・レベル診断テーブルは、クラスターに関するシステム全体のパフォーマンス情報を収集します。
  • key_cache

    ノードあたりのキー・キャッシュのメトリクス。nodetool infoと同等です。

  • net_stats

    ノードあたりのネットワーク情報。nodetool netstatsと同等です。

  • thread_pool

    ノードあたりのスレッド・プールのプール別Active/Blocked/Pending/Completed統計。nodetool tpstatsと同等です。

  • thread_pool_messages

    ノードあたりのメッセージ・タイプ別の削除されたメッセージの数。nodetool tpstatsと同等です。

手順

システム・レベル・データを収集するには:
  1. dse.yamlファイルを編集します。
    dse.yamlファイルの場所は、インストールのタイプによって異なります。

    パッケージ・インストールInstaller-Servicesインストール

    /etc/dse/dse.yaml

    tarボール・インストールInstaller-No Servicesインストール

    installation_location/resources/dse/conf/dse.yaml
  2. dse.yamlファイルで、cql_system_info_optionsの有効化オプションをtrueに設定します。
    # CQL system info tables settings
    cql_system_info_options:
        enabled: true
        refresh_rate_ms: 10000
  3. (任意)統計を更新する頻度を制御するには、refresh_rate_msパラメーターを増減します。

    refresh_rate_msにサンプリング周期(このデータを更新する頻度)の長さを指定します。