{{ vm?.name || userGoods.good?.name || `用户虚拟机 #${userGoodsId}` }}
vCPU / 内存{{ vm.vcpu || '-' }} 核 / {{ formatMemory(vm.memory) }}
带宽 ↓ / ↑
{{ vm.rx_bandwidth || 0 }} / {{ vm.tx_bandwidth || 0 }} Mbps
修改
用户名{{ isWindows ? 'Administrator' : 'root' }}
远程端口{{ isWindows ? (vm.ssh_port && vm.ssh_port !== 22 ? vm.ssh_port : 3389) : (vm.ssh_port || 22) }}
外网IP
{{ vmPublicIpList[0] }}
+{{ vmPublicIpList.length - 1 }}
-
全部外网IP({{ vmPublicIpList.length }})
复制全部
{{ ip }}
复制
内网IP
{{ vmPrivateIpList[0] }}
+{{ vmPrivateIpList.length - 1 }}
-
全部内网IP({{ vmPrivateIpList.length }})
复制全部
{{ ip }}
复制
Root密码
{{ showPassword ? (vm.root_password || '-') : '••••••••' }}
流量
{{ formatTraffic(trafficUsedMb) }} / {{ formatTraffic(trafficTotalMb) }}
基础 {{ formatTraffic(trafficBaseMb) }}
· 临时 {{ formatTraffic(trafficTempMb) }}
(周期 {{ trafficCycleStartText }})
修改
加临时
续费价格¥{{ (userGoods.renewPrice / 100).toFixed(2) }}
基础价格¥{{ (userGoods.basePrice / 100).toFixed(2) }}
商品{{ userGoods.good?.name || '-' }}
备注{{ userGoods.note || '-' }}
入站安全组
{{ inPortGroup.name }} (ID:{{ inPortGroup.id }})
未绑定
出站安全组
{{ outPortGroup.name }} (ID:{{ outPortGroup.id }})
未绑定
镜像
{{ vmImage.name }} {{ vmImage.os_type }}
监控指标
CPU 使用率
{{ latestMetrics.cpu_usage?.toFixed(1) }}%
内存
{{ vmMemPercent(latestMetrics) }}%
{{ formatMemKB(latestMetrics.mem_used) }} / {{ formatMemKB(latestMetrics.mem_total) }}
磁盘 I/O
读 {{ formatBytesRaw(latestMetrics.disk_read) }}
写 {{ formatBytesRaw(latestMetrics.disk_write) }}
网络流量
↓{{ formatNetLabel(latestMetrics.net_rx) }}
↑{{ formatNetLabel(latestMetrics.net_tx) }}
累计流量
{{ latestMetrics.traffic_used_mb != null ? latestMetrics.traffic_used_mb + ' MB' : '-' }}