Obtaining performance information about individual drives

Virtual Storage Platform One SDS Block System Administrator Guide

Version
1.15.x
Audience
anonymous
Part Number
MK-24VSP1SDS001-02

The following information can be obtained.

  • id: Drive ID (uuid)

  • readIOPS: Number of read operations per second [IOPS]

  • writeIOPS: Number of write operations per second [IOPS]

  • readTransferRate: Read transfer amount per second [MiB/sec]

  • writeTransferRate: Write transfer amount per second [MiB/sec]

  • responseTime: Average response time [msec]

  • usage: Ratio of I/O operating time of the drive against elapsed time [%]

  • Required role: Storage, RemoteCopy, Monitor, or Resource

  1. Verify the ID of the drive for which you want to obtain performance information.

    REST API: GET /v1/objects/drives

    CLI: drive_list

  2. Obtain performance information.

    Run one of the following commands with the drive ID specified.

    REST API (low-resolution): GET /v1/objects/performances/drives/<id>

    REST API (high-resolution): GET /v1/objects/detail-performances/drives/<id>

    CLI (low-resolution): drive_performance_show

    CLI (high-resolution): drive_detail_performance_show

Note:

When the following operations or failures occur, drive access may occur asynchronously with I/O from the compute node. If the system load is high, the performance may be temporarily affected.

  • Expanding storage pool

  • Volume operations

  • Storage node maintenance

  • Adding and removing storage nodes

  • Adding and removing drives

  • Storage node failure

  • Drive failure