摘要:
#!/bin/bash for x in $(cf a|grep started|tr -s " " |cut -d " " -f 1) do ins_quantity=$(cf a|grep $x|tr -s " "|cut -d " " -f 3|cut -d "/" -f 2); app_memory=$(cf a|grep $x|tr -s " "|c... 阅读全文
posted @ 2017-12-23 18:42
老农夫
阅读(362)
评论(0)
推荐(0)

浙公网安备 33010602011771号