diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-02-03 06:32:43 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-02-05 00:35:05 +0300 |
commit | 4ba1d726c45d644525883565ff5850ddc7b4a718 (patch) | |
tree | 1fb33b58a9391ccdf58560be7d028ea40b70fc08 /Documentation/filesystems/proc.rst | |
parent | 78f101a1b25848a364c632237ee6a7a6ec468235 (diff) | |
download | linux-4ba1d726c45d644525883565ff5850ddc7b4a718.tar.xz |
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>
Diffstat (limited to 'Documentation/filesystems/proc.rst')
-rw-r--r-- | Documentation/filesystems/proc.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst index 2fa69f710e2a..9abdba17565e 100644 --- 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 |