Package version:

Bandwidth usage metrics

interface BandwidthUsage {
    current: number;
    max: number;
    provisioned: number;
}

Properties

current: number

Number of bytes written and read per second (maximum value over the last 10 minutes)

max: number

Maximum bandwidth value that can be provisioned for the storage pool

provisioned: number

Bandwidth value currently provisioned for the storage pool, in MB/s