How to look stats of specific container?
above command will continouslly update the statsHow to look stats of all containers?
Command: docker stats
above command will display stats of all running containers with continouslly update the stats.
In case if you don't want stats to be updated continously, then add --no-stream
in docker stats command this will display stats only once.
For example: docker stats -no-stream or docker stats ${container name | id} --no-stream.
No comments:
Post a Comment