cpu = instances['vcpus_current']
cpu1 = str(cpu) + '核'
memory = instances['memory_current'] / 1024
memory1=str(memory) + 'G'
info = str(cpu1) + str(memory1)
print instance_id,cpu1,memory1,info

 

i-6gdkkemx 2核 2G 2核2G

相关文章:

  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2021-06-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-26
相关资源
相似解决方案