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/s 통계를 보려면 다음 API를 사용합니다.

 /api/instances/StoragePool::xxxxxxxxxxx/relationships/Statistics

각 트래픽 유형(기본 읽기, 쓰기, 재조정, 재구축 등)에 대한 다음 "*Bwc" 항목 중에서 스토리지 풀 통계를 반환합니다.

(...)
    "primaryWriteBwc": {
        "numOccured": 219,
        "numSeconds": 5,
        "totalWeightInKb": 111884
    },
(...)

각 트래픽 유형의 IOPS 수를 가져오려면 "numOccurreded"를 "numSeconds"로 나누고, Kb/s에서 "totalWeightInKb"를 "numSeconds"로 나누기를 확인합니다.

 
 
    "primaryWriteBwc": {
        "numOccured": 219,
        "numSeconds": 5,
        "totalWeightInKb": 111884
    },

===================
<<< Calcuation >>>
219/5 = ~43 IOPS
111884/5 = ~ 22376 Kb/s

Additional 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 Family

Products

PowerFlex Appliance, PowerFlex Software
Article 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.