docker stats 查看容器资源使用情况

  查看所有容器资源使用情况

    docker stats -a

  结果只输出一次

    docker stats --no-stream

  查看指定容器资源使用情况

    docker stats test2

    

原文地址:https://www.cnblogs.com/S--S/p/11720630.html