Closed cerealconyogurt closed 3 years ago
well, after a reading of a couple of forums I believe that ctop is showing the mem w/o cache usage, and now the docker is adding both mem stats in the command. I will look into this because I believe something changed in the docker command with the latest update.
I am looking for the mem stat w/o cache/buffer so ctop is showing what I need
@cerealconyogurt correct, ctop
only displays memory usage minus cache. Closing for now.
Hi there,
I am having different memory value when I compare the ctop value and what I get from docker command:
The command I run is:
docker stats --no-stream -a --format \ "table {{.Container}}\t{{.Name}}\t{{.MemUsage}}\t{{.CPUPerc}}"