projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8dc5e
)
Documentation: missing proc/$PID/stat field
author
Leonardo Chiquitto
<leonardo@iken.com.br>
Sun, 3 Feb 2008 14:17:16 +0000
(16:17 +0200)
committer
Adrian Bunk
<bunk@kernel.org>
Sun, 3 Feb 2008 14:17:16 +0000
(16:17 +0200)
There's a missing field in the /proc/$PID/stat output documented in
Documentation/filesystems/proc.txt.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Documentation/filesystems/proc.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/filesystems/proc.txt
b/Documentation/filesystems/proc.txt
index 194c8f35132065496048f8ae0bd80b688240d96c..0b1b0c0086137c6bb07a1f220ccb6df7d31832b6 100644
(file)
--- a/
Documentation/filesystems/proc.txt
+++ b/
Documentation/filesystems/proc.txt
@@
-216,6
+216,7
@@
Table 1-3: Contents of the stat files (as of 2.6.22-rc3)
priority priority level
nice nice level
num_threads number of threads
+ it_real_value (obsolete, always 0)
start_time time the process started after system boot
vsize virtual memory size
rss resident set memory size