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.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index 0d07513a67a6..e418f3d8f427 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -188,6 +188,12 @@ memory usage. Its seven fields are explained in Table 1-3. The stat file
188contains details information about the process itself. Its fields are 188contains details information about the process itself. Its fields are
189explained in Table 1-4. 189explained in Table 1-4.
190 190
191(for SMP CONFIG users)
192For making accounting scalable, RSS related information are handled in
193asynchronous manner and the vaule may not be very precise. To see a precise
194snapshot of a moment, you can see /proc/<pid>/smaps file and scan page table.
195It's slow but very precise.
196
191Table 1-2: Contents of the statm files (as of 2.6.30-rc7) 197Table 1-2: Contents of the statm files (as of 2.6.30-rc7)
192.............................................................................. 198..............................................................................
193 Field Content 199 Field Content