コンテンツにスキップ

Ceph

設定

前提条件

  • Ceph が Prometheus 監視インターフェースを公開していること

関連コンポーネントとポートの対応は以下のとおりです。

コンポーネント コンポーネントのメトリクスポート
mgr-prometheus 9283
ceph-exporter 9926
nvmeof 10008
nfs 9587

以下の方法で、対象監視の設定情報を取得できます。8765 は管理ポートです。

形式 http://192.168.0.37:8765/sd/prometheus/sd-config?service=<コンポーネント名> で prometheus の設定ファイルを取得します

例: http://192.168.0.37:8765/sd/prometheus/sd-config?service=mgr-prometheusmgr-prometheus の設定ファイルを取得します

[root@ceph001 ~]# curl http://192.168.0.37:8765/sd/prometheus/sd-config?service=mgr-prometheus
[{"targets": ["ceph001:9283"], "labels": {}}]
targets が 1 つあることが分かります。targets を使えば、対応するメトリクスアクセス URL http://ceph001:9283/metrics を設定できます。ノードは移動することがあるため、収集時には複数の targets を設定する必要があります

DataKit で Prom コレクターを有効化

実際のノード数に応じて設定を調整します。

  • ceph-mgr.conf

DataKit インストールディレクトリconf.d/samples に入り、prom.conf.sampleceph-mgr.conf にコピーします。

cp prom.conf.sample ceph-mgr.conf

ceph-mgr.conf の内容を以下のように変更します。

# {"version": "1.74.2", "desc": "do NOT edit this line"}

[[inputs.prom]]
  ## Exporter URLs.
  urls=["http://ceph001:9283/metrics","http://ceph002:9283/metrics","http://ceph003:9283/metrics"]

  ## Collector alias.
  source = "ceph-mgr"

  ## Customize tags.
  [inputs.prom.tags]
   cluster="ceph-cluster" 

  ...
  • ceph-exporter.conf

DataKit インストールディレクトリconf.d/prom に入り、prom.conf.sampleceph-exporter.conf にコピーします。

cp prom.conf.sample ceph-exporter.conf

ceph-exporter.conf の内容を以下のように変更します。

# {"version": "1.74.2", "desc": "do NOT edit this line"}

[[inputs.prom]]
  ## Exporter URLs.
  urls=["http://ceph001:9926/metrics","http://ceph002:9926/metrics","http://ceph003:9926/metrics"]

  ## Collector alias.
  source = "ceph-exporter"

  ## Customize tags.
  [inputs.prom.tags]
   cluster="ceph-cluster" 

  ...
  • ceph-nfs.conf

DataKit インストールディレクトリconf.d/prom に入り、prom.conf.sampleceph-nfs.conf にコピーします。

cp prom.conf.sample ceph-nfs.conf

ceph-nfs.conf の内容を以下のように変更します。

# {"version": "1.74.2", "desc": "do NOT edit this line"}

[[inputs.prom]]
  ## Exporter URLs.
  urls=["http://ceph001:9587/metrics"]

  ## Collector alias.
  source = "ceph-nfs"

  ## Customize tags.
  [inputs.prom.tags]
   cluster="ceph-cluster" 

  ...
  • ceph-nvmeof.conf

DataKit インストールディレクトリconf.d/prom に入り、prom.conf.sampleceph-nvmeof.conf にコピーします。

cp prom.conf.sample ceph-nvmeof.conf

ceph-nvmeof.conf の内容を以下のように変更します。

# {"version": "1.74.2", "desc": "do NOT edit this line"}

[[inputs.prom]]
  ## Exporter URLs.
  urls=["http://ceph001:10008"]

  ## Collector alias.
  source = "ceph-nvmeof"

  ## Customize tags.
  [inputs.prom.tags]
   cluster="ceph-cluster" 

  ...

DataKit を再起動

DataKit を再起動

指標

指標名 説明 単位
AsyncMessenger_Worker_msgr_connection_idle_timeouts 非同期メッセージングワーカースレッドで、接続のアイドルタイムアウトにより切断された接続数
AsyncMessenger_Worker_msgr_connection_ready_timeouts 非同期メッセージングワーカースレッドで、接続の準備タイムアウトにより切断された接続数
bluefs_alloc_db_max_lat BlueFS データベース割り当ての最大遅延 ミリ秒
bluefs_alloc_slow_fallback BlueFS が低速経路で割り当てを行った際のフォールバック回数
bluefs_alloc_slow_max_lat BlueFS 低速経路での割り当て最大遅延 ミリ秒
bluefs_alloc_slow_size_fallback BlueFS 低速経路での割り当て時にサイズ不足でフォールバックした回数
bluefs_alloc_unit_db BlueFS データベース割り当て単位のサイズ バイト
bluefs_alloc_unit_slow BlueFS 低速経路割り当て単位のサイズ バイト
bluefs_alloc_unit_wal BlueFS 書き込み前ログ(WAL)割り当て単位のサイズ バイト
bluefs_alloc_wal_max_lat BlueFS 書き込み前ログ(WAL)割り当ての最大遅延 ミリ秒
bluefs_bytes_written_slow BlueFS 低速経路に書き込まれたバイト数 バイト
bluefs_bytes_written_sst BlueFS SST ファイルに書き込まれたバイト数 バイト
bluefs_bytes_written_wal BlueFS 書き込み前ログ(WAL)に書き込まれたバイト数 バイト
bluefs_compact_lat_count BlueFS コンパクト処理の遅延カウント
bluefs_compact_lat_sum BlueFS コンパクト処理の遅延合計 ミリ秒
bluefs_compact_lock_lat_count BlueFS コンパクトロック処理の遅延カウント
bluefs_compact_lock_lat_sum BlueFS コンパクトロック処理の遅延合計 ミリ秒
bluefs_db_alloc_lat_count BlueFS データベース割り当て処理の遅延カウント
bluefs_db_alloc_lat_sum BlueFS データベース割り当て処理の遅延合計 ミリ秒
bluefs_db_total_bytes BlueFS データベースの総バイト数 バイト
bluefs_db_used_bytes BlueFS データベースの使用済みバイト数 バイト
bluefs_log_bytes BlueFS ログのバイト数 バイト
bluefs_logged_bytes BlueFS に記録済みのバイト数 バイト
bluefs_max_bytes_db BlueFS データベースの最大バイト数 バイト
bluefs_max_bytes_slow BlueFS 低速経路の最大バイト数 バイト
bluefs_max_bytes_wal BlueFS 書き込み前ログ(WAL)の最大バイト数 バイト
bluefs_num_files BlueFS 内のファイル数
bluefs_read_bytes BlueFS から読み取ったバイト数 バイト
bluefs_read_count BlueFS から読み取った回数
bluefs_read_disk_bytes BlueFS ディスクから読み取ったバイト数 バイト
bluefs_read_disk_bytes_db BlueFS データベースディスクから読み取ったバイト数 バイト
bluefs_read_disk_bytes_slow BlueFS 低速経路ディスクから読み取ったバイト数 バイト
bluefs_read_disk_bytes_wal BlueFS 書き込み前ログ(WAL)ディスクから読み取ったバイト数 バイト
bluefs_read_disk_count BlueFS ディスクから読み取った回数
bluefs_read_prefetch_bytes BlueFS のプリフェッチ読み取りバイト数 バイト
bluefs_read_prefetch_count BlueFS のプリフェッチ読み取り回数
bluefs_read_random_buffer_bytes BlueFS のランダムバッファから読み取ったバイト数 バイト
bluefs_read_random_buffer_count BlueFS のランダムバッファから読み取った回数
bluefs_read_random_bytes BlueFS からランダムに読み取ったバイト数 バイト
bluefs_read_random_count BlueFS のランダム読み取り回数
bluefs_read_random_disk_bytes BlueFS ディスクからランダムに読み取ったバイト数 バイト
bluefs_read_random_disk_bytes_db BlueFS データベースディスクからランダムに読み取ったバイト数 バイト
bluefs_read_random_disk_bytes_slow BlueFS 低速経路ディスクからランダムに読み取ったバイト数 バイト
bluefs_read_random_disk_bytes_wal BlueFS 書き込み前ログ(WAL)ディスクからランダムに読み取ったバイト数 バイト
bluefs_read_random_disk_count BlueFS ディスクからランダムに読み取った回数
bluefs_slow_alloc_lat_count BlueFS 低速経路割り当て処理の遅延カウント
bluefs_slow_alloc_lat_sum BlueFS 低速経路割り当て処理の遅延合計 ミリ秒
bluefs_slow_total_bytes BlueFS 低速経路の総バイト数 バイト
bluefs_slow_used_bytes BlueFS 低速経路の使用済みバイト数 バイト
bluefs_wal_alloc_lat_count BlueFS 書き込み前ログ(WAL)割り当て処理の遅延カウント
bluefs_wal_alloc_lat_sum BlueFS 書き込み前ログ(WAL)割り当て処理の遅延合計 ミリ秒
bluefs_wal_total_bytes BlueFS 書き込み前ログ(WAL)の総バイト数 バイト
bluefs_wal_used_bytes BlueFS 書き込み前ログ(WAL)の使用済みバイト数 バイト
bluefs_write_bytes BlueFS に書き込まれたバイト数 バイト
bluestore_alloc_unit BlueStore の割り当て単位サイズ バイト
bluestore_allocated BlueStore が割り当てたバイト数 バイト
bluestore_allocator_lat_count BlueStore アロケータ遅延のカウント
bluestore_allocator_lat_sum BlueStore アロケータ遅延の合計 ミリ秒
bluestore_clist_lat_count BlueStore CList 操作遅延のカウント
bluestore_clist_lat_sum BlueStore CList 操作遅延の合計 ミリ秒
bluestore_compress_lat_count BlueStore 圧縮操作遅延のカウント
bluestore_compress_lat_sum BlueStore 圧縮操作遅延の合計 ミリ秒
bluestore_compressed BlueStore の圧縮済みバイト数 バイト
bluestore_compressed_allocated BlueStore の圧縮済み割り当てバイト数 バイト
bluestore_compressed_original BlueStore の圧縮前の元データバイト数 バイト
bluestore_csum_lat_count BlueStore チェックサム操作遅延のカウント
bluestore_csum_lat_sum BlueStore チェックサム操作遅延の合計 ミリ秒
bluestore_decompress_lat_count BlueStore 解凍操作遅延のカウント
bluestore_decompress_lat_sum BlueStore 解凍操作遅延の合計 ミリ秒
bluestore_fragmentation_micros BlueStore の断片化時間 マイクロ秒
bluestore_kv_commit_lat_count BlueStore KV コミット操作遅延のカウント
bluestore_kv_commit_lat_sum BlueStore KV コミット操作遅延の合計 ミリ秒
bluestore_kv_final_lat_count BlueStore KV 最終化操作遅延のカウント
bluestore_kv_final_lat_sum BlueStore KV 最終化操作遅延の合計 ミリ秒
bluestore_kv_flush_lat_count BlueStore KV フラッシュ操作遅延のカウント
bluestore_kv_flush_lat_sum BlueStore KV フラッシュ操作遅延の合計 ミリ秒
bluestore_kv_sync_lat_count BlueStore KV 同期操作遅延のカウント
bluestore_kv_sync_lat_sum BlueStore KV 同期操作遅延の合計 ミリ秒
bluestore_omap_get_keys_lat_count BlueStore OMAP キー取得操作遅延のカウント
bluestore_omap_get_keys_lat_sum BlueStore OMAP キー取得操作遅延の合計 ミリ秒
bluestore_omap_get_values_lat_count BlueStore OMAP 値取得操作遅延のカウント
bluestore_omap_get_values_lat_sum BlueStore OMAP 値取得操作遅延の合計 ミリ秒
bluestore_omap_lower_bound_lat_count BlueStore OMAP 下限取得操作遅延のカウント
bluestore_omap_lower_bound_lat_sum BlueStore OMAP 下限取得操作遅延の合計 ミリ秒
bluestore_omap_next_lat_count BlueStore OMAP 次取得操作遅延のカウント
bluestore_omap_next_lat_sum BlueStore OMAP 次取得操作遅延の合計 ミリ秒
bluestore_omap_seek_to_first_lat_count BlueStore OMAP 先頭探索操作遅延のカウント
bluestore_omap_seek_to_first_lat_sum BlueStore OMAP 先頭探索操作遅延の合計 ミリ秒
bluestore_omap_upper_bound_lat_count BlueStore OMAP 上限取得操作遅延のカウント
bluestore_omap_upper_bound_lat_sum BlueStore OMAP 上限取得操作遅延の合計 ミリ秒
bluestore_onode_hits BlueStore ONode キャッシュのヒット回数
bluestore_onode_misses BlueStore ONode キャッシュのミス回数
bluestore_pricache:data_committed_bytes BlueStore 優先度キャッシュ内でコミット済みのデータバイト数 バイト
bluestore_pricache:data_pri0_bytes BlueStore 優先度キャッシュ内の優先度 0 データバイト数 バイト
bluestore_pricache:data_pri10_bytes BlueStore 優先度キャッシュ内の優先度 10 データバイト数 バイト
bluestore_pricache:data_pri11_bytes BlueStore 優先度キャッシュ内の優先度 11 データバイト数 バイト
bluestore_pricache:data_pri1_bytes BlueStore 優先度キャッシュ内の優先度 1 データバイト数 バイト
bluestore_pricache:data_pri2_bytes BlueStore 優先度キャッシュ内の優先度 2 データバイト数 バイト
bluestore_pricache:data_pri3_bytes BlueStore 優先度キャッシュ内の優先度 3 データバイト数 バイト
bluestore_pricache:data_pri4_bytes BlueStore 優先度キャッシュ内の優先度 4 データバイト数 バイト
bluestore_pricache:data_pri5_bytes BlueStore 優先度キャッシュ内の優先度 5 データバイト数 バイト
bluestore_pricache:data_pri6_bytes BlueStore 優先度キャッシュ内の優先度 6 データバイト数 バイト
bluestore_pricache:data_pri7_bytes BlueStore 優先度キャッシュ内の優先度 7 データバイト数 バイト
bluestore_pricache:data_pri8_bytes BlueStore 優先度キャッシュ内の優先度 8 データバイト数 バイト
bluestore_pricache:data_pri9_bytes BlueStore 優先度キャッシュ内の優先度 9 データバイト数 バイト
bluestore_pricache:data_reserved_bytes BlueStore 優先度キャッシュ内で予約済みのデータバイト数 バイト
bluestore_pricache:kv_committed_bytes BlueStore 優先度キャッシュ内でコミット済みの KV バイト数 バイト
bluestore_pricache:kv_onode_committed_bytes BlueStore 優先度キャッシュ内でコミット済みの ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri0_bytes BlueStore 優先度キャッシュ内の優先度 0 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri10_bytes BlueStore 優先度キャッシュ内の優先度 10 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri11_bytes BlueStore 優先度キャッシュ内の優先度 11 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri1_bytes BlueStore 優先度キャッシュ内の優先度 1 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri2_bytes BlueStore 優先度キャッシュ内の優先度 2 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri3_bytes BlueStore 優先度キャッシュ内の優先度 3 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri4_bytes BlueStore 優先度キャッシュ内の優先度 4 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri5_bytes BlueStore 優先度キャッシュ内の優先度 5 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri6_bytes BlueStore 優先度キャッシュ内の優先度 6 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri7_bytes BlueStore 優先度キャッシュ内の優先度 7 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri8_bytes BlueStore 優先度キャッシュ内の優先度 8 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_pri9_bytes BlueStore 優先度キャッシュ内の優先度 9 ONode KV バイト数 バイト
bluestore_pricache:kv_onode_reserved_bytes BlueStore 優先度キャッシュ内で予約済みの ONode KV バイト数 バイト
bluestore_pricache:kv_pri0_bytes BlueStore 優先度キャッシュ内の優先度 0 KV バイト数 バイト
bluestore_pricache:kv_pri10_bytes BlueStore 優先度キャッシュ内の優先度 10 KV バイト数 バイト
bluestore_pricache:kv_pri11_bytes BlueStore 優先度キャッシュ内の優先度 11 KV バイト数 バイト
bluestore_pricache:kv_pri1_bytes BlueStore 優先度キャッシュ内の優先度 1 KV バイト数 バイト
bluestore_pricache:kv_pri2_bytes BlueStore 優先度キャッシュ内の優先度 2 KV バイト数 バイト
bluestore_pricache:kv_pri3_bytes BlueStore 優先度キャッシュ内の優先度 3 KV バイト数 バイト
bluestore_pricache:kv_pri4_bytes BlueStore 優先度キャッシュ内の優先度 4 KV バイト数 バイト
bluestore_pricache:kv_pri5_bytes BlueStore 優先度キャッシュ内の優先度 5 KV バイト数 バイト
bluestore_pricache:kv_pri6_bytes BlueStore 優先度キャッシュ内の優先度 6 KV バイト数 バイト
bluestore_pricache:kv_pri7_bytes BlueStore 優先度キャッシュ内の優先度 7 KV バイト数 バイト
bluestore_pricache:kv_pri8_bytes BlueStore 優先度キャッシュ内の優先度 8 KV バイト数 バイト
bluestore_pricache:kv_pri9_bytes BlueStore 優先度キャッシュ内の優先度 9 KV バイト数 バイト
bluestore_pricache:kv_reserved_bytes BlueStore 優先度キャッシュ内で予約済みの KV バイト数 バイト
bluestore_pricache:meta_committed_bytes BlueStore 優先度キャッシュ内でコミット済みのメタデータバイト数 バイト
bluestore_pricache:meta_pri0_bytes BlueStore 優先度キャッシュ内の優先度 0 メタデータバイト数 バイト
bluestore_pricache:meta_pri10_bytes BlueStore 優先度キャッシュ内の優先度 10 メタデータバイト数 バイト
bluestore_pricache:meta_pri11_bytes BlueStore 優先度キャッシュ内の優先度 11 メタデータバイト数 バイト
bluestore_pricache:meta_pri1_bytes BlueStore 優先度キャッシュ内の優先度 1 メタデータバイト数 バイト
bluestore_pricache:meta_pri2_bytes BlueStore 優先度キャッシュ内の優先度 2 メタデータバイト数 バイト
bluestore_pricache:meta_pri3_bytes BlueStore 優先度キャッシュ内の優先度 3 メタデータバイト数 バイト
bluestore_pricache:meta_pri4_bytes BlueStore 優先度キャッシュ内の優先度 4 メタデータバイト数 バイト
bluestore_pricache:meta_pri5_bytes BlueStore 優先度キャッシュ内の優先度 5 メタデータバイト数 バイト
bluestore_pricache:meta_pri6_bytes BlueStore 優先度キャッシュ内の優先度 6 メタデータバイト数 バイト
bluestore_pricache:meta_pri7_bytes BlueStore 優先度キャッシュ内の優先度 7 メタデータバイト数 バイト
bluestore_pricache:meta_pri8_bytes BlueStore 優先度キャッシュ内の優先度 8 メタデータバイト数 バイト
bluestore_pricache:meta_pri9_bytes BlueStore 優先度キャッシュ内の優先度 9 メタデータバイト数 バイト
bluestore_pricache:meta_reserved_bytes BlueStore 優先度キャッシュ内で予約済みのメタデータバイト数 バイト
bluestore_pricache_cache_bytes BlueStore 優先度キャッシュの総バイト数 バイト
bluestore_pricache_heap_bytes BlueStore 優先度キャッシュのヒープメモリバイト数 バイト
bluestore_pricache_mapped_bytes BlueStore 優先度キャッシュのマッピング済みバイト数 バイト
bluestore_pricache_target_bytes BlueStore 優先度キャッシュの目標バイト数 バイト
bluestore_pricache_unmapped_bytes BlueStore 優先度キャッシュの未マッピングバイト数 バイト
bluestore_read_lat_count BlueStore 読み取り操作遅延のカウント
bluestore_read_lat_sum BlueStore 読み取り操作遅延の合計 ミリ秒
bluestore_read_onode_meta_lat_count BlueStore ONode メタデータ読み取り操作遅延のカウント
bluestore_read_onode_meta_lat_sum BlueStore ONode メタデータ読み取り操作遅延の合計 ミリ秒
bluestore_read_wait_aio_lat_count BlueStore 読み取りで非同期 I/O 待ちを行った操作遅延のカウント
bluestore_read_wait_aio_lat_sum BlueStore 読み取りで非同期 I/O 待ちを行った操作遅延の合計 ミリ秒
bluestore_reads_with_retries BlueStore 読み取り操作で再試行が必要だった回数
bluestore_remove_lat_count BlueStore 削除操作遅延のカウント
bluestore_remove_lat_sum BlueStore 削除操作遅延の合計 ミリ秒
bluestore_slow_aio_wait_count BlueStore 低速経路での非同期 I/O 待ち回数
bluestore_slow_committed_kv_count BlueStore 低速経路でコミット済みの KV 操作回数
bluestore_slow_read_onode_meta_count BlueStore 低速経路で ONode メタデータを読み取った回数
bluestore_slow_read_wait_aio_count BlueStore 低速経路で非同期 I/O 待ちを行った読み取り回数
bluestore_state_aio_wait_lat_count BlueStore 状態 AIO 待ち操作遅延のカウント
bluestore_state_aio_wait_lat_sum BlueStore 状態 AIO 待ち操作遅延の合計 ミリ秒
bluestore_state_deferred_aio_wait_lat_count BlueStore 状態の延期 AIO 待ち操作遅延のカウント
bluestore_state_deferred_aio_wait_lat_sum BlueStore 状態の延期 AIO 待ち操作遅延の合計 ミリ秒
bluestore_state_deferred_cleanup_lat_count BlueStore 状態の延期クリーンアップ操作遅延のカウント
bluestore_state_deferred_cleanup_lat_sum BlueStore 状態の延期クリーンアップ操作遅延の合計 ミリ秒
bluestore_state_deferred_queued_lat_count BlueStore 状態の延期キュー操作遅延のカウント
bluestore_state_deferred_queued_lat_sum BlueStore 状態の延期キュー操作遅延の合計 ミリ秒
bluestore_state_done_lat_count BlueStore 状態完了操作遅延のカウント
bluestore_state_done_lat_sum BlueStore 状態完了操作遅延の合計 ミリ秒
bluestore_state_finishing_lat_count BlueStore 状態終了処理操作遅延のカウント
bluestore_state_finishing_lat_sum BlueStore 状態終了処理操作遅延の合計 ミリ秒
bluestore_state_io_done_lat_count BlueStore 状態 I/O 完了操作遅延のカウント
bluestore_state_io_done_lat_sum BlueStore 状態 I/O 完了操作遅延の合計 ミリ秒
bluestore_state_kv_commiting_lat_count BlueStore 状態 KV コミット処理遅延のカウント
bluestore_state_kv_commiting_lat_sum BlueStore 状態 KV コミット処理遅延の合計 ミリ秒
bluestore_state_kv_done_lat_count BlueStore 状態 KV 完了操作遅延のカウント
bluestore_state_kv_done_lat_sum BlueStore 状態 KV 完了操作遅延の合計 ミリ秒
bluestore_state_kv_queued_lat_count BlueStore 状態 KV キュー操作遅延のカウント
bluestore_state_kv_queued_lat_sum BlueStore 状態 KV キュー操作遅延の合計 ミリ秒
bluestore_state_prepare_lat_count BlueStore 状態準備操作遅延のカウント
bluestore_state_prepare_lat_sum BlueStore 状態準備操作遅延の合計 ミリ秒
bluestore_stored BlueStore に保存されたバイト数 バイト
bluestore_truncate_lat_count BlueStore 切り詰め操作遅延のカウント
bluestore_truncate_lat_sum BlueStore 切り詰め操作遅延の合計 ミリ秒
bluestore_txc_commit_lat_count BlueStore トランザクションコミット操作遅延のカウント
bluestore_txc_commit_lat_sum BlueStore トランザクションコミット操作遅延の合計 ミリ秒
bluestore_txc_submit_lat_count BlueStore トランザクション送信操作遅延のカウント
bluestore_txc_submit_lat_sum BlueStore トランザクション送信操作遅延の合計 ミリ秒
bluestore_txc_throttle_lat_count BlueStore トランザクションスロットリング操作遅延のカウント
bluestore_txc_throttle_lat_sum BlueStore トランザクションスロットリング操作遅延の合計 ミリ秒
cluster_by_class_total_bytes クラス別のクラスタ総バイト数 バイト
cluster_by_class_total_used_bytes クラス別のクラスタ使用済みバイト数 バイト
cluster_by_class_total_used_raw_bytes クラス別のクラスタ使用済み生バイト数 バイト
cluster_osd_blocklist_count クラスタの OSD ブロックリスト数
cluster_total_bytes クラスタ総バイト数 バイト
cluster_total_used_bytes クラスタ使用済みバイト数 バイト
cluster_total_used_raw_bytes クラスタ使用済み生バイト数 バイト
daemon_health_metrics デーモンのヘルスメトリクス 単位なし
disk_occupation ディスク使用率 パーセンテージ
disk_occupation_human ディスク使用率(人間可読形式) パーセンテージ
exporter_scrape_time エクスポーターのスクレイプ時間
health_detail ヘルス詳細情報 単位なし
health_status ヘルス状態 単位なし
healthcheck_slow_ops ヘルスチェックの低速オペレーション数
mgr_metadata マネージャーメタデータ 単位なし
mgr_module_can_run マネージャーモジュールが実行可能かどうか ブール値
mgr_module_status マネージャーモジュールの状態 単位なし
mgr_status マネージャーの状態 単位なし
mon_election_call モニター選挙の呼び出し回数
mon_election_lose モニター選挙の敗北回数
mon_election_win モニター選挙の勝利回数
mon_metadata モニターメタデータ 単位なし
mon_num_elections モニター選挙回数
mon_num_sessions モニターセッション数
mon_quorum_status モニターのクォーラム状態 単位なし
mon_session_add モニターセッション追加回数
mon_session_rm モニターセッション削除回数
mon_session_trim モニターセッショントリム回数
num_objects_degraded 劣化したオブジェクト数
num_objects_misplaced 誤配置されたオブジェクト数
num_objects_unfound 見つからないオブジェクト数
objecter_op_active 現在アクティブなオブジェクト操作数
objecter_op_r オブジェクト読み取り操作数
objecter_op_rmw オブジェクトの読み取り・変更・書き込み操作数
objecter_op_w オブジェクト書き込み操作数
osd_apply_latency_ms OSD 適用遅延 ミリ秒
osd_commit_latency_ms OSD コミット遅延 ミリ秒
osd_flag_nobackfill OSD のバックフィル無効フラグ ブール値
osd_flag_nodeep_scrub OSD の deep scrub 無効フラグ ブール値
osd_flag_nodown OSD のダウン無効フラグ ブール値
osd_flag_noin OSD のイン無効フラグ ブール値
osd_flag_noout OSD のアウト無効フラグ ブール値
osd_flag_norebalance OSD のリバランス無効フラグ ブール値
osd_flag_norecover OSD のリカバリ無効フラグ ブール値
osd_flag_noscrub OSD の scrub 無効フラグ ブール値
osd_flag_noup OSD のアップ無効フラグ ブール値
osd_in OSD がオンラインかどうか ブール値
osd_metadata OSD メタデータ 単位なし
osd_numpg OSD 上の PG 数
osd_numpg_removing OSD 上で削除中の PG 数
osd_op OSD オペレーション数
osd_op_before_queue_op_lat_count OSD オペレーションのキュー投入前遅延カウント
osd_op_before_queue_op_lat_sum OSD オペレーションのキュー投入前遅延合計 ミリ秒
osd_op_delayed_degraded 劣化により遅延した OSD オペレーション回数
osd_op_delayed_unreadable 読み取り不能により遅延した OSD オペレーション回数
osd_op_in_bytes OSD オペレーションの入力バイト数 バイト
osd_op_latency_count OSD オペレーション遅延のカウント
osd_op_latency_sum OSD オペレーション遅延の合計 ミリ秒
osd_op_out_bytes OSD オペレーションの出力バイト数 バイト
osd_op_prepare_latency_count OSD オペレーション準備段階の遅延カウント
osd_op_prepare_latency_sum OSD オペレーション準備段階の遅延合計 ミリ秒
osd_op_process_latency_count OSD オペレーション処理段階の遅延カウント
osd_op_process_latency_sum OSD オペレーション処理段階の遅延合計 ミリ秒
osd_op_r OSD 読み取りオペレーション数
osd_op_r_latency_count OSD 読み取りオペレーション遅延のカウント
osd_op_r_latency_sum OSD 読み取りオペレーション遅延の合計 ミリ秒
osd_op_r_out_bytes OSD 読み取りオペレーションの出力バイト数 バイト
osd_op_r_prepare_latency_count OSD 読み取りオペレーション準備段階の遅延カウント
osd_op_r_prepare_latency_sum OSD 読み取りオペレーション準備段階の遅延合計 ミリ秒
osd_op_r_process_latency_count OSD 読み取りオペレーション処理段階の遅延カウント
osd_op_r_process_latency_sum OSD 読み取りオペレーション処理段階の遅延合計 ミリ秒
osd_op_rw OSD 読み書きオペレーション数
osd_op_rw_in_bytes OSD 読み書きオペレーションの入力バイト数 バイト
osd_op_rw_latency_count OSD 読み書きオペレーション遅延のカウント
osd_op_rw_latency_sum OSD 読み書きオペレーション遅延の合計 ミリ秒
osd_op_rw_out_bytes OSD 読み書きオペレーションの出力バイト数 バイト
osd_op_rw_prepare_latency_count OSD 読み書きオペレーション準備段階の遅延カウント
osd_op_rw_prepare_latency_sum OSD 読み書きオペレーション準備段階の遅延合計 ミリ秒
osd_op_rw_process_latency_count OSD 読み書きオペレーション処理段階の遅延カウント
osd_op_rw_process_latency_sum OSD 読み書きオペレーション処理段階の遅延合計 ミリ秒
osd_op_w OSD 書き込みオペレーション数
osd_op_w_in_bytes OSD 書き込みオペレーションの入力バイト数 バイト
osd_op_w_latency_count OSD 書き込みオペレーション遅延のカウント
osd_op_w_latency_sum OSD 書き込みオペレーション遅延の合計 ミリ秒
osd_op_w_prepare_latency_count OSD 書き込みオペレーション準備段階の遅延カウント
osd_op_w_prepare_latency_sum OSD 書き込みオペレーション準備段階の遅延合計 ミリ秒
osd_op_w_process_latency_count OSD 書き込みオペレーション処理段階の遅延カウント
osd_op_w_process_latency_sum OSD 書き込みオペレーション処理段階の遅延合計 ミリ秒
osd_op_wip OSD で処理中のオペレーション数
osd_recovery_bytes OSD のリカバリバイト数 バイト
osd_recovery_ops OSD のリカバリオペレーション数
osd_stat_bytes OSD 統計バイト数 バイト
osd_stat_bytes_used OSD 統計の使用済みバイト数 バイト
osd_up OSD がオンラインかどうか ブール値
osd_weight OSD の重み 単位なし
paxos_accept_timeout Paxos の受諾タイムアウト回数
paxos_begin Paxos 開始回数
paxos_begin_bytes_count Paxos 開始時のバイト数 バイト
paxos_begin_bytes_sum Paxos 開始時のバイト合計 バイト
paxos_begin_keys_count Paxos 開始時のキー数
paxos_begin_keys_sum Paxos 開始時のキー合計
paxos_begin_latency_count Paxos 開始遅延のカウント
paxos_begin_latency_sum Paxos 開始遅延の合計 ミリ秒
paxos_collect Paxos 収集回数
paxos_collect_bytes_count Paxos 収集時のバイト数 バイト
paxos_collect_bytes_sum Paxos 収集時のバイト合計 バイト
paxos_collect_keys_count Paxos 収集時のキー数
paxos_collect_keys_sum Paxos 収集時のキー合計
paxos_collect_latency_count Paxos 収集遅延のカウント
paxos_collect_latency_sum Paxos 収集遅延の合計 ミリ秒
paxos_collect_timeout Paxos 収集タイムアウト回数
paxos_collect_uncommitted Paxos 収集で未コミットだった回数
paxos_commit Paxos コミット回数
paxos_commit_bytes_count Paxos コミット時のバイト数 バイト
paxos_commit_bytes_sum Paxos コミット時のバイト合計 バイト
paxos_commit_keys_count Paxos コミット時のキー数
paxos_commit_keys_sum Paxos コミット時のキー合計
paxos_commit_latency_count Paxos コミット遅延のカウント
paxos_commit_latency_sum Paxos コミット遅延の合計 ミリ秒
paxos_lease_ack_timeout Paxos リース確認タイムアウト回数
paxos_lease_timeout Paxos リースタイムアウト回数
paxos_new_pn Paxos の新しい提案番号
paxos_new_pn_latency_count Paxos の新しい提案番号生成遅延のカウント
paxos_new_pn_latency_sum Paxos の新しい提案番号生成遅延の合計 ミリ秒
paxos_refresh Paxos リフレッシュ回数
paxos_refresh_latency_count Paxos リフレッシュ遅延のカウント
paxos_refresh_latency_sum Paxos リフレッシュ遅延の合計 ミリ秒
paxos_restart Paxos 再起動回数
paxos_share_state Paxos 状態共有回数
paxos_share_state_bytes_count Paxos 状態共有時のバイト数 バイト
paxos_share_state_bytes_sum Paxos 状態共有時のバイト合計 バイト
paxos_share_state_keys_count Paxos 状態共有時のキー数
paxos_share_state_keys_sum Paxos 状態共有時のキー合計
paxos_start_leader Paxos のリーダー開始回数
paxos_start_peon Paxos のピオン開始回数
paxos_store_state Paxos 状態保存回数
paxos_store_state_bytes_count Paxos 状態保存時のバイト数 バイト
paxos_store_state_bytes_sum Paxos 状態保存時のバイト合計 バイト
paxos_store_state_keys_count Paxos 状態保存時のキー数
paxos_store_state_keys_sum Paxos 状態保存時のキー合計
paxos_store_state_latency_count Paxos 状態保存遅延のカウント
paxos_store_state_latency_sum Paxos 状態保存遅延の合計 ミリ秒
pg_activating アクティブ化中の PG 数
pg_active アクティブな PG 数
pg_backfill_toofull バックフィル失敗(対象 OSD が満杯)の PG 数
pg_backfill_unfound バックフィル失敗(オブジェクト未発見)の PG 数
pg_backfill_wait バックフィル待ちの PG 数
pg_backfilling バックフィル中の PG 数
pg_clean クリーンな PG 数
pg_creating 作成中の PG 数
pg_deep deep scrub 中の PG 数
pg_degraded 劣化した PG 数
pg_down ダウン中の PG 数
pg_failed_repair 修復失敗の PG 数
pg_forced_backfill 強制バックフィル中の PG 数
pg_forced_recovery 強制リカバリ中の PG 数
pg_incomplete 不完全な PG 数
pg_inconsistent 不整合な PG 数
pg_laggy 遅延している PG 数
pg_peered ピアリング済みの PG 数
pg_peering ピアリング中の PG 数
pg_premerge 事前マージ中の PG 数
pg_recovering リカバリ中の PG 数
pg_recovery_toofull リカバリ失敗(対象 OSD が満杯)の PG 数
pg_recovery_unfound リカバリ失敗(オブジェクト未発見)の PG 数
pg_recovery_wait リカバリ待ちの PG 数
pg_remapped 再マッピングされた PG 数
pg_repair 修復中の PG 数
pg_scrubbing scrub 中の PG 数
pg_snaptrim スナップショットトリム中の PG 数
pg_snaptrim_error スナップショットトリム失敗の PG 数
pg_snaptrim_wait スナップショットトリム待ちの PG 数
pg_stale 古くなった PG 数
pg_total 総 PG 数
pg_undersized 想定サイズ未満の PG 数
pg_unknown 状態不明の PG 数
pg_wait 待機中の PG 数
pool_avail_raw プールで利用可能な生バイト数 バイト
pool_bytes_used プールの使用済みバイト数 バイト
pool_compress_bytes_used プールで圧縮後に使用済みのバイト数 バイト
pool_compress_under_bytes プール圧縮下限バイト数 バイト
pool_dirty プール内のダーティオブジェクト数
pool_max_avail プールの最大利用可能バイト数 バイト
pool_metadata プールメタデータ 単位なし
pool_num_bytes_recovered プールでリカバリされたバイト数 バイト
pool_num_objects_recovered プールでリカバリされたオブジェクト数
pool_objects プール内のオブジェクト数
pool_objects_repaired プール内で修復されたオブジェクト数
pool_percent_used プール使用率 パーセンテージ
pool_quota_bytes プールのバイトクォータ バイト
pool_quota_objects プールのオブジェクトクォータ
pool_rd プールの読み取りオペレーション数
pool_rd_bytes プールの読み取りバイト数 バイト
pool_recovering_bytes_per_sec プールのリカバリバイト速度 バイト/秒
pool_recovering_keys_per_sec プールのリカバリキー速度 個/秒
pool_recovering_objects_per_sec プールのリカバリオブジェクト速度 個/秒
pool_stored プールに保存されたバイト数 バイト
pool_stored_raw プールに保存された生バイト数 バイト
pool_wr プールの書き込みオペレーション数
pool_wr_bytes プールの書き込みバイト数 バイト
prioritycache:full_committed_bytes 優先度キャッシュ内の完全コミット済みバイト数 バイト
prioritycache:full_pri0_bytes 優先度キャッシュ内の優先度 0 の完全コミット済みバイト数 バイト
prioritycache:full_pri10_bytes 優先度キャッシュ内の優先度 10 の完全コミット済みバイト数 バイト
prioritycache:full_pri11_bytes 優先度キャッシュ内の優先度 11 の完全コミット済みバイト数 バイト
prioritycache:full_pri1_bytes 優先度キャッシュ内の優先度 1 の完全コミット済みバイト数 バイト
prioritycache:full_pri2_bytes 優先度キャッシュ内の優先度 2 の完全コミット済みバイト数 バイト
prioritycache:full_pri3_bytes 優先度キャッシュ内の優先度 3 の完全コミット済みバイト数 バイト
prioritycache:full_pri4_bytes 優先度キャッシュ内の優先度 4 の完全コミット済みバイト数 バイト
prioritycache:full_pri5_bytes 優先度キャッシュ内の優先度 5 の完全コミット済みバイト数 バイト
prioritycache:full_pri6_bytes 優先度キャッシュ内の優先度 6 の完全コミット済みバイト数 バイト
prioritycache:full_pri7_bytes 優先度キャッシュ内の優先度 7 の完全コミット済みバイト数 バイト
prioritycache:full_pri8_bytes 優先度キャッシュ内の優先度 8 の完全コミット済みバイト数 バイト
prioritycache:full_pri9_bytes 優先度キャッシュ内の優先度 9 の完全コミット済みバイト数 バイト
prioritycache:full_reserved_bytes 優先度キャッシュ内で予約済みの完全コミット済みバイト数 バイト
prioritycache:inc_committed_bytes 優先度キャッシュ内の増分コミット済みバイト数 バイト
prioritycache:inc_pri0_bytes 優先度キャッシュ内の優先度 0 の増分コミット済みバイト数 バイト
prioritycache:inc_pri10_bytes 優先度キャッシュ内の優先度 10 の増分コミット済みバイト数 バイト
prioritycache:inc_pri11_bytes 優先度キャッシュ内の優先度 11 の増分コミット済みバイト数 バイト
prioritycache:inc_pri1_bytes 優先度キャッシュ内の優先度 1 の増分コミット済みバイト数 バイト
prioritycache:inc_pri2_bytes 優先度キャッシュ内の優先度 2 の増分コミット済みバイト数 バイト
prioritycache:inc_pri3_bytes 優先度キャッシュ内の優先度 3 の増分コミット済みバイト数 バイト
prioritycache:inc_pri4_bytes 優先度キャッシュ内の優先度 4 の増分コミット済みバイト数 バイト
prioritycache:inc_pri5_bytes 優先度キャッシュ内の優先度 5 の増分コミット済みバイト数 バイト
prioritycache:inc_pri6_bytes 優先度キャッシュ内の優先度 6 の増分コミット済みバイト数 バイト
prioritycache:inc_pri7_bytes 優先度キャッシュ内の優先度 7 の増分コミット済みバイト数 バイト
prioritycache:inc_pri8_bytes 優先度キャッシュ内の優先度 8 の増分コミット済みバイト数 バイト
prioritycache:inc_pri9_bytes 優先度キャッシュ内の優先度 9 の増分コミット済みバイト数 バイト
prioritycache:inc_reserved_bytes 優先度キャッシュ内で予約済みの増分コミット済みバイト数 バイト
prioritycache:kv_committed_bytes 優先度キャッシュ内でコミット済みの KV バイト数 バイト
prioritycache:kv_pri0_bytes 優先度キャッシュ内の優先度 0 の KV バイト数 バイト
prioritycache:kv_pri10_bytes 優先度キャッシュ内の優先度 10 の KV バイト数 バイト
prioritycache:kv_pri11_bytes 優先度キャッシュ内の優先度 11 の KV バイト数 バイト
prioritycache:kv_pri1_bytes 優先度キャッシュ内の優先度 1 の KV バイト数 バイト
prioritycache:kv_pri2_bytes 優先度キャッシュ内の優先度 2 の KV バイト数 バイト
prioritycache:kv_pri3_bytes 優先度キャッシュ内の優先度 3 の KV バイト数 バイト
prioritycache:kv_pri4_bytes 優先度キャッシュ内の優先度 4 の KV バイト数 バイト
prioritycache:kv_pri5_bytes 優先度キャッシュ内の優先度 5 の KV バイト数 バイト
prioritycache:kv_pri6_bytes 優先度キャッシュ内の優先度 6 の KV バイト数 バイト
prioritycache:kv_pri7_bytes 優先度キャッシュ内の優先度 7 の KV バイト数 バイト
prioritycache:kv_pri8_bytes 優先度キャッシュ内の優先度 8 の KV バイト数 バイト
prioritycache:kv_pri9_bytes 優先度キャッシュ内の優先度 9 の KV バイト数 バイト
prioritycache:kv_reserved_bytes 優先度キャッシュ内で予約済みの KV バイト数 バイト
prioritycache_cache_bytes 優先度キャッシュの総バイト数 バイト
prioritycache_heap_bytes 優先度キャッシュのヒープメモリバイト数 バイト
prioritycache_mapped_bytes 優先度キャッシュのマッピング済みバイト数 バイト
prioritycache_target_bytes 優先度キャッシュの目標バイト数 バイト
prioritycache_unmapped_bytes 優先度キャッシュの未マッピングバイト数 バイト
prometheus_collect_duration_seconds_count Prometheus 収集継続時間のカウント
prometheus_collect_duration_seconds_sum Prometheus 収集継続時間の合計
rocksdb_compact RocksDB のコンパクション回数
rocksdb_compact_completed 完了した RocksDB のコンパクション回数
rocksdb_compact_lasted RocksDB の直近コンパクション継続時間
rocksdb_compact_queue_len RocksDB のコンパクションキュー長
rocksdb_compact_queue_merge RocksDB のコンパクションキューマージ回数
rocksdb_compact_running 実行中の RocksDB コンパクション数
rocksdb_get_latency_count RocksDB 取得操作遅延のカウント
rocksdb_get_latency_sum RocksDB 取得操作遅延の合計 ミリ秒
rocksdb_rocksdb_write_delay_time_count RocksDB 書き込み遅延時間のカウント
rocksdb_rocksdb_write_delay_time_sum RocksDB 書き込み遅延時間の合計 ミリ秒
rocksdb_rocksdb_write_memtable_time_count RocksDB メモリテーブル書き込み時間のカウント
rocksdb_rocksdb_write_memtable_time_sum RocksDB メモリテーブル書き込み時間の合計 ミリ秒
rocksdb_rocksdb_write_pre_and_post_time_count RocksDB 書き込み前後処理時間のカウント
rocksdb_rocksdb_write_pre_and_post_time_sum RocksDB 書き込み前後処理時間の合計 ミリ秒
rocksdb_rocksdb_write_wal_time_count RocksDB WAL 書き込み時間のカウント
rocksdb_rocksdb_write_wal_time_sum RocksDB WAL 書き込み時間の合計 ミリ秒
rocksdb_submit_latency_count RocksDB 送信操作遅延のカウント
rocksdb_submit_latency_sum RocksDB 送信操作遅延の合計 ミリ秒
rocksdb_submit_sync_latency_count RocksDB 同期送信操作遅延のカウント
rocksdb_submit_sync_latency_sum RocksDB 同期送信操作遅延の合計 ミリ秒
trackedop_slow_ops_count 追跡された低速オペレーション数
nvmeof_gateway_info ゲートウェイ情報 単位なし
nvmeof_bdev_capacity_bytes BDEV 容量(バイト) バイト
nvmeof_bdev_metadata BDEV メタデータ 単位なし
nvmeof_bdev_reads_completed_total 完了した読み取りオペレーション総数
nvmeof_bdev_writes_completed_total 完了した書き込みオペレーション総数
nvmeof_bdev_read_bytes_total 正常に読み取られた総バイト数 バイト
nvmeof_bdev_written_bytes_total 正常に書き込まれた総バイト数 バイト
nvmeof_bdev_read_seconds_total READ I/O の処理に費やした総時間
nvmeof_bdev_write_seconds_total WRITE I/O の処理に費やした総時間
nvmeof_reactor_seconds_total Reactor スレッドのアクティブ時間(秒)
nvmeof_subsystem_metadata サブシステム設定のメタデータ 単位なし
nvmeof_subsystem_listener_count サブシステムで使用されるリスナーアドレス数
nvmeof_subsystem_host_count サブシステムに定義されたホスト数
nvmeof_subsystem_namespace_limit サポートされる最大名前空間数
nvmeof_subsystem_namespace_metadata サブシステムの名前空間情報 単位なし
nvmeof_host_connection_state ホスト接続状態(0=切断、1=接続) 単位なし
nvmeof_subsystem_listener_iface_info インターフェース情報 単位なし
nvmeof_subsystem_listener_iface_speed_bytes リスナーインターフェースのリンク速度(バイト) バイト
nvmeof_subsystem_listener_iface_nqn_info サブシステムによる NIC デバイスの使用状況 単位なし
nvmeof_rpc_method_seconds RPC メソッド呼び出しの実行時間

フィードバック

このページは役に立ちましたか?