sudo docker stats $(sudo docker inspect -f "{{ .Name }}" $(sudo docker ps -q))
Shows live CPU usage of all running containers.