We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f101a commit 4ba1d72Copy full SHA for 4ba1d72
Documentation/filesystems/proc.rst
@@ -687,7 +687,10 @@ files are there, and which are missing.
687
kcore Kernel core image (can be ELF or A.OUT(deprecated in 2.4))
688
kmsg Kernel messages
689
ksyms Kernel symbol table
690
- loadavg Load average of last 1, 5 & 15 minutes
+ 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.
694
locks Kernel locks
695
meminfo Memory info
696
misc Miscellaneous
0 commit comments