aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/proc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/filesystems/proc.txt')
-rw-r--r--Documentation/filesystems/proc.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index c3b6b301d8b0..6f7fafde0884 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -205,7 +205,7 @@ asynchronous manner and the value may not be very precise. To see a precise
205snapshot of a moment, you can see /proc/<pid>/smaps file and scan page table. 205snapshot of a moment, you can see /proc/<pid>/smaps file and scan page table.
206It's slow but very precise. 206It's slow but very precise.
207 207
208Table 1-2: Contents of the status files (as of 3.20.0) 208Table 1-2: Contents of the status files (as of 4.1)
209.............................................................................. 209..............................................................................
210 Field Content 210 Field Content
211 Name filename of the executable 211 Name filename of the executable
@@ -235,6 +235,7 @@ Table 1-2: Contents of the status files (as of 3.20.0)
235 VmExe size of text segment 235 VmExe size of text segment
236 VmLib size of shared library code 236 VmLib size of shared library code
237 VmPTE size of page table entries 237 VmPTE size of page table entries
238 VmPMD size of second level page tables
238 VmSwap size of swap usage (the number of referred swapents) 239 VmSwap size of swap usage (the number of referred swapents)
239 Threads number of threads 240 Threads number of threads
240 SigQ number of signals queued/max. number for queue 241 SigQ number of signals queued/max. number for queue