摘要: 统计docker内存占用量 #!/bash/bash memG=$(docker stats --no-stream |awk '{print $3 ,$4}'|grep GiB|awk '{mem=mem+$1} END{print mem}') memM=$(docker stats --no- 阅读全文
posted @ 2020-06-15 10:35 清哥哥 阅读(160) 评论(0) 推荐(0) 编辑