compute limits show

コマンド概要

環境変数で指定したテナントのリソース上限一覧を表示します。


必須パラメーター

パラメーター名 データ形式 デフォルト値 パラメーター説明
--absolute | --rate なし なし --absolute: 仮想サーバのリソースの上限と使用数を表示します。--rate: 仮想サーバのリソースのレート制限情報を表示します。

任意パラメーター

パラメーター名 データ形式 デフォルト値 パラメーター説明
- - - -

コマンド使用例

$ ecl compute limits show --absolute
+--------------------------+--------+
| Name                     |  Value |
+--------------------------+--------+
| maxServerMeta            |    128 |
| maxPersonality           |      0 |
| totalServerGroupsUsed    |      0 |
| maxImageMeta             |    128 |
| maxPersonalitySize       |  10240 |
| maxTotalRAMSize          |     -1 |
| maxTotalKeypairs         |    100 |
| maxSecurityGroupRules    |     20 |
| maxServerGroups          |     10 |
| totalCoresUsed           |      5 |
| totalRAMUsed             |  20480 |
| maxSecurityGroups        |     10 |
| totalFloatingIpsUsed     |      0 |
| totalInstancesUsed       |      4 |
| totalSecurityGroupsUsed  |      1 |
| maxTotalFloatingIps      |     10 |
| maxTotalInstances        |    256 |
| maxTotalCores            |     -1 |
| maxServerGroupMembers    |     10 |
| totalSnapshotsUsed       |      0 |
| maxTotalBackups          |      0 |
| maxTotalVolumeGigabytes  | 524288 |
| maxTotalSnapshots        |      0 |
| maxTotalBackupGigabytes  |      0 |
| totalBackupGigabytesUsed |      0 |
| maxTotalVolumes          |    512 |
| totalVolumesUsed         |      3 |
| totalBackupsUsed         |      0 |
| totalGigabytesUsed       |     45 |
+--------------------------+--------+