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 <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 78f101a commit 4ba1d72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)