摘要: cpu = instances['vcpus_current'] cpu1 = str(cpu) + '核' memory = instances['memory_current'] / 1024 memory1=str(memory) + 'G' info = str(cpu1) + str(me 阅读全文
posted @ 2017-07-05 19:43 tengfei520 阅读(5476) 评论(0) 推荐(0) 编辑
摘要: i-6gdkkemx 2 2 #cat cpu.txt | awk '{print $1,$2"核"$3"G"}' i-6gdkkemx 2核2G 阅读全文
posted @ 2017-07-05 19:17 tengfei520 阅读(3981) 评论(0) 推荐(1) 编辑