
$
docker stats
in your CLI and you’ll get a read out of the
CPU, memory, network, and disk usage for all your running
containers. But this command only gives you a current moment in
time.What if you wanted to see the evolution of the resources over
time?Or see how much CPU and memory a Docker Compose project is
using?