projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f101a
)
Documentation: /proc/loadavg: add 3 more field descriptions
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 3 Feb 2021 03:32:43 +0000
(19:32 -0800)
committer
Jonathan Corbet
<corbet@lwn.net>
Thu, 4 Feb 2021 21:35:05 +0000
(14:35 -0700)
Update contents of /proc/loadavg: add 3 more fields.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: linux-doc@vger.kernel.org
Link:
https://lore.kernel.org/r/fe55b139-bd03-4762-199b-83be873cf7dd@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/proc.rst
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/proc.rst
b/Documentation/filesystems/proc.rst
index 2fa69f710e2a2dd93e3241258ca8dd2fc8afd45b..9abdba17565e6c3ac88fe751afe2538a48868506 100644
(file)
--- a/
Documentation/filesystems/proc.rst
+++ b/
Documentation/filesystems/proc.rst
@@
-687,7
+687,10
@@
files are there, and which are missing.
kcore Kernel core image (can be ELF or A.OUT(deprecated in 2.4))
kmsg Kernel messages
ksyms Kernel symbol table
- loadavg Load average of last 1, 5 & 15 minutes
+ loadavg Load average of last 1, 5 & 15 minutes;
+ number of processes currently runnable (running or on ready queue);
+ total number of processes in system;
+ last pid created.
locks Kernel locks
meminfo Memory info
misc Miscellaneous