diff options
author | Johannes Weiner <hannes@cmpxchg.org> | 2016-02-03 03:57:41 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-02-03 19:28:43 +0300 |
commit | 4758e198ad3bcbc1c468e0632c53a63a7d201649 (patch) | |
tree | 073e8dbefff4e469c8b5e744c7b191e30c2efb7d /Documentation/cgroup-v2.txt | |
parent | c792e8240338e41eda4d06a3a71a7bb7af4e6156 (diff) | |
download | linux-4758e198ad3bcbc1c468e0632c53a63a7d201649.tar.xz |
Documentation: cgroup-v2: add memory.stat::sock description
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Cc: Vladimir Davydov <vdavydov@virtuozzo.com>
Cc: Michal Hocko <mhocko@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/cgroup-v2.txt')
-rw-r--r-- | Documentation/cgroup-v2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/cgroup-v2.txt b/Documentation/cgroup-v2.txt index 65b3eac8856c..e8d25e784214 100644 --- a/Documentation/cgroup-v2.txt +++ b/Documentation/cgroup-v2.txt @@ -843,6 +843,10 @@ PAGE_SIZE multiple when read back. Amount of memory used to cache filesystem data, including tmpfs and shared memory. + sock + + Amount of memory used in network transmission buffers + file_mapped Amount of cached filesystem data mapped with mmap() |