aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/proc.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 3a9d65c912e7..a7d6c06f36c4 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -424,6 +424,9 @@ Private_Clean: 0 kB
424Private_Dirty: 0 kB 424Private_Dirty: 0 kB
425Referenced: 892 kB 425Referenced: 892 kB
426Anonymous: 0 kB 426Anonymous: 0 kB
427AnonHugePages: 0 kB
428Shared_Hugetlb: 0 kB
429Private_Hugetlb: 0 kB
427Swap: 0 kB 430Swap: 0 kB
428SwapPss: 0 kB 431SwapPss: 0 kB
429KernelPageSize: 4 kB 432KernelPageSize: 4 kB
@@ -452,6 +455,11 @@ and a page is modified, the file page is replaced by a private anonymous copy.
452"Swap" shows how much would-be-anonymous memory is also used, but out on 455"Swap" shows how much would-be-anonymous memory is also used, but out on
453swap. 456swap.
454"SwapPss" shows proportional swap share of this mapping. 457"SwapPss" shows proportional swap share of this mapping.
458"AnonHugePages" shows the ammount of memory backed by transparent hugepage.
459"Shared_Hugetlb" and "Private_Hugetlb" show the ammounts of memory backed by
460hugetlbfs page which is *not* counted in "RSS" or "PSS" field for historical
461reasons. And these are not included in {Shared,Private}_{Clean,Dirty} field.
462
455"VmFlags" field deserves a separate description. This member represents the kernel 463"VmFlags" field deserves a separate description. This member represents the kernel
456flags associated with the particular virtual memory area in two letter encoded 464flags associated with the particular virtual memory area in two letter encoded
457manner. The codes are the following: 465manner. The codes are the following: