Obtaining performance information about individual control ports

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: Control port IDs (uuid)

  • receiveTransferRate: Amount of data received per second [MiB/sec]

  • sendTransferRate: Amount of data sent per second [MiB/sec]

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

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

    REST API: GET /v1/objects/control-ports

    CLI: control_port_list

  2. Obtain performance information.

    Run either of the following commands with the control port ID specified.

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

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

    CLI (low-resolution): control_port_performance_show

    CLI (high-resolution): control_port_detail_performance_show