Skip to content

Commit 4ba1d72

Browse files
rddunlapJonathan Corbet
authored andcommitted
Documentation: /proc/loadavg: add 3 more field descriptions
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>
1 parent 78f101a commit 4ba1d72

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/filesystems/proc.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,10 @@ files are there, and which are missing.
687687
kcore Kernel core image (can be ELF or A.OUT(deprecated in 2.4))
688688
kmsg Kernel messages
689689
ksyms Kernel symbol table
690-
loadavg Load average of last 1, 5 & 15 minutes
690+
loadavg Load average of last 1, 5 & 15 minutes;
691+
number of processes currently runnable (running or on ready queue);
692+
total number of processes in system;
693+
last pid created.
691694
locks Kernel locks
692695
meminfo Memory info
693696
misc Miscellaneous

0 commit comments

Comments
 (0)