PowerFlex:REST APIを使用してストレージ プールの帯域幅とスループットを監視する方法
Summary: この記事では、REST APIを使用してストレージ プールの帯域幅を監視する方法について説明します。
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Instructions
RESTを使用してストレージ プールごとの現在のIOPSとKB/秒の統計情報を確認するには、次のAPIを使用します。
/api/instances/StoragePool::xxxxxxxxxxx/relationships/Statistics
ストレージ プールの統計情報と、トラフィックのタイプ(プライマリー読み取り、書き込み、再バランシング、再構築など)ごとに、次の「*Bwc」エントリーが返されます。
(...)
"primaryWriteBwc": {
"numOccured": 219,
"numSeconds": 5,
"totalWeightInKb": 111884
},
(...)
各タイプのトラフィックのIOPS数を取得するには、「numOccured」を「numSeconds」で除算し、Kb/sで「totalWeightInKb」を「numSeconds」で除算します。この例では、次のようになります。
"primaryWriteBwc": {
"numOccured": 219,
"numSeconds": 5,
"totalWeightInKb": 111884
},
===================
<<< Calcuation >>>
219/5 = ~43 IOPS
111884/5 = ~ 22376 Kb/sAdditional Information
「 scli --query_storage_pool コマンドを実行すると、次の出力が生成され、各ストレージ プールに対して行われているトラフィックの量を確認できます。
REST APIにはこのようなカウンターがないため、これらの値を計算する必要があります。
(...) Primary-reads 5365 IOPS 21.0 MB (21461 KB) per-second Primary-writes 41 IOPS 20.9 MB (21425 KB) per-second Secondary-reads 0 IOPS 0 Bytes per-second Secondary-writes 40 IOPS 20.4 MB (20870 KB) per-second Backward-rebuild-reads 0 IOPS 0 Bytes per-second Backward-rebuild-writes 0 IOPS 0 Bytes per-second Forward-rebuild-reads 0 IOPS 0 Bytes per-second Forward-rebuild-writes 0 IOPS 0 Bytes per-second Rebalance-reads 0 IOPS 0 Bytes per-second Rebalance-writes 0 IOPS 0 Bytes per-second
Affected Products
PowerFlex rack, VxFlex Product FamilyProducts
PowerFlex Appliance, PowerFlex SoftwareArticle Properties
Article Number: 000014438
Article Type: How To
Last Modified: 20 Jun 2025
Version: 7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.