CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_loadavg.5
blobeff023b27ce75084b326aad442b3ca395d56ead8
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_loadavg 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/loadavg \- load average
10 .SH DESCRIPTION
11 .TP
12 .I /proc/loadavg
13 The first three fields in this file are load average figures
14 giving the number of jobs in the run queue (state R)
15 or waiting for disk I/O (state D) averaged over 1, 5, and 15 minutes.
16 They are the same as the load average numbers given by
17 .BR uptime (1)
18 and other programs.
19 The fourth field consists of two numbers separated by a slash (/).
20 The first of these is the number of currently runnable kernel
21 scheduling entities (processes, threads).
22 The value after the slash is the number of kernel scheduling entities
23 that currently exist on the system.
24 The fifth field is the PID of the process that was most
25 recently created on the system.
26 .SH SEE ALSO
27 .BR proc (5)