Merge pull request #641 from cpuguy83/35295_memusage_pagecache_note

Add note about reported memory stats on linux
This commit is contained in:
Sebastiaan van Stijn 2017-10-26 02:28:06 +02:00 committed by GitHub
commit ecf06bba21
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ The `docker stats` command returns a live data stream for running containers. To
If you want more detailed information about a container's resource usage, use the `/containers/(id)/stats` API endpoint.
> **Note**: On Linux, the Docker CLI reports memory usage by subtracting page cache usage from the total memory usage. The API does not perform such a calculation but rather provides the total memory usage and the amount from the page cache so that clients can use the data as needed.
## Examples
Running `docker stats` on all running containers against a Linux daemon.