PowerFlex: come monitorare la larghezza di banda e il throughput del pool di storage utilizzando l'API REST

Summary: Questo articolo spiega come monitorare la larghezza di banda del pool di storage utilizzando l'API REST.

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

Per visualizzare le statistiche correnti di IOPS e Kb/s per pool di storage utilizzando REST, utilizzare la seguente API:

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

Restituisce le statistiche del pool di storage, tra le altre voci "*Bwc" seguenti per ogni tipo di traffico (letture primarie, scritture, ribilanciamento, ricostruzione e così via):

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

Per ottenere il numero di IOPS per ogni tipo di traffico, suddividere "numOccured" per "numSeconds", visualizzare Kb/s dividere "totalWeightInKb" per "numSeconds", per questo esempio:

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

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

Additional Information

La variabile scli --query_storage_pool produce il seguente output, che consente di vedere la quantità di traffico in corso su ogni pool di storage:
Non sono presenti contatori di questo tipo nell'API REST e questi valori devono essere calcolati.

(...) 
        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.