一、XSKY 资源使用情况:
二、Zstack 资源使用情况
CPU:共
handleChangeTotal(
'cpuNum',
$index,
curV
)
"
v-model="item.cpuNumTotal"
/>
{{ item.cpuNumTotal || '__' }}
核,
使用
handleChangeUse(
'cpuNum',
$index,
curV
)
"
v-model="item.cpuNumUse"
/>
{{ item.cpuNumUse || '__' }}
核心,
使用率
{{ item.cpuNumUseRate || '__' }}
%;
内存:共
handleChangeTotal(
'memoryCapacity',
$index,
curV
)
"
v-model="item.memoryCapacityTotal"
/>
{{ item.memoryCapacityTotal || '__' }}
TB,
使用
handleChangeUse(
'memoryCapacity',
$index,
curV
)
"
v-model="item.memoryCapacityUse"
/>
{{ item.memoryCapacityUse || '__' }}
TB,
使用率
{{
item.memoryCapacityUseRate || '__'
}}
%;
储存:共
handleChangeTotal(
'storageCapacity',
$index,
curV
)
"
v-model="
item.storageCapacityTotal
"
/>
{{
item.storageCapacityTotal || '__'
}}
TB,
使用
handleChangeUse(
'storageCapacity',
$index,
curV
)
"
v-model="item.storageCapacityUse"
/>
{{ item.storageCapacityUse || '__' }}
TB,
使用率
{{
item.storageCapacityUseRate ||
'__'
}}
%;