mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	Documentation: proc.rst: add more about the 6 fields in loadavg
Address Jon's feedback on the previous patch by adding info about field separators in the /proc/loadavg file. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20210222034729.22350-1-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
		
							parent
							
								
									3c2e0a489d
								
							
						
					
					
						commit
						93ea4a0b8f
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -691,6 +691,10 @@ files are there, and which are missing.
 | 
			
		|||
                number of processes currently runnable (running or on ready queue);
 | 
			
		||||
                total number of processes in system;
 | 
			
		||||
                last pid created.
 | 
			
		||||
                All fields are separated by one space except "number of
 | 
			
		||||
                processes currently runnable" and "total number of processes
 | 
			
		||||
                in system", which are separated by a slash ('/'). Example:
 | 
			
		||||
                  0.61 0.61 0.55 3/828 22084
 | 
			
		||||
 locks        Kernel locks
 | 
			
		||||
 meminfo      Memory info
 | 
			
		||||
 misc         Miscellaneous
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue