メインコンテンツへスキップ

サイト間の ILM レプリケーションまたは StorageGRID のSiteWideイレイジャー コーディングによって生成されるネットワーク トラフィックの量を判断する方法はありますか?

Views:
5
Visibility:
Public
Votes:
0
Category:
storagegrid-webscale
Specialty:
sgrid
Last Updated:

環境

StorageGRID

回答

  • いいえ、StorageGRIDには、サイト間の合計ネットワーク トラフィックを表示する組み込み機能はありません。
  • ノードごとのネットワーク トラフィック監視のみを提供します。

:サイト間の合計トラフィックを直接表示することはできませんが、サイト内のすべてのノードのノードごとのデータを集計すると、サイト間トラフィックの見積もりが得られます。

追加情報

次の方法を使用して、各ノードのネットワーク トラフィックを確認できます:

  • GRID Manager ダッシュボードで確認する
    • GRID Managerダッシュボードには、各ノードのネットワーク トラフィック統計がグラフと数値の両方の形式で表示されます。
    • 次の場所に移動します: ノード > ターゲットノードを選択 > ネットワークタブ
    • ここでは、送受信バイト数や転送速度などの指標を確認できます。
    • これにより、ILM操作によるものも含め、データ転送の傾向を観察できます。
  • Prometheus API 経由でメトリクスを取得する
    • StorageGRIDにはPrometheusベースのモニタリング機能が搭載されており、APIを使用して詳細なメトリクスを取得できます。
    • 例えば、 node_network_transmit_bytes_totalnode_network_receive_bytes_totalなどのメトリクスを使用して、各ノードのネットワーク転送量を定量的に取得できます。
    • APIを使用することで、特定の期間のデータを集計し、レポート生成を自動化できます。

例: https://<StorageGRID_IP>/metrics/graph?g0.expr=node_network_receive_bytes_total&g0.tab=0&g0.display_mode=lines&g0.show_exemplars=0&g0.range_input=1h

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.