]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man5/proc.5
user_namespaces.7: wfix
[thirdparty/man-pages.git] / man5 / proc.5
CommitLineData
fea681da 1.\" Copyright (C) 1994, 1995 by Daniel Quinlan (quinlan@yggdrasil.com)
f352b560 2.\" and Copyright (C) 2002-2008,2017 Michael Kerrisk <mtk.manpages@gmail.com>
fea681da
MK
3.\" with networking additions from Alan Cox (A.Cox@swansea.ac.uk)
4.\" and scsi additions from Michael Neuffer (neuffer@mail.uni-mainz.de)
5.\" and sysctl additions from Andries Brouwer (aeb@cwi.nl)
6.\" and System V IPC (as well as various other) additions from
c11b1abf 7.\" Michael Kerrisk <mtk.manpages@gmail.com>
fea681da 8.\"
1dd72f9c 9.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
fea681da
MK
10.\" This is free documentation; you can redistribute it and/or
11.\" modify it under the terms of the GNU General Public License as
12.\" published by the Free Software Foundation; either version 2 of
13.\" the License, or (at your option) any later version.
14.\"
15.\" The GNU General Public License's references to "object code"
16.\" and "executables" are to be interpreted as the output of any
17.\" document formatting or typesetting system, including
18.\" intermediate and printed output.
19.\"
20.\" This manual is distributed in the hope that it will be useful,
21.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
22.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23.\" GNU General Public License for more details.
24.\"
25.\" You should have received a copy of the GNU General Public
c715f741
MK
26.\" License along with this manual; if not, see
27.\" <http://www.gnu.org/licenses/>.
6a8d8745 28.\" %%%LICENSE_END
fea681da
MK
29.\"
30.\" Modified 1995-05-17 by faith@cs.unc.edu
31.\" Minor changes by aeb and Marty Leisner (leisner@sdsp.mc.xerox.com).
32.\" Modified 1996-04-13, 1996-07-22 by aeb@cwi.nl
33.\" Modified 2001-12-16 by rwhron@earthlink.net
34.\" Modified 2002-07-13 by jbelton@shaw.ca
35.\" Modified 2002-07-22, 2003-05-27, 2004-04-06, 2004-05-25
c11b1abf 36.\" by Michael Kerrisk <mtk.manpages@gmail.com>
5d6d14a0
MK
37.\" 2004-11-17, mtk -- updated notes on /proc/loadavg
38.\" 2004-12-01, mtk, rtsig-max and rtsig-nr went away in 2.6.8
568105c6
MK
39.\" 2004-12-14, mtk, updated 'statm', and fixed error in order of list
40.\" 2005-05-12, mtk, updated 'stat'
6d64ca9c 41.\" 2005-07-13, mtk, added /proc/sys/fs/mqueue/*
363f747c
MK
42.\" 2005-09-16, mtk, Added /proc/sys/fs/suid_dumpable
43.\" 2005-09-19, mtk, added /proc/zoneinfo
b4e9ee8f 44.\" 2005-03-01, mtk, moved /proc/sys/fs/mqueue/* material to mq_overview.7.
69119dc7
MK
45.\" 2008-06-05, mtk, Added /proc/[pid]/oom_score, /proc/[pid]/oom_adj,
46.\" /proc/[pid]/limits, /proc/[pid]/mountinfo, /proc/[pid]/mountstats,
47.\" and /proc/[pid]/fdinfo/*.
48.\" 2008-06-19, mtk, Documented /proc/[pid]/status.
cc2d5c36 49.\" 2008-07-15, mtk, added /proc/config.gz
363f747c 50.\"
43d42cc0 51.\" FIXME cross check against Documentation/filesystems/proc.txt
c13182ef 52.\" to see what information could be imported from that file
c533af9d 53.\" into this file.
fea681da 54.\"
4b8c67d9 55.TH PROC 5 2017-09-15 "Linux" "Linux Programmer's Manual"
fea681da 56.SH NAME
9ee4a2b6 57proc \- process information pseudo-filesystem
fea681da
MK
58.SH DESCRIPTION
59The
31fa1fd2 60.B proc
ac8727b6 61filesystem is a pseudo-filesystem which provides an interface to
c13182ef
MK
62kernel data structures.
63It is commonly mounted at
fea681da 64.IR /proc .
b574c52d
MK
65Typically, it is mounted automatically by the system,
66but it can also be mounted manually using a command such as:
67.PP
68.in +4n
69.EX
70mount \-t proc proc /proc
71.EE
72.in
73.PP
7e174651 74Most of the files in the
31fa1fd2 75.B proc
7e174651 76filesystem are read-only,
64165e01 77but some files are writable, allowing kernel variables to be changed.
7e174651 78.\"
fee59977
MK
79.SS Mount options
80The
31fa1fd2 81.B proc
fee59977
MK
82filesystem supports the following mount options:
83.TP
84.BR hidepid "=\fIn\fP (since Linux 3.3)"
85.\" commit 0499680a42141d86417a8fbaa8c8db806bea1201
86This option controls who can access the information in
87.IR /proc/[pid]
88directories.
89The argument,
90.IR n ,
91is one of the following values:
92.RS
93.TP 4
940
95Everybody may access all
96.IR /proc/[pid]
97directories.
98This is the traditional behavior,
99and the default if this mount option is not specified.
100.TP
1011
102Users may not access files and subdirectories inside any
103.IR /proc/[pid]
104directories but their own (the
105.IR /proc/[pid]
106directories themselves remain visible).
107Sensitive files such as
97949440 108.IR /proc/[pid]/cmdline
fee59977 109and
97949440 110.IR /proc/[pid]/status
fee59977
MK
111are now protected against other users.
112This makes it impossible to learn whether any user is running a
113specific program
114(so long as the program doesn't otherwise reveal itself by its behavior).
115.\" As an additional bonus, since
97949440 116.\" .IR /proc/[pid]/cmdline
fee59977
MK
117.\" is unaccessible for other users,
118.\" poorly written programs passing sensitive information via
119.\" program arguments are now protected against local eavesdroppers.
120.TP
1212
122As for mode 1, but in addition the
123.IR /proc/[pid]
124directories belonging to other users become invisible.
125This means that
126.IR /proc/[pid]
127entries can no longer be used to discover the PIDs on the system.
128This doesn't hide the fact that a process with a specific PID value exists
9bc87ed0 129(it can be learned by other means, for example, by "kill \-0 $PID"),
fee59977
MK
130but it hides a process's UID and GID,
131which could otherwise be learned by employing
132.BR stat (2)
133on a
134.IR /proc/[pid]
135directory.
136This greatly complicates an attacker's task of gathering
137information about running processes (e.g., discovering whether
138some daemon is running with elevated privileges,
139whether another user is running some sensitive program,
140whether other users are running any program at all, and so on).
141.RE
142.TP
143.BR gid "=\fIgid\fP (since Linux 3.3)"
144.\" commit 0499680a42141d86417a8fbaa8c8db806bea1201
145Specifies the ID of a group whose members are authorized to
146learn process information otherwise prohibited by
147.BR hidepid
95b1c1d1 148(i.e., users in this group behave as though
fee59977
MK
149.I /proc
150was mounted with
95b1c1d1 151.IR hidepid=0 ).
fee59977
MK
152This group should be used instead of approaches such as putting
153nonroot users into the
154.BR sudoers (5)
155file.
156.SS Files and directories
ac8727b6 157The following list describes many of the files and directories under the
743638fd
MK
158.I /proc
159hierarchy.
fea681da 160.TP
69119dc7 161.I /proc/[pid]
fea681da
MK
162There is a numerical subdirectory for each running process; the
163subdirectory is named by the process ID.
1e6a8e2f
MK
164Each
165.I /proc/[pid]
e96ad1fd
MK
166subdirectory contains the pseudo-files and directories described below.
167.IP
168The files inside each
169.I /proc/[pid]
170directory are normally owned by the effective user and
3bdb8ec5
MK
171effective group ID of the process.
172However, as a security measure, the ownership is made
173.IR root:root
174if the process's "dumpable" attribute is set to a value other than 1.
fb49322d 175.IP
ae636827
MK
176Before Linux 4.11,
177.\" commit 68eb94f16227336a5773b83ecfa8290f1d6b78ce
178.IR root:root
179meant the "global" root user ID and group ID
180(i.e., UID 0 and GID 0 in the initial user namespace).
181Since Linux 4.11,
182if the process is in a noninitial user namespace that has a
183valid mapping for user (group) ID 0 inside the namespace, then
184the user (group) ownership of the files under
185.I /proc/[pid]
186is instead made the same as the root user (group) ID of the namespace.
187This means that inside a container,
188things work as expected for the container "root" user.
189.IP
fb49322d 190The process's "dumpable" attribute may change for the following reasons:
3bdb8ec5
MK
191.RS
192.IP * 3
193The attribute was explicitly set via the
194.BR prctl (2)
195.B PR_SET_DUMPABLE
196operation.
197.IP *
198The attribute was reset to the value in the file
199.IR /proc/sys/fs/suid_dumpable
200(described below), for the reasons described in
201.BR prctl (2).
202.RE
203.IP
204Resetting the "dumpable" attribute to 1 reverts the ownership of the
205.IR /proc/[pid]/*
eada5570 206files to the process's effective UID and GID.
b7a42567
MK
207.TP
208.I /proc/[pid]/attr
209.\" https://lwn.net/Articles/28222/
210.\" From: Stephen Smalley <sds@epoch.ncsc.mil>
211.\" To: LKML and others
212.\" Subject: [RFC][PATCH] Process Attribute API for Security Modules
213.\" Date: 08 Apr 2003 16:17:52 -0400
214.\"
b3fb99e8
MK
215.\" http://www.nsa.gov/research/_files/selinux/papers/module/x362.shtml
216.\"
b7a42567
MK
217The files in this directory provide an API for security modules.
218The contents of this directory are files that can be read and written
219in order to set security-related attributes.
220This directory was added to support SELinux,
221but the intention was that the API be general enough to support
222other security modules.
223For the purpose of explanation,
224examples of how SELinux uses these files are provided below.
2dad4c59 225.IP
b7a42567
MK
226This directory is present only if the kernel was configured with
227.BR CONFIG_SECURITY .
228.TP
229.IR /proc/[pid]/attr/current " (since Linux 2.6.0)"
230The contents of this file represent the current
231security attributes of the process.
2dad4c59 232.IP
fd44bdc7
TY
233In SELinux, this file is used to get the security context of a process.
234Prior to Linux 2.6.11, this file could not be used to set the security
235context (a write was always denied), since SELinux limited process security
236transitions to
b7a42567
MK
237.BR execve (2)
238(see the description of
239.IR /proc/[pid]/attr/exec ,
240below).
fd44bdc7
TY
241Since Linux 2.6.11, SELinux lifted this restriction and began supporting
242"set" operations via writes to this node if authorized by policy,
243although use of this operation is only suitable for applications that are
244trusted to maintain any desired separation between the old and new security
b6620a25
MK
245contexts.
246Prior to Linux 2.6.28, SELinux did not allow threads within a
fd44bdc7
TY
247multi-threaded process to set their security context via this node
248as it would yield an inconsistency among the security contexts of the
b6620a25
MK
249threads sharing the same memory space.
250Since Linux 2.6.28, SELinux lifted
fd44bdc7 251this restriction and began supporting "set" operations for threads within
b6620a25 252a multithreaded process if the new security context is bounded by the old
fd44bdc7
TY
253security context, where the bounded relation is defined in policy and
254guarantees that the new security context has a subset of the permissions
255of the old security context.
b7a42567
MK
256Other security modules may choose to support "set" operations via
257writes to this node.
258.TP
259.IR /proc/[pid]/attr/exec " (since Linux 2.6.0)"
260This file represents the attributes to assign to the
261process upon a subsequent
262.BR execve (2).
2dad4c59 263.IP
b7a42567
MK
264In SELinux,
265this is needed to support role/domain transitions, and
266.BR execve (2)
267is the preferred point to make such transitions because it offers better
268control over the initialization of the process in the new security label
269and the inheritance of state.
270In SELinux, this attribute is reset on
271.BR execve (2)
272so that the new program reverts to the default behavior for any
273.BR execve (2)
274calls that it may make.
275In SELinux, a process can set
276only its own
277.I /proc/[pid]/attr/exec
278attribute.
279.TP
280.IR /proc/[pid]/attr/fscreate " (since Linux 2.6.0)"
281This file represents the attributes to assign to files
282created by subsequent calls to
283.BR open (2),
284.BR mkdir (2),
285.BR symlink (2),
286and
287.BR mknod (2)
2dad4c59 288.IP
b7a42567
MK
289SELinux employs this file to support creation of a file
290(using the aforementioned system calls)
291in a secure state,
292so that there is no risk of inappropriate access being obtained
293between the time of creation and the time that attributes are set.
294In SELinux, this attribute is reset on
295.BR execve (2),
296so that the new program reverts to the default behavior for
297any file creation calls it may make, but the attribute will persist
298across multiple file creation calls within a program unless it is
299explicitly reset.
300In SELinux, a process can set only its own
301.IR /proc/[pid]/attr/fscreate
302attribute.
303.TP
666db07e
MK
304.IR /proc/[pid]/attr/keycreate " (since Linux 2.6.18)"
305.\" commit 4eb582cf1fbd7b9e5f466e3718a59c957e75254e
666db07e
MK
306If a process writes a security context into this file,
307all subsequently created keys
308.RB ( add_key (2))
309will be labeled with this context.
310For further information, see the kernel source file
6b3ead8f
ES
311.I Documentation/security/keys/core.rst
312(or file
313.\" commit b68101a1e8f0263dbc7b8375d2a7c57c6216fb76
314.I Documentation/security/keys.txt
315on Linux between 3.0 and 4.13, or
316.\" commit d410fa4ef99112386de5f218dd7df7b4fca910b4
317.I Documentation/keys.txt
318before Linux 3.0).
2702dc21 319.TP
93401860
MK
320.IR /proc/[pid]/attr/prev " (since Linux 2.6.0)"
321This file contains the security context of the process before the last
322.BR execve (2);
323that is, the previous value of
324.IR /proc/[pid]/attr/current .
325.TP
2702dc21
MK
326.IR /proc/[pid]/attr/socketcreate " (since Linux 2.6.18)"
327.\" commit 42c3e03ef6b298813557cdb997bd6db619cd65a2
328If a process writes a security context into this file,
329all subsequently created sockets will be labeled with this context.
39b35179
MK
330.TP
331.IR /proc/[pid]/autogroup " (since Linux 2.6.38)"
332.\" commit 5091faa449ee0b7d73bc296a93bca9540fc51d0a
333See
334.BR sched (7).
fea681da 335.TP
69119dc7 336.IR /proc/[pid]/auxv " (since 2.6.0-test7)"
857f1942 337This contains the contents of the ELF interpreter information passed
c13182ef 338to the process at exec time.
857f1942 339The format is one \fIunsigned long\fP ID
c13182ef 340plus one \fIunsigned long\fP value for each entry.
857f1942 341The last entry contains two zeros.
4c69c692
MK
342See also
343.BR getauxval (3).
2dad4c59 344.IP
82664739
MK
345Permission to access this file is governed by a ptrace access mode
346.B PTRACE_MODE_READ_FSCREDS
347check; see
348.BR ptrace (2).
b5d204d0 349.TP
8d708d6b 350.IR /proc/[pid]/cgroup " (since Linux 2.6.24)"
5c2181ad
MK
351See
352.BR cgroups (7).
76e0451c
MK
353.TP
354.IR /proc/[pid]/clear_refs " (since Linux 2.6.22)"
355.\" commit b813e931b4c8235bb42e301096ea97dbdee3e8fe (2.6.22)
356.\" commit 398499d5f3613c47f2143b8c54a04efb5d7a6da9 (2.6.32)
357.\" commit 040fa02077de01c7e08fa75be6125e4ca5636011 (3.11)
b4e9ee8f 358.\"
b4e9ee8f 359.\" "Clears page referenced bits shown in smaps output"
76e0451c 360.\" write-only, writable only by the owner of the process
2dad4c59 361.IP
76e0451c 362This is a write-only file, writable only by owner of the process.
2dad4c59 363.IP
76e0451c
MK
364The following values may be written to the file:
365.RS
366.TP
3671 (since Linux 2.6.22)
368.\" Internally: CLEAR_REFS_ALL
369Reset the PG_Referenced and ACCESSED/YOUNG
370bits for all the pages associated with the process.
371(Before kernel 2.6.32, writing any nonzero value to this file
372had this effect.)
373.TP
3742 (since Linux 2.6.32)
375.\" Internally: CLEAR_REFS_ANON
376Reset the PG_Referenced and ACCESSED/YOUNG
377bits for all anonymous pages associated with the process.
378.TP
3793 (since Linux 2.6.32)
380.\" Internally: CLEAR_REFS_MAPPED
381Reset the PG_Referenced and ACCESSED/YOUNG
382bits for all file-mapped pages associated with the process.
383.RE
384.IP
385Clearing the PG_Referenced and ACCESSED/YOUNG bits provides a method
386to measure approximately how much memory a process is using.
322d49fb 387One first inspects the values in the "Referenced" fields
76e0451c
MK
388for the VMAs shown in
389.IR /proc/[pid]/smaps
390to get an idea of the memory footprint of the
391process.
392One then clears the PG_Referenced and ACCESSED/YOUNG bits
393and, after some measured time interval,
322d49fb 394once again inspects the values in the "Referenced" fields
76e0451c
MK
395to get an idea of the change in memory footprint of the
396process during the measured interval.
397If one is interested only in inspecting the selected mapping types,
398then the value 2 or 3 can be used instead of 1.
2dad4c59 399.IP
dfdf642e 400Further values can be written to affect different properties:
76e0451c
MK
401.RS
402.TP
4034 (since Linux 3.11)
404Clear the soft-dirty bit for all the pages associated with the process.
405.\" Internally: CLEAR_REFS_SOFT_DIRTY
406This is used (in conjunction with
407.IR /proc/[pid]/pagemap )
408by the check-point restore system to discover which pages of a process
409have been dirtied since the file
410.IR /proc/[pid]/clear_refs
411was written to.
dfdf642e
NK
412.TP
4135 (since Linux 4.0)
414.\" Internally: CLEAR_REFS_MM_HIWATER_RSS
0989246e
MK
415Reset the peak resident set size ("high water mark") to the process's
416current resident set size value.
76e0451c
MK
417.RE
418.IP
419Writing any value to
420.IR /proc/[pid]/clear_refs
421other than those listed above has no effect.
2dad4c59 422.IP
76e0451c
MK
423The
424.IR /proc/[pid]/clear_refs
425file is present only if the
426.B CONFIG_PROC_PAGE_MONITOR
427kernel configuration option is enabled.
857f1942 428.TP
69119dc7 429.I /proc/[pid]/cmdline
6975c16e 430This read-only file holds the complete command line for the process,
b447cd58
MK
431unless the process is a zombie.
432.\" In 2.3.26, this also used to be true if the process was swapped out.
433In the latter case, there is nothing in this file:
75b94dc3 434that is, a read on this file will return 0 characters.
b447cd58 435The command-line arguments appear in this file as a set of
6596d270
MK
436strings separated by null bytes (\(aq\\0\(aq),
437with a further null byte after the last string.
32d7ef00
MK
438.TP
439.IR /proc/[pid]/comm " (since Linux 2.6.33)"
440.\" commit 4614a696bd1c3a9af3a08f0e5874830a85b889d4
441This file exposes the process's
442.I comm
443value\(emthat is, the command name associated with the process.
444Different threads in the same process may have different
445.I comm
446values, accessible via
447.IR /proc/[pid]/task/[tid]/comm .
448A thread may modify its
449.I comm
450value, or that of any of other thread in the same thread group (see
451the discussion of
452.B CLONE_THREAD
453in
454.BR clone (2)),
455by writing to the file
456.IR /proc/self/task/[tid]/comm .
457Strings longer than
458.B TASK_COMM_LEN
459(16) characters are silently truncated.
2dad4c59 460.IP
ef4f4031 461This file provides a superset of the
32d7ef00
MK
462.BR prctl (2)
463.B PR_SET_NAME
464and
465.B PR_GET_NAME
466operations, and is employed by
467.BR pthread_setname_np (3)
468when used to rename threads other than the caller.
fea681da 469.TP
7e07d950 470.IR /proc/[pid]/coredump_filter " (since Linux 2.6.23)"
b4e9ee8f
MK
471See
472.BR core (5).
5c411b17 473.TP
7e07d950
MK
474.IR /proc/[pid]/cpuset " (since Linux 2.6.12)"
475.\" and/proc/[pid]/task/[tid]/cpuset
5c411b17
MK
476See
477.BR cpuset (7).
b4e9ee8f 478.TP
69119dc7 479.I /proc/[pid]/cwd
c13182ef 480This is a symbolic link to the current working directory of the process.
59a40ed7
MK
481To find out the current working directory of process 20,
482for instance, you can do this:
2dad4c59 483.IP
59a40ed7 484.in +4n
37d5e699 485.EX
b43a3b30 486.RB "$" " cd /proc/20/cwd; /bin/pwd"
37d5e699 487.EE
59a40ed7 488.in
2dad4c59 489.IP
c13182ef
MK
490Note that the
491.I pwd
e7b489f0 492command is often a shell built-in, and might
c13182ef 493not work properly.
743638fd
MK
494In
495.BR bash (1),
496you may use
497.IR "pwd\ \-P" .
2dad4c59 498.IP
afcaf646 499.\" The following was still true as at kernel 2.6.13
c13182ef
MK
500In a multithreaded process, the contents of this symbolic link
501are not available if the main thread has already terminated
afcaf646 502(typically by calling
59a40ed7 503.BR pthread_exit (3)).
2dad4c59 504.IP
b902fe18
MK
505Permission to dereference or read
506.RB ( readlink (2))
507this symbolic link is governed by a ptrace access mode
508.B PTRACE_MODE_READ_FSCREDS
509check; see
510.BR ptrace (2).
fea681da 511.TP
69119dc7 512.I /proc/[pid]/environ
09651080
MK
513This file contains the initial environment that was set
514when the currently executing program was started via
515.BR execve (2).
f81fb444 516The entries are separated by null bytes (\(aq\\0\(aq),
b4e9ee8f 517and there may be a null byte at the end.
fea681da 518Thus, to print out the environment of process 1, you would do:
37d5e699 519.IP
a08ea57c 520.in +4n
37d5e699 521.EX
13912780 522.RB "$" " strings /proc/1/environ"
37d5e699 523.EE
a08ea57c 524.in
2dad4c59 525.IP
09651080
MK
526If, after an
527.BR execve (2),
528the process modifies its environment
c187d2a1 529(e.g., by calling functions such as
387e2438
MF
530.BR putenv (3)
531or modifying the
532.BR environ (7)
533variable directly),
09651080
MK
534this file will
535.I not
536reflect those changes.
2dad4c59 537.IP
c187d2a1 538Furthermore, a process may change the memory location that this file refers via
387e2438 539.BR prctl (2)
c187d2a1 540operations such as
387e2438 541.BR PR_SET_MM_ENV_START .
2dad4c59 542.IP
82664739
MK
543Permission to access this file is governed by a ptrace access mode
544.B PTRACE_MODE_READ_FSCREDS
545check; see
546.BR ptrace (2).
fea681da 547.TP
69119dc7 548.I /proc/[pid]/exe
fea681da 549Under Linux 2.2 and later, this file is a symbolic link
2d7195b8 550containing the actual pathname of the executed command.
c13182ef
MK
551This symbolic link can be dereferenced normally; attempting to open
552it will open the executable.
553You can even type
69119dc7 554.I /proc/[pid]/exe
06dd061c 555to run another copy of the same executable that is being run by
69119dc7 556process [pid].
7e3c767a
GJ
557If the pathname has been unlinked, the symbolic link will contain the
558string \(aq(deleted)\(aq appended to the original pathname.
afcaf646 559.\" The following was still true as at kernel 2.6.13
c13182ef
MK
560In a multithreaded process, the contents of this symbolic link
561are not available if the main thread has already terminated
afcaf646
MK
562(typically by calling
563.BR pthread_exit (3)).
2dad4c59 564.IP
b902fe18
MK
565Permission to dereference or read
566.RB ( readlink (2))
567this symbolic link is governed by a ptrace access mode
568.B PTRACE_MODE_READ_FSCREDS
569check; see
570.BR ptrace (2).
2dad4c59 571.IP
eb9a0b2f 572Under Linux 2.0 and earlier,
69119dc7 573.I /proc/[pid]/exe
c13182ef
MK
574is a pointer to the binary which was executed,
575and appears as a symbolic link.
576A
fea681da
MK
577.BR readlink (2)
578call on this file under Linux 2.0 returns a string in the format:
2dad4c59 579.IP
59a40ed7 580 [device]:inode
2dad4c59 581.IP
fea681da
MK
582For example, [0301]:1502 would be inode 1502 on device major 03 (IDE,
583MFM, etc. drives) minor 01 (first partition on the first drive).
2dad4c59 584.IP
fea681da 585.BR find (1)
59a40ed7
MK
586with the
587.I \-inum
588option can be used to locate the file.
fea681da 589.TP
d4529654 590.I /proc/[pid]/fd/
fea681da
MK
591This is a subdirectory containing one entry for each file which the
592process has open, named by its file descriptor, and which is a
c13182ef 593symbolic link to the actual file.
f78ed33a 594Thus, 0 is standard input, 1 standard output, 2 standard error, and so on.
2dad4c59 595.IP
f75715e0
MK
596For file descriptors for pipes and sockets,
597the entries will be symbolic links whose content is the
598file type with the inode.
d4529654
MF
599A
600.BR readlink (2)
601call on this file returns a string in the format:
2dad4c59 602.IP
d4529654 603 type:[inode]
2dad4c59 604.IP
f75715e0
MK
605For example,
606.I socket:[2248868]
607will be a socket and its inode is 2248868.
608For sockets, that inode can be used to find more information
609in one of the files under
d4529654 610.IR /proc/net/ .
2dad4c59 611.IP
2b7a2ac5
MK
612For file descriptors that have no corresponding inode
613(e.g., file descriptors produced by
89e284a2 614.BR bpf (2),
2b7a2ac5
MK
615.BR epoll_create (2),
616.BR eventfd (2),
617.BR inotify_init (2),
89e284a2 618.BR perf_event_open (2),
2b7a2ac5 619.BR signalfd (2),
89e284a2 620.BR timerfd_create (2),
2b7a2ac5 621and
e8675558 622.BR userfaultfd (2)),
2b7a2ac5 623the entry will be a symbolic link with contents of the form
2dad4c59 624.IP
2b7a2ac5 625 anon_inode:<file-type>
2dad4c59 626.IP
e2a5929d 627In many cases (but not all), the
2b7a2ac5
MK
628.I file-type
629is surrounded by square brackets.
2dad4c59 630.IP
2b7a2ac5
MK
631For example, an epoll file descriptor will have a symbolic link
632whose content is the string
633.IR "anon_inode:[eventpoll]" .
2dad4c59 634.IP
d4529654 635.\"The following was still true as at kernel 2.6.13
afcaf646 636In a multithreaded process, the contents of this directory
c13182ef 637are not available if the main thread has already terminated
afcaf646
MK
638(typically by calling
639.BR pthread_exit (3)).
2dad4c59 640.IP
20c1a631
MK
641Programs that take a filename as a command-line argument,
642but don't take input from standard input if no argument is supplied,
643and programs that write to a file named as a command-line argument,
644but don't send their output to standard output
59a40ed7 645if no argument is supplied, can nevertheless be made to use
20c1a631
MK
646standard input or standard output by using
647.IR /proc/[pid]/fd
648files as command-line arguments.
59a40ed7
MK
649For example, assuming that
650.I \-i
651is the flag designating an input file and
652.I \-o
653is the flag designating an output file:
37d5e699 654.IP
a08ea57c 655.in +4n
37d5e699 656.EX
b43a3b30 657.RB "$" " foobar \-i /proc/self/fd/0 \-o /proc/self/fd/1 ..."
37d5e699 658.EE
a08ea57c 659.in
2dad4c59 660.IP
fea681da
MK
661and you have a working filter.
662.\" The following is not true in my tests (MTK):
663.\" Note that this will not work for
664.\" programs that seek on their files, as the files in the fd directory
665.\" are not seekable.
2dad4c59 666.IP
59a40ed7
MK
667.I /proc/self/fd/N
668is approximately the same as
669.I /dev/fd/N
008f1ecc 670in some UNIX and UNIX-like systems.
c13182ef 671Most Linux MAKEDEV scripts symbolically link
59a40ed7
MK
672.I /dev/fd
673to
674.IR /proc/self/fd ,
675in fact.
2dad4c59 676.IP
59a40ed7
MK
677Most systems provide symbolic links
678.IR /dev/stdin ,
679.IR /dev/stdout ,
680and
681.IR /dev/stderr ,
682which respectively link to the files
683.IR 0 ,
684.IR 1 ,
685and
686.IR 2
687in
688.IR /proc/self/fd .
689Thus the example command above could be written as:
d6bd89f3 690.IP
59a40ed7 691.in +4n
37d5e699 692.EX
b43a3b30 693.RB "$" " foobar \-i /dev/stdin \-o /dev/stdout ..."
37d5e699 694.EE
59a40ed7 695.in
138a191e
MK
696.IP
697Permission to dereference or read
698.RB ( readlink (2))
699the symbolic links in this directory is governed by a ptrace access mode
700.B PTRACE_MODE_READ_FSCREDS
701check; see
702.BR ptrace (2).
81c8aeb6
LW
703.IP
704Note that for file descriptors referring to inodes (pipes and sockets, see above),
705those inodes still have permission bits and ownership information
706distinct from those of the
707.I /proc/[pid]/fd
708entry,
709and that the owner may differ from the user and group IDs of the process.
710An unprivileged process may lack permissions to open them, as in this example:
711.IP
712.in +4n
713.EX
714.RB "$" " echo test | sudo -u nobody cat"
715test
716.RB "$" " echo test | sudo -u nobody cat /proc/self/fd/0"
717cat: /proc/self/fd/0: Permission denied
718.EE
719.in
720.IP
721File descriptor 0 refers to the pipe created by the shell
722and owned by that shell's user, which is not
723.IR nobody ,
724so
725.B cat
726does not have permission to create a new file descriptor to read from that inode,
727even though it can still read from its existing file descriptor 0.
69ab425e 728.TP
7e07d950 729.IR /proc/[pid]/fdinfo/ " (since Linux 2.6.22)"
69ab425e
MK
730This is a subdirectory containing one entry for each file which the
731process has open, named by its file descriptor.
0275956d 732The files in this directory are readable only by the owner of the process.
69ab425e 733The contents of each file can be read to obtain information
0275956d
MK
734about the corresponding file descriptor.
735The content depends on the type of file referred to by the
d9cb0d7d 736corresponding file descriptor.
2dad4c59 737.IP
0275956d 738For regular files and directories, we see something like:
37d5e699 739.IP
69ab425e 740.in +4n
37d5e699 741.EX
69ab425e
MK
742.RB "$" " cat /proc/12015/fdinfo/4"
743pos: 1000
744flags: 01002002
0275956d 745mnt_id: 21
37d5e699 746.EE
69ab425e 747.in
2dad4c59 748.IP
9599cbb3
MK
749The fields are as follows:
750.RS
751.TP
69ab425e 752.I pos
9599cbb3
MK
753This is a decimal number showing the file offset.
754.TP
69ab425e 755.I flags
9599cbb3 756This is an octal number that displays the
69ab425e
MK
757file access mode and file status flags (see
758.BR open (2)).
d7e537ce
MK
759If the close-on-exec file descriptor flag is set, then
760.I flags
761will also include the value
762.BR O_CLOEXEC .
2dad4c59 763.IP
d7e537ce
MK
764Before Linux 3.1,
765.\" commit 1117f72ea0217ba0cc19f05adbbd8b9a397f5ab7
766this field incorrectly displayed the setting of
767.B O_CLOEXEC
768at the time the file was opened,
769rather than the current setting of the close-on-exec flag.
9599cbb3
MK
770.TP
771.I
0275956d 772.I mnt_id
9599cbb3 773This field, present since Linux 3.15,
0275956d
MK
774.\" commit 49d063cb353265c3af701bab215ac438ca7df36d
775is the ID of the mount point containing this file.
776See the description of
777.IR /proc/[pid]/mountinfo .
9599cbb3
MK
778.RE
779.IP
6e7622ee
MK
780For eventfd file descriptors (see
781.BR eventfd (2)),
b6a7fd50
MK
782we see (since Linux 3.8)
783.\" commit cbac5542d48127b546a23d816380a7926eee1c25
784the following fields:
2dad4c59 785.IP
6e7622ee 786.in +4n
37d5e699 787.EX
6e7622ee
MK
788pos: 0
789flags: 02
790mnt_id: 10
791eventfd-count: 40
37d5e699 792.EE
6e7622ee 793.in
2dad4c59 794.IP
6e7622ee
MK
795.I eventfd-count
796is the current value of the eventfd counter, in hexadecimal.
2dad4c59 797.IP
58d375dd
MK
798For epoll file descriptors (see
799.BR epoll (7)),
b6a7fd50
MK
800we see (since Linux 3.8)
801.\" commit 138d22b58696c506799f8de759804083ff9effae
802the following fields:
2dad4c59 803.IP
58d375dd 804.in +4n
37d5e699 805.EX
58d375dd
MK
806pos: 0
807flags: 02
808mnt_id: 10
809tfd: 9 events: 19 data: 74253d2500000009
810tfd: 7 events: 19 data: 74253d2500000007
37d5e699 811.EE
58d375dd 812.in
2dad4c59 813.IP
58d375dd
MK
814Each of the lines beginning
815.I tfd
816describes one of the file descriptors being monitored via
817the epoll file descriptor (see
818.BR epoll_ctl (2)
819for some details).
820The
821.IR tfd
822field is the number of the file descriptor.
823The
824.I events
825field is a hexadecimal mask of the events being monitored for this file
826descriptor.
827The
828.I data
829field is the data value associated with this file descriptor.
2dad4c59 830.IP
f8a14cac
MK
831For signalfd file descriptors (see
832.BR signalfd (2)),
b6a7fd50
MK
833we see (since Linux 3.8)
834.\" commit 138d22b58696c506799f8de759804083ff9effae
835the following fields:
2dad4c59 836.IP
f8a14cac 837.in +4n
37d5e699 838.EX
f8a14cac
MK
839pos: 0
840flags: 02
841mnt_id: 10
842sigmask: 0000000000000006
37d5e699 843.EE
f8a14cac 844.in
2dad4c59 845.IP
f8a14cac
MK
846.I sigmask
847is the hexadecimal mask of signals that are accepted via this
848signalfd file descriptor.
849(In this example, bits 2 and 3 are set, corresponding to the signals
850.B SIGINT
851and
852.BR SIGQUIT ;
853see
854.BR signal (7).)
2dad4c59 855.IP
4e77145c
MK
856For inotify file descriptors (see
857.BR inotify (7)),
858we see (since Linux 3.8)
859the following fields:
2dad4c59 860.IP
4e77145c 861.in +4n
37d5e699 862.EX
4e77145c
MK
863pos: 0
864flags: 00
865mnt_id: 11
866inotify wd:2 ino:7ef82a sdev:800001 mask:800afff ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:2af87e00220ffd73
867inotify wd:1 ino:192627 sdev:800001 mask:800afff ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:27261900802dfd73
37d5e699 868.EE
4e77145c 869.in
2dad4c59 870.IP
4e77145c
MK
871Each of the lines beginning with "inotify" displays information about
872one file or directory that is being monitored.
873The fields in this line are as follows:
874.RS
875.TP
876.I wd
877A watch descriptor number (in decimal).
878.TP
879.I ino
880The inode number of the target file (in hexadecimal).
881.TP
882.I sdev
883The ID of the device where the target file resides (in hexadecimal).
884.TP
885.I mask
886The mask of events being monitored for the target file (in hexadecimal).
887.RE
888.IP
889If the kernel was built with exportfs support, the path to the target
890file is exposed as a file handle, via three hexadecimal fields:
891.IR fhandle-bytes ,
892.IR fhandle-type ,
893and
894.IR f_handle .
2dad4c59 895.IP
e2444bcb
MK
896For fanotify file descriptors (see
897.BR fanotify (7)),
898we see (since Linux 3.8)
899the following fields:
2dad4c59 900.IP
e2444bcb 901.in +4n
37d5e699 902.EX
e2444bcb
MK
903pos: 0
904flags: 02
905mnt_id: 11
906fanotify flags:0 event-flags:88002
907fanotify ino:19264f sdev:800001 mflags:0 mask:1 ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_handle:4f261900a82dfd73
37d5e699 908.EE
e2444bcb 909.in
2dad4c59 910.IP
e2444bcb
MK
911The fourth line displays information defined when the fanotify group
912was created via
913.BR fanotify_init (2):
914.RS
915.TP
916.I flags
917The
918.I flags
919argument given to
920.BR fanotify_init (2)
921(expressed in hexadecimal).
922.TP
923.I event-flags
924The
925.I event_f_flags
926argument given to
927.BR fanotify_init (2)
928(expressed in hexadecimal).
929.RE
930.IP
931Each additional line shown in the file contains information
932about one of the marks in the fanotify group.
933Most of these fields are as for inotify, except:
934.RS
935.TP
936.I mflags
937The flags associated with the mark
938(expressed in hexadecimal).
939.TP
940.I mask
941The events mask for this mark
942(expressed in hexadecimal).
943.TP
944.I ignored_mask
945The mask of events that are ignored for this mark
946(expressed in hexadecimal).
947.RE
948.IP
949For details on these fields, see
950.BR fanotify_mark (2).
0ca2fc4d 951.TP
93401860
MK
952.IR /proc/[pid]/gid_map " (since Linux 3.5)"
953See
954.BR user_namespaces (7).
955.TP
0ca2fc4d 956.IR /proc/[pid]/io " (since kernel 2.6.20)"
68f11066
MK
957.\" commit 7c3ab7381e79dfc7db14a67c6f4f3285664e1ec2
958This file contains I/O statistics for the process, for example:
37d5e699 959.IP
0ca2fc4d 960.in +4n
37d5e699 961.EX
0ca2fc4d
PS
962.RB "#" " cat /proc/3828/io"
963rchar: 323934931
964wchar: 323929600
965syscr: 632687
966syscw: 632675
967read_bytes: 0
968write_bytes: 323932160
969cancelled_write_bytes: 0
37d5e699 970.EE
0ca2fc4d 971.in
2dad4c59 972.IP
0ca2fc4d
PS
973The fields are as follows:
974.RS
68f11066
MK
975.TP
976.IR rchar ": characters read"
0ca2fc4d
PS
977The number of bytes which this task has caused to be read from storage.
978This is simply the sum of bytes which this process passed to
979.BR read (2)
68f11066 980and similar system calls.
11256884 981It includes things such as terminal I/O and
68f11066
MK
982is unaffected by whether or not actual
983physical disk I/O was required (the read might have been satisfied from
0ca2fc4d 984pagecache).
68f11066
MK
985.TP
986.IR wchar ": characters written"
0ca2fc4d
PS
987The number of bytes which this task has caused, or shall cause to be written
988to disk.
989Similar caveats apply here as with
990.IR rchar .
68f11066
MK
991.TP
992.IR syscr ": read syscalls"
993Attempt to count the number of read I/O operations\(emthat is,
994system calls such as
0ca2fc4d
PS
995.BR read (2)
996and
997.BR pread (2).
68f11066
MK
998.TP
999.IR syscw ": write syscalls"
1000Attempt to count the number of write I/O operations\(emthat is,
1001system calls such as
0ca2fc4d
PS
1002.BR write (2)
1003and
1004.BR pwrite (2).
68f11066
MK
1005.TP
1006.IR read_bytes ": bytes read"
0ca2fc4d
PS
1007Attempt to count the number of bytes which this process really did cause to
1008be fetched from the storage layer.
1009This is accurate for block-backed filesystems.
68f11066
MK
1010.TP
1011.IR write_bytes ": bytes written"
0ca2fc4d
PS
1012Attempt to count the number of bytes which this process caused to be sent to
1013the storage layer.
68f11066 1014.TP
0ca2fc4d 1015.IR cancelled_write_bytes :
0ca2fc4d
PS
1016The big inaccuracy here is truncate.
1017If a process writes 1MB to a file and then deletes the file,
1018it will in fact perform no writeout.
1019But it will have been accounted as having caused 1MB of write.
68f11066 1020In other words: this field represents the number of bytes which this process
0ca2fc4d 1021caused to not happen, by truncating pagecache.
68f11066 1022A task can cause "negative" I/O too.
0ca2fc4d 1023If this task truncates some dirty pagecache,
68f11066
MK
1024some I/O which another task has been accounted for
1025(in its
1026.IR write_bytes )
1027will not be happening.
1028.RE
0ca2fc4d
PS
1029.IP
1030.IR Note :
68f11066 1031In the current implementation, things are a bit racy on 32-bit systems:
0ca2fc4d
PS
1032if process A reads process B's
1033.I /proc/[pid]/io
68f11066 1034while process B is updating one of these 64-bit counters,
0ca2fc4d 1035process A could see an intermediate result.
2dad4c59 1036.IP
d8e2972a
MK
1037Permission to access this file is governed by a ptrace access mode
1038.B PTRACE_MODE_READ_FSCREDS
1039check; see
1040.BR ptrace (2).
f6e17121 1041.TP
7e07d950 1042.IR /proc/[pid]/limits " (since Linux 2.6.24)"
69ab425e
MK
1043This file displays the soft limit, hard limit, and units of measurement
1044for each of the process's resource limits (see
1045.BR getrlimit (2)).
1046Up to and including Linux 2.6.35,
1047this file is protected to allow reading only by the real UID of the process.
1048Since Linux 2.6.36,
1049.\" commit 3036e7b490bf7878c6dae952eec5fb87b1106589
1050this file is readable by all users on the system.
df2a8576
MK
1051.\" FIXME Describe /proc/[pid]/loginuid
1052.\" Added in 2.6.11; updating requires CAP_AUDIT_CONTROL
1053.\" CONFIG_AUDITSYSCALL
b4f89985
PE
1054.TP
1055.IR /proc/[pid]/map_files/ " (since kernel 3.3)
18cdd0ac
MK
1056.\" commit 640708a2cff7f81e246243b0073c66e6ece7e53e
1057This subdirectory contains entries corresponding to memory-mapped
b4f89985
PE
1058files (see
1059.BR mmap (2)).
18cdd0ac
MK
1060Entries are named by memory region start and end
1061address pair (expressed as hexadecimal numbers),
1062and are symbolic links to the mapped files themselves.
1063Here is an example, with the output wrapped and reformatted to fit on an 80-column display:
37d5e699 1064.IP
b4f89985 1065.in +4n
37d5e699 1066.EX
f2aa4dcc 1067.RB "#" " ls -l /proc/self/map_files/"
18cdd0ac 1068lr\-\-\-\-\-\-\-\-. 1 root root 64 Apr 16 21:31
9bc87ed0 1069 3252e00000\-3252e20000 \-> /usr/lib64/ld\-2.15.so
b4f89985 1070\&...
37d5e699 1071.EE
b4f89985 1072.in
2dad4c59 1073.IP
b4f89985 1074Although these entries are present for memory regions that were
d6a56978 1075mapped with the
b4f89985 1076.BR MAP_FILE
18cdd0ac 1077flag, the way anonymous shared memory (regions created with the
b4f89985
PE
1078.B MAP_ANON | MAP_SHARED
1079flags)
1080is implemented in Linux
18cdd0ac
MK
1081means that such regions also appear on this directory.
1082Here is an example where the target file is the deleted
1083.I /dev/zero
1084one:
37d5e699 1085.IP
b4f89985 1086.in +4n
37d5e699 1087.EX
18cdd0ac
MK
1088lrw\-\-\-\-\-\-\-. 1 root root 64 Apr 16 21:33
1089 7fc075d2f000\-7fc075e6f000 \-> /dev/zero (deleted)
37d5e699 1090.EE
b4f89985 1091.in
2dad4c59 1092.IP
b4f89985
PE
1093This directory appears only if the
1094.B CONFIG_CHECKPOINT_RESTORE
1095kernel configuration option is enabled.
f2aa4dcc
MK
1096Privilege
1097.RB ( CAP_SYS_ADMIN )
1098.\" FIXME
1099.\" This may change. See the mail thread
43d42cc0 1100.\" "[RFC][PATCH v2] procfs: Always expose /proc/<pid>/map_files/ and make it readable"
f2aa4dcc
MK
1101.\" from Jan 2015
1102is required to view the contents of this directory.
fea681da 1103.TP
69119dc7 1104.I /proc/[pid]/maps
fea681da
MK
1105A file containing the currently mapped memory regions and their access
1106permissions.
bbf9f397
MK
1107See
1108.BR mmap (2)
1109for some further information about memory mappings.
2dad4c59 1110.IP
aee2f0bf
MK
1111Permission to access this file is governed by a ptrace access mode
1112.B PTRACE_MODE_READ_FSCREDS
1113check; see
1114.BR ptrace (2).
2dad4c59 1115.IP
dd0c3b96 1116The format of the file is:
c1a022dc
MK
1117.IP
1118.in 4n
1119.EX
21781757 1120.I "address perms offset dev inode pathname"
9bc87ed0
MK
112100400000\-00452000 r-xp 00000000 08:02 173521 /usr/bin/dbus-daemon
112200651000\-00652000 r--p 00051000 08:02 173521 /usr/bin/dbus-daemon
112300652000\-00655000 rw-p 00052000 08:02 173521 /usr/bin/dbus-daemon
112400e03000\-00e24000 rw-p 00000000 00:00 0 [heap]
112500e24000\-011f7000 rw-p 00000000 00:00 0 [heap]
182090db 1126\&...
9bc87ed0
MK
112735b1800000\-35b1820000 r-xp 00000000 08:02 135522 /usr/lib64/ld\-2.15.so
112835b1a1f000\-35b1a20000 r--p 0001f000 08:02 135522 /usr/lib64/ld\-2.15.so
112935b1a20000\-35b1a21000 rw-p 00020000 08:02 135522 /usr/lib64/ld\-2.15.so
113035b1a21000\-35b1a22000 rw-p 00000000 00:00 0
113135b1c00000\-35b1dac000 r-xp 00000000 08:02 135870 /usr/lib64/libc\-2.15.so
113235b1dac000\-35b1fac000 ---p 001ac000 08:02 135870 /usr/lib64/libc\-2.15.so
113335b1fac000\-35b1fb0000 r--p 001ac000 08:02 135870 /usr/lib64/libc\-2.15.so
113435b1fb0000\-35b1fb2000 rw-p 001b0000 08:02 135870 /usr/lib64/libc\-2.15.so
182090db 1135\&...
9bc87ed0 1136f2c6ff8c000\-7f2c7078c000 rw-p 00000000 00:00 0 [stack:986]
182090db 1137\&...
9bc87ed0
MK
11387fffb2c0d000\-7fffb2c2e000 rw-p 00000000 00:00 0 [stack]
11397fffb2d48000\-7fffb2d49000 r-xp 00000000 00:00 0 [vdso]
c1a022dc 1140.EE
21781757 1141.in
c1a022dc 1142.IP
7d2e6d74 1143The
3eb8c588
MK
1144.I address
1145field is the address space in the process that the mapping occupies.
1146The
1147.I perms
1148field is a set of permissions:
2dad4c59 1149.IP
37d5e699
MK
1150.in +4
1151.EX
fea681da
MK
1152r = read
1153w = write
1154x = execute
1155s = shared
1156p = private (copy on write)
37d5e699 1157.EE
fea681da 1158.in
2dad4c59 1159.IP
3eb8c588
MK
1160The
1161.I offset
b844cf04 1162field is the offset into the file/whatever;
3eb8c588
MK
1163.I dev
1164is the device
dd0c3b96 1165(major:minor);
3eb8c588
MK
1166.I inode
1167is the inode on that device.
59a40ed7 11680 indicates that no inode is associated with the memory region,
16e64bae 1169as would be the case with BSS (uninitialized data).
2dad4c59 1170.IP
3eb8c588
MK
1171The
1172.I pathname
1173field will usually be the file that is backing the mapping.
491ea6f1 1174For ELF files,
3eb8c588
MK
1175you can easily coordinate with the
1176.I offset
1177field by looking at the
491ea6f1
MK
1178Offset field in the ELF program headers
1179.RI ( "readelf\ \-l" ).
2dad4c59 1180.IP
491ea6f1 1181There are additional helpful pseudo-paths:
61b0b1f4
MK
1182.RS 12
1183.TP
1184.IR [stack]
16e64bae 1185The initial process's (also known as the main thread's) stack.
61b0b1f4 1186.TP
3eb8c588 1187.IR [stack:<tid>] " (since Linux 3.4)"
a60894c5 1188.\" commit b76437579d1344b612cf1851ae610c636cec7db0
61b0b1f4 1189A thread's stack (where the
3eb8c588 1190.IR <tid>
61b0b1f4 1191is a thread ID).
491ea6f1 1192It corresponds to the
3eb8c588 1193.IR /proc/[pid]/task/[tid]/
37d32c38 1194path.
61b0b1f4 1195.TP
7d2e6d74 1196.IR [vdso]
61b0b1f4 1197The virtual dynamically linked shared object.
c56a0185
MK
1198See
1199.BR vdso (7).
61b0b1f4 1200.TP
7d2e6d74 1201.IR [heap]
61b0b1f4
MK
1202The process's heap.
1203.in
61b0b1f4
MK
1204.RE
1205.IP
3eb8c588
MK
1206If the
1207.I pathname
1208field is blank,
40382e5e
MK
1209this is an anonymous mapping as obtained via
1210.BR mmap (2).
61b0b1f4
MK
1211There is no easy way to coordinate this back to a process's source,
1212short of running it through
491ea6f1
MK
1213.BR gdb (1),
1214.BR strace (1),
1215or similar.
2dad4c59 1216.IP
b6547479
EK
1217.I pathname
1218is shown unescaped except for newline characters, which are replaced
d512e7b4
MK
1219with an octal escape sequence.
1220As a result, it is not possible to determine whether the original
1221pathname contained a newline character or the literal
b6547479
EK
1222.I \\\012
1223character sequence.
1224.IP
1225If the mapping is file-backed and the file has been deleted, the string
d512e7b4
MK
1226" (deleted)" is appended to the pathname.
1227Note that this is ambiguous too.
b6547479 1228.IP
eb9a0b2f 1229Under Linux 2.0, there is no field giving pathname.
fea681da 1230.TP
69119dc7 1231.I /proc/[pid]/mem
fea681da
MK
1232This file can be used to access the pages of a process's memory through
1233.BR open (2),
1234.BR read (2),
1235and
ccb2bb0d 1236.BR lseek (2).
2dad4c59 1237.IP
aee2f0bf
MK
1238Permission to access this file is governed by a ptrace access mode
1239.B PTRACE_MODE_ATTACH_FSCREDS
1240check; see
1241.BR ptrace (2).
b4e9ee8f 1242.TP
69119dc7 1243.IR /proc/[pid]/mountinfo " (since Linux 2.6.26)"
b4e9ee8f 1244.\" This info adapted from Documentation/filesystems/proc.txt
fb4bdaa1 1245.\" commit 2d4d4864ac08caff5c204a752bd004eed4f08760
ef5b47f6
MK
1246This file contains information about mount points
1247in the process's mount namespace (see
1248.BR mount_namespaces (7)).
fb4bdaa1
MK
1249It supplies various information
1250(e.g., propagation state, root of mount for bind mounts,
1251identifier for each mount and its parent) that is missing from the (older)
1252.IR /proc/[pid]/mounts
1253file, and fixes various other problems with that file
1254(e.g., nonextensibility,
1255failure to distinguish per-mount versus per-superblock options).
2dad4c59 1256.IP
fb4bdaa1 1257The file contains lines of the form:
c1a022dc
MK
1258.IP
1259.in 0n
1260.EX
0f619d1f 126136 35 98:0 /mnt1 /mnt2 rw,noatime master:1 \- ext3 /dev/root rw,errors=continue
b4e9ee8f 1262(1)(2)(3) (4) (5) (6) (7) (8) (9) (10) (11)
c1a022dc
MK
1263.in
1264.EE
b4e9ee8f
MK
1265.IP
1266The numbers in parentheses are labels for the descriptions below:
3bc960c2 1267.RS 7
b4e9ee8f
MK
1268.TP 5
1269(1)
0f619d1f 1270mount ID: a unique ID for the mount (may be reused after
b4e9ee8f
MK
1271.BR umount (2)).
1272.TP
1273(2)
29270550
MK
1274parent ID: the ID of the parent mount
1275(or of self for the root of this mount namespace's mount tree).
1276.IP
8c420ed8
MK
1277If a new mount is stacked on top of a previous existing mount
1278(so that it hides the existing mount) at pathname P,
1279then the parent of the new mount is the previous mount at that location.
1280Thus, when looking at all the mounts stacked at a particular location,
1281the top-most mount is the one that is not the parent
1282of any other mount at the same location.
1283(Note, however, that this top-most mount will be accessible only if
1284the longest path subprefix of P that is a mount point
1285is not itself hidden by a stacked mount.)
1286.IP
29270550
MK
1287If the parent mount point lies outside the process's root directory (see
1288.BR chroot (2)),
1289the ID shown here won't have a corresponding record in
35cf1b93 1290.I mountinfo
29270550
MK
1291whose mount ID (field 1) matches this parent mount ID
1292(because mount points that lie outside the process's root directory
1293are not shown in
1294.IR mountinfo ).
1295As a special case of this point,
1296the process's root mount point may have a parent mount
1297(for the initramfs filesystem) that lies
1298.\" Miklos Szeredi, Nov 2017: The hidden one is the initramfs, I believe
1299.\" mtk: In the initial mount namespace, this hidden ID has the value 0
1300outside the process's root directory,
1301and an entry for that mount point will not appear in
1302.IR mountinfo .
b4e9ee8f
MK
1303.TP
1304(3)
0f619d1f 1305major:minor: the value of
b4e9ee8f 1306.I st_dev
0f619d1f 1307for files on this filesystem (see
b4e9ee8f
MK
1308.BR stat (2)).
1309.TP
1310(4)
0f619d1f 1311root: the pathname of the directory in the filesystem
8d857fcb 1312which forms the root of this mount.
b4e9ee8f
MK
1313.TP
1314(5)
ebdc66e2 1315mount point: the pathname of the mount point relative
0f619d1f 1316to the process's root directory.
b4e9ee8f
MK
1317.TP
1318(6)
1319mount options: per-mount options.
1320.TP
1321(7)
0f619d1f 1322optional fields: zero or more fields of the form "tag[:value]"; see below.
b4e9ee8f
MK
1323.TP
1324(8)
0f619d1f 1325separator: the end of the optional fields is marked by a single hyphen.
b4e9ee8f
MK
1326.TP
1327(9)
0f619d1f 1328filesystem type: the filesystem type in the form "type[.subtype]".
b4e9ee8f
MK
1329.TP
1330(10)
9ee4a2b6 1331mount source: filesystem-specific information or "none".
b4e9ee8f
MK
1332.TP
1333(11)
68d86eac 1334super options: per-superblock options.
b4e9ee8f
MK
1335.RE
1336.IP
966b5839
MK
1337Currently, the possible optional fields are
1338.IR shared ,
1339.IR master ,
1340.IR propagate_from ,
1341and
1342.IR unbindable .
1343See
1344.BR mount_namespaces (7)
1345for a description of these fields.
0f619d1f
MK
1346Parsers should ignore all unrecognized optional fields.
1347.IP
b4e9ee8f
MK
1348For more information on mount propagation see:
1349.I Documentation/filesystems/sharedsubtree.txt
66a9882e 1350in the Linux kernel source tree.
b4e9ee8f 1351.TP
cea61382 1352.IR /proc/[pid]/mounts " (since Linux 2.4.19)"
226cb3a8 1353This file lists all the filesystems currently mounted in the
ef5b47f6
MK
1354process's mount namespace (see
1355.BR mount_namespaces (7)).
cea61382
MK
1356The format of this file is documented in
1357.BR fstab (5).
2dad4c59 1358.IP
cea61382
MK
1359Since kernel version 2.6.15, this file is pollable:
1360after opening the file for reading, a change in this file
9ee4a2b6 1361(i.e., a filesystem mount or unmount) causes
cea61382 1362.BR select (2)
226cb3a8 1363to mark the file descriptor as having an exceptional condition, and
cea61382
MK
1364.BR poll (2)
1365and
1366.BR epoll_wait (2)
226cb3a8
MK
1367mark the file as having a priority event
1368.RB ( POLLPRI ).
1369(Before Linux 2.6.30,
1370a change in this file was indicated by the file descriptor
1371being marked as readable for
1372.BR select (2),
1373and being marked as having an error condition for
1374.BR poll (2)
1375and
1376.BR epoll_wait (2).)
cea61382 1377.TP
69119dc7 1378.IR /proc/[pid]/mountstats " (since Linux 2.6.17)"
783a6233 1379This file exports information (statistics, configuration information)
ef5b47f6
MK
1380about the mount points in the process's mount namespace (see
1381.BR mount_namespaces (7)).
b4e9ee8f 1382Lines in this file have the form:
37d5e699
MK
1383.IP
1384.in +4n
1385.EX
b4e9ee8f
MK
1386device /dev/sda7 mounted on /home with fstype ext3 [statistics]
1387( 1 ) ( 2 ) (3 ) (4)
37d5e699
MK
1388.EE
1389.in
b4e9ee8f
MK
1390.IP
1391The fields in each line are:
3bc960c2 1392.RS 7
b4e9ee8f
MK
1393.TP 5
1394(1)
1395The name of the mounted device
1396(or "nodevice" if there is no corresponding device).
1397.TP
1398(2)
9ee4a2b6 1399The mount point within the filesystem tree.
b4e9ee8f
MK
1400.TP
1401(3)
9ee4a2b6 1402The filesystem type.
b4e9ee8f
MK
1403.TP
1404(4)
1405Optional statistics and configuration information.
9ee4a2b6 1406Currently (as at Linux 2.6.26), only NFS filesystems export
b4e9ee8f
MK
1407information via this field.
1408.RE
1409.IP
90878f7c 1410This file is readable only by the owner of the process.
b4e9ee8f 1411.TP
2d3fb75b 1412.IR /proc/[pid]/net " (since Linux 2.6.25)"
9fb88bc8
MK
1413See the description of
1414.IR /proc/net .
1415.TP
b4a185e5 1416.IR /proc/[pid]/ns/ " (since Linux 3.0)"
2c4201f0 1417.\" See commit 6b4e306aa3dc94a0545eb9279475b1ab6209a31f
b4a185e5
EB
1418This is a subdirectory containing one entry for each namespace that
1419supports being manipulated by
80e63655 1420.BR setns (2).
cf8bfe6d
MK
1421For more information, see
1422.BR namespaces (7).
b4a185e5 1423.TP
69119dc7 1424.IR /proc/[pid]/numa_maps " (since Linux 2.6.14)"
610f75cc
MK
1425See
1426.BR numa (7).
7388733a 1427.TP
69119dc7 1428.IR /proc/[pid]/oom_adj " (since Linux 2.6.11)"
b4e9ee8f 1429This file can be used to adjust the score used to select which process
0425de01 1430should be killed in an out-of-memory (OOM) situation.
b4e9ee8f
MK
1431The kernel uses this value for a bit-shift operation of the process's
1432.IR oom_score
1433value:
5b8dbfd4
MK
1434valid values are in the range \-16 to +15,
1435plus the special value \-17,
b4e9ee8f
MK
1436which disables OOM-killing altogether for this process.
1437A positive score increases the likelihood of this
1438process being killed by the OOM-killer;
1439a negative score decreases the likelihood.
de8e9cc1 1440.IP
b4e9ee8f
MK
1441The default value for this file is 0;
1442a new process inherits its parent's
1443.I oom_adj
1444setting.
1445A process must be privileged
1446.RB ( CAP_SYS_RESOURCE )
1447to update this file.
f2c8b197
MK
1448.IP
1449Since Linux 2.6.36, use of this file is deprecated in favor of
1450.IR /proc/[pid]/oom_score_adj .
b4e9ee8f 1451.TP
69119dc7 1452.IR /proc/[pid]/oom_score " (since Linux 2.6.11)"
5753354a
MF
1453.\" See mm/oom_kill.c::badness() in pre 2.6.36 sources
1454.\" See mm/oom_kill.c::oom_badness() after 2.6.36
1455.\" commit a63d83f427fbce97a6cea0db2e64b0eb8435cd10
b4e9ee8f
MK
1456This file displays the current score that the kernel gives to
1457this process for the purpose of selecting a process
1458for the OOM-killer.
1459A higher score means that the process is more likely to be
1460selected by the OOM-killer.
1461The basis for this score is the amount of memory used by the process,
1462with increases (+) or decreases (\-) for factors including:
5753354a
MF
1463.\" See mm/oom_kill.c::badness() in pre 2.6.36 sources
1464.\" See mm/oom_kill.c::oom_badness() after 2.6.36
1465.\" commit a63d83f427fbce97a6cea0db2e64b0eb8435cd10
1466.RS
1467.IP * 2
9b0e3937 1468whether the process is privileged (\-).
5753354a
MF
1469.\" More precisely, if it has CAP_SYS_ADMIN or (pre 2.6.36) CAP_SYS_RESOURCE
1470.RE
1471.IP
1472Before kernel 2.6.36 the following factors were also used in the calculation of oom_score:
b4e9ee8f
MK
1473.RS
1474.IP * 2
1475whether the process creates a lot of children using
1476.BR fork (2)
1477(+);
1478.IP *
1479whether the process has been running a long time,
1480or has used a lot of CPU time (\-);
1481.IP *
5753354a 1482whether the process has a low nice value (i.e., > 0) (+); and
b4e9ee8f
MK
1483.IP *
1484whether the process is making direct hardware access (\-).
1485.\" More precisely, if it has CAP_SYS_RAWIO
1486.RE
1487.IP
1488The
1489.I oom_score
f2c8b197
MK
1490also reflects the adjustment specified by the
1491.I oom_score_adj
1492or
b4e9ee8f
MK
1493.I oom_adj
1494setting for the process.
f2c8b197
MK
1495.TP
1496.IR /proc/[pid]/oom_score_adj " (since Linux 2.6.36)"
1497.\" Text taken from 3.7 Documentation/filesystems/proc.txt
1498This file can be used to adjust the badness heuristic used to select which
1499process gets killed in out-of-memory conditions.
2dad4c59 1500.IP
f2c8b197
MK
1501The badness heuristic assigns a value to each candidate task ranging from 0
1502(never kill) to 1000 (always kill) to determine which process is targeted.
1503The units are roughly a proportion along that range of
1504allowed memory the process may allocate from,
1505based on an estimation of its current memory and swap use.
1506For example, if a task is using all allowed memory,
1507its badness score will be 1000.
1508If it is using half of its allowed memory, its score will be 500.
2dad4c59 1509.IP
f2c8b197
MK
1510There is an additional factor included in the badness score: root
1511processes are given 3% extra memory over other tasks.
2dad4c59 1512.IP
f2c8b197 1513The amount of "allowed" memory depends on the context
0633f951 1514in which the OOM-killer was called.
f2c8b197
MK
1515If it is due to the memory assigned to the allocating task's cpuset
1516being exhausted,
1517the allowed memory represents the set of mems assigned to that
1518cpuset (see
1519.BR cpuset (7)).
1520If it is due to a mempolicy's node(s) being exhausted,
1521the allowed memory represents the set of mempolicy nodes.
1522If it is due to a memory limit (or swap limit) being reached,
1523the allowed memory is that configured limit.
1524Finally, if it is due to the entire system being out of memory, the
1525allowed memory represents all allocatable resources.
2dad4c59 1526.IP
f2c8b197 1527The value of
0633f951 1528.I oom_score_adj
f2c8b197
MK
1529is added to the badness score before it
1530is used to determine which task to kill.
1531Acceptable values range from \-1000
1532(OOM_SCORE_ADJ_MIN) to +1000 (OOM_SCORE_ADJ_MAX).
0633f951 1533This allows user space to control the preference for OOM-killing,
f2c8b197 1534ranging from always preferring a certain
f082ada4 1535task or completely disabling it from OOM killing.
f2c8b197 1536The lowest possible value, \-1000, is
0633f951 1537equivalent to disabling OOM-killing entirely for that task,
f2c8b197 1538since it will always report a badness score of 0.
2dad4c59 1539.IP
f2c8b197
MK
1540Consequently, it is very simple for user space to define
1541the amount of memory to consider for each task.
48ac01a7 1542Setting an
f2c8b197
MK
1543.I oom_score_adj
1544value of +500, for example,
1545is roughly equivalent to allowing the remainder of tasks sharing the
1546same system, cpuset, mempolicy, or memory controller resources
1547to use at least 50% more memory.
1548A value of \-500, on the other hand, would be roughly
1549equivalent to discounting 50% of the task's
1550allowed memory from being considered as scoring against the task.
2dad4c59 1551.IP
0633f951 1552For backward compatibility with previous kernels,
f2c8b197
MK
1553.I /proc/[pid]/oom_adj
1554can still be used to tune the badness score.
1555Its value is
9f1b9726 1556scaled linearly with
f2c8b197 1557.IR oom_score_adj .
2dad4c59 1558.IP
f2c8b197
MK
1559Writing to
1560.IR /proc/[pid]/oom_score_adj
1561or
1562.IR /proc/[pid]/oom_adj
1563will change the other with its scaled value.
6f752251
MK
1564.IP
1565The
1566.BR choom (1)
1567program provides a command-line interface for adjusting the
1568.I oom_score_adj
1569value of a running process or a newly executed command.
b0aa1e51
MK
1570.TP
1571.IR /proc/[pid]/pagemap " (since Linux 2.6.25)"
1572This file shows the mapping of each of the process's virtual pages
1573into physical page frames or swap area.
1574It contains one 64-bit value for each virtual page,
1575with the bits set as follows:
1576.RS 12
1577.TP
157863
1579If set, the page is present in RAM.
1580.TP
158162
1582If set, the page is in swap space
1583.TP
158461 (since Linux 3.5)
1585The page is a file-mapped page or a shared anonymous page.
1586.TP
2e84528d 158760\(en57 (since Linux 3.11)
b0aa1e51
MK
1588Zero
1589.\" Not quite true; see commit 541c237c0923f567c9c4cabb8a81635baadc713f
1590.TP
2e84528d 159156 (since Linux 4.2)
abfbcb56
MK
1592.\" commit 77bb499bb60f4b79cca7d139c8041662860fcf87
1593.\" commit 83b4b0bb635eee2b8e075062e4e008d1bc110ed7
2e84528d
OE
1594The page is exclusively mapped.
1595.TP
b5301584 159655 (since Linux 3.11)
b0aa1e51
MK
1597PTE is soft-dirty
1598(see the kernel source file
1599.IR Documentation/vm/soft-dirty.txt ).
1600.TP
9bc87ed0 160154\(en0
b0aa1e51
MK
1602If the page is present in RAM (bit 63), then these bits
1603provide the page frame number, which can be used to index
1604.IR /proc/kpageflags
1605and
1606.IR /proc/kpagecount .
1607If the page is present in swap (bit 62),
9bc87ed0 1608then bits 4\(en0 give the swap type, and bits 54\(en5 encode the swap offset.
b0aa1e51
MK
1609.RE
1610.IP
9bc87ed0 1611Before Linux 3.11, bits 60\(en55 were
b0aa1e51
MK
1612used to encode the base-2 log of the page size.
1613.IP
1614To employ
1615.IR /proc/[pid]/pagemap
1616efficiently, use
1617.IR /proc/[pid]/maps
1618to determine which areas of memory are actually mapped and seek
1619to skip over unmapped regions.
1620.IP
1621The
1622.IR /proc/[pid]/pagemap
1623file is present only if the
1624.B CONFIG_PROC_PAGE_MONITOR
1625kernel configuration option is enabled.
2dad4c59 1626.IP
aee2f0bf
MK
1627Permission to access this file is governed by a ptrace access mode
1628.B PTRACE_MODE_READ_FSCREDS
1629check; see
1630.BR ptrace (2).
7c2905d1
MK
1631.TP
1632.IR /proc/[pid]/personality " (since Linux 2.6.28)"
1633.\" commit 478307230810d7e2a753ed220db9066dfdf88718
1634This read-only file exposes the process's execution domain, as set by
1635.BR personality (2).
1636The value is displayed in hexadecimal notation.
2dad4c59 1637.IP
4834ae91
MK
1638Permission to access this file is governed by a ptrace access mode
1639.B PTRACE_MODE_ATTACH_FSCREDS
1640check; see
1641.BR ptrace (2).
fea681da 1642.TP
69119dc7 1643.I /proc/[pid]/root
008f1ecc 1644UNIX and Linux support the idea of a per-process root of the
9ee4a2b6 1645filesystem, set by the
fea681da 1646.BR chroot (2)
c13182ef
MK
1647system call.
1648This file is a symbolic link that points to the process's
14d70713
MK
1649root directory, and behaves in the same way as
1650.IR exe ,
1651and
1652.IR fd/* .
2dad4c59 1653.IP
948f0ff4 1654Note however that this file is not merely a symbolic link.
2b312241
MF
1655It provides the same view of the filesystem (including namespaces and the
1656set of per-process mounts) as the process itself.
a77efd58
MK
1657An example illustrates this point.
1658In one terminal, we start a shell in new user and mount namespaces,
1659and in that shell we create some new mount points:
2dad4c59 1660.IP
a77efd58 1661.in +4n
37d5e699 1662.EX
a77efd58
MK
1663$ \fBPS1='sh1# ' unshare \-Urnm\fP
1664sh1# \fBmount \-t tmpfs tmpfs /etc\fP # Mount empty tmpfs at /etc
1665sh1# \fBmount \-\-bind /usr /dev\fP # Mount /usr at /dev
89f92905 1666sh1# \fBecho $$\fP
a77efd58 166727123
37d5e699 1668.EE
a77efd58 1669.in
2dad4c59 1670.IP
a77efd58
MK
1671In a second terminal window, in the initial mount namespace,
1672we look at the contents of the corresponding mounts in
1673the initial and new namespaces:
2dad4c59 1674.IP
a77efd58 1675.in +4n
37d5e699 1676.EX
89f92905 1677$ \fBPS1='sh2# ' sudo sh\fP
a77efd58
MK
1678sh2# \fBls /etc | wc \-l\fP # In initial NS
1679309
1680sh2# \fBls /proc/27123/root/etc | wc \-l\fP # /etc in other NS
16810 # The empty tmpfs dir
1682sh2# \fBls /dev | wc \-l\fP # In initial NS
1683205
1684sh2# \fBls /proc/27123/root/dev | wc \-l\fP # /dev in other NS
168511 # Actually bind
1686 # mounted to /usr
1687sh2# \fBls /usr | wc \-l\fP # /usr in initial NS
168811
37d5e699 1689.EE
a77efd58 1690.in
2dad4c59 1691.IP
afcaf646 1692.\" The following was still true as at kernel 2.6.13
3ed7270e
MK
1693In a multithreaded process, the contents of the
1694.I /proc/[pid]/root
1695symbolic link are not available if the main thread has already terminated
afcaf646
MK
1696(typically by calling
1697.BR pthread_exit (3)).
2dad4c59 1698.IP
b902fe18
MK
1699Permission to dereference or read
1700.RB ( readlink (2))
1701this symbolic link is governed by a ptrace access mode
1702.B PTRACE_MODE_READ_FSCREDS
1703check; see
1704.BR ptrace (2).
f34f0182 1705.\" FIXME Describe /proc/[pid]/projid_map
43d42cc0
MK
1706.\" Added in 3.7
1707.\" commit f76d207a66c3a53defea67e7d36c3eb1b7d6d61d
15869389
MK
1708.TP
1709.IR /proc/[pid]/seccomp " (Linux 2.6.12 to 2.6.22)"
1710This file can be used to read and change the process's
1711secure computing (seccomp) mode setting.
1712It contains the value 0 if the process is not in seccomp mode,
1713and 1 if the process is in strict seccomp mode (see
1714.BR seccomp (2)).
1715Writing 1 to this file places the process irreversibly in strict seccomp mode.
1716(Further attempts to write to the file fail with the
1717.B EPERM
1718error.)
2dad4c59 1719.IP
15869389
MK
1720In Linux 2.6.23,
1721this file went away, to be replaced by the
1722.BR prctl (2)
1723.BR PR_GET_SECCOMP
1724and
1725.BR PR_SET_SECCOMP
1726operations (and later by
1727.BR seccomp (2)
1728and the
1729.I Seccomp
1730field in
1731.IR /proc/[pid]/status ).
69119dc7 1732.\" FIXME Describe /proc/[pid]/sessionid
b3fb99e8 1733.\" commit 1e0bd7550ea9cf474b1ad4c6ff5729a507f75fdc
b4e9ee8f 1734.\" CONFIG_AUDITSYSCALL
43d42cc0 1735.\" Added in 2.6.25; read-only; only readable by real UID
bea08fec 1736.\"
69119dc7 1737.\" FIXME Describe /proc/[pid]/sched
b4e9ee8f
MK
1738.\" Added in 2.6.23
1739.\" CONFIG_SCHED_DEBUG, and additional fields if CONFIG_SCHEDSTATS
1740.\" Displays various scheduling parameters
1741.\" This file can be written, to reset stats
ef4f4031 1742.\" The set of fields exposed by this file have changed
b3fb99e8
MK
1743.\" significantly over time.
1744.\" commit 43ae34cb4cd650d1eb4460a8253a8e747ba052ac
1745.\"
69119dc7
MK
1746.\" FIXME Describe /proc/[pid]/schedstats and
1747.\" /proc/[pid]/task/[tid]/schedstats
b4e9ee8f
MK
1748.\" Added in 2.6.9
1749.\" CONFIG_SCHEDSTATS
fea681da 1750.TP
5c92b1b7 1751.IR /proc/[pid]/setgroups " (since Linux 3.19)"
ab28dba9
MK
1752See
1753.BR user_namespaces (7).
d520465b 1754.TP
69119dc7 1755.IR /proc/[pid]/smaps " (since Linux 2.6.14)"
b07b19c4 1756This file shows memory consumption for each of the process's mappings.
859503c3
MK
1757(The
1758.BR pmap (1)
1759command displays similar information,
1760in a form that may be easier for parsing.)
1f0add28 1761For each mapping there is a series of lines such as the following:
37d5e699 1762.IP
a08ea57c 1763.in +4n
37d5e699 1764.EX
9bc87ed0 176500400000\-0048a000 r\-xp 00000000 fd:03 960637 /bin/bash
95fe794d
PG
1766Size: 552 kB
1767Rss: 460 kB
1768Pss: 100 kB
1769Shared_Clean: 452 kB
1770Shared_Dirty: 0 kB
1771Private_Clean: 8 kB
1772Private_Dirty: 0 kB
1773Referenced: 460 kB
1774Anonymous: 0 kB
1775AnonHugePages: 0 kB
4ad958e1
MK
1776ShmemHugePages: 0 kB
1777ShmemPmdMapped: 0 kB
95fe794d
PG
1778Swap: 0 kB
1779KernelPageSize: 4 kB
1780MMUPageSize: 4 kB
6861f8f0
MK
1781KernelPageSize: 4 kB
1782MMUPageSize: 4 kB
95fe794d 1783Locked: 0 kB
2f057281 1784ProtectionKey: 0
eb848708 1785VmFlags: rd ex mr mw me dw
37d5e699 1786.EE
a08ea57c 1787.in
2d3fb75b 1788.IP
b07b19c4
MK
1789The first of these lines shows the same information as is displayed
1790for the mapping in
69119dc7 1791.IR /proc/[pid]/maps .
c3d59262 1792The following lines show the size of the mapping,
95fe794d 1793the amount of the mapping that is currently resident in RAM ("Rss"),
a5a3e91b 1794the process's proportional share of this mapping ("Pss"),
1f0add28 1795the number of clean and dirty shared pages in the mapping,
c7ce200d 1796and the number of clean and dirty private pages in the mapping.
95fe794d 1797"Referenced" indicates the amount of memory currently marked as
1f0add28
MK
1798referenced or accessed.
1799"Anonymous" shows the amount of memory
1800that does not belong to any file.
1801"Swap" shows how much
95fe794d 1802would-be-anonymous memory is also used, but out on swap.
2dad4c59 1803.IP
6861f8f0
MK
1804The "KernelPageSize" line (available since Linux 2.6.29)
1805is the page size used by the kernel to back the virtual memory area.
1f0add28
MK
1806This matches the size used by the MMU in the majority of cases.
1807However, one counter-example occurs on PPC64 kernels
6861f8f0 1808whereby a kernel using 64kB as a base page size may still use 4kB
1f0add28 1809pages for the MMU on older processors.
6861f8f0
MK
1810To distinguish the two attributes, the "MMUPageSize" line
1811(also available since Linux 2.6.29)
1812reports the page size used by the MMU.
2dad4c59 1813.IP
95fe794d
PG
1814The "Locked" indicates whether the mapping is locked in memory
1815or not.
2dad4c59 1816.IP
9b780b06
MK
1817The "ProtectionKey" line (available since Linux 4.9, on x86 only)
1818contains the memory protection key (see
1819.BR pkeys (7))
1820associated with the virtual memory area.
1821This entry is present only if the kernel was built with the
1822.B CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS
1823configuration option.
2dad4c59 1824.IP
eb848708
MK
1825The "VmFlags" line (available since Linux 3.8)
1826represents the kernel flags associated with the virtual memory area,
1827encoded using the following two-letter codes:
2dad4c59 1828.IP
95fe794d 1829 rd - readable
1f0add28 1830 wr - writable
95fe794d
PG
1831 ex - executable
1832 sh - shared
1833 mr - may read
1834 mw - may write
1835 me - may execute
1836 ms - may share
723e333c 1837 gd - stack segment grows down
95fe794d
PG
1838 pf - pure PFN range
1839 dw - disabled write to the mapped file
1840 lo - pages are locked in memory
1841 io - memory mapped I/O area
1842 sr - sequential read advise provided
1843 rr - random read advise provided
1844 dc - do not copy area on fork
1845 de - do not expand area on remapping
1846 ac - area is accountable
1847 nr - swap space is not reserved for the area
1848 ht - area uses huge tlb pages
1849 nl - non-linear mapping
1850 ar - architecture specific flag
1851 dd - do not include area into core dump
1852 sd - soft-dirty flag
1853 mm - mixed map area
1854 hg - huge page advise flag
1855 nh - no-huge page advise flag
b5408a0f 1856 mg - mergeable advise flag
2dad4c59 1857.IP
be729d66
DH
1858"ProtectionKey" field contains the memory protection key (see
1859.BR pkeys (5))
1860associated with the virtual memory area.
f12f1b9b 1861Present only if the kernel was built with the
be729d66
DH
1862.B CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS
1863configuration option. (since Linux 4.6)
2dad4c59 1864.IP
e618d945
MK
1865The
1866.IR /proc/[pid]/smaps
1867file is present only if the
1868.B CONFIG_PROC_PAGE_MONITOR
1869kernel configuration option is enabled.
b07b19c4 1870.TP
67aac6fb
MK
1871.IR /proc/[pid]/stack " (since Linux 2.6.29)"
1872.\" 2ec220e27f5040aec1e88901c1b6ea3d135787ad
1873This file provides a symbolic trace of the function calls in this
1874process's kernel stack.
1875This file is provided only if the kernel was built with the
1876.B CONFIG_STACKTRACE
1877configuration option.
2dad4c59 1878.IP
4834ae91
MK
1879Permission to access this file is governed by a ptrace access mode
1880.B PTRACE_MODE_ATTACH_FSCREDS
1881check; see
1882.BR ptrace (2).
67aac6fb 1883.TP
69119dc7 1884.I /proc/[pid]/stat
c13182ef
MK
1885Status information about the process.
1886This is used by
1887.BR ps (1).
082bf5b8
MK
1888It is defined in the kernel source file
1889.IR fs/proc/array.c "."
2dad4c59 1890.IP
fea681da
MK
1891The fields, in order, with their proper
1892.BR scanf (3)
b02b4b74
MK
1893format specifiers, are listed below.
1894Whether or not certain of these fields display valid information is governed by
1895a ptrace access mode
1896.BR PTRACE_MODE_READ_FSCREDS "\ |\ " PTRACE_MODE_NOAUDIT
1897check (refer to
1898.BR ptrace (2)).
1899If the check denies access, then the field value is displayed as 0.
1900The affected fields are indicated with the marking [PT].
2dad4c59 1901.IP
fea681da 1902.RS
62e4a418
MK
1903.TP 10
1904(1) \fIpid\fP \ %d
1905.br
1906The process ID.
fea681da 1907.TP
62e4a418
MK
1908(2) \fIcomm\fP \ %s
1909The filename of the executable, in parentheses.
c13182ef 1910This is visible whether or not the executable is swapped out.
fea681da 1911.TP
62e4a418 1912(3) \fIstate\fP \ %c
31293f37
MK
1913One of the following characters, indicating process state:
1914.RS
1915.IP R 3
1916Running
1917.IP S
1918Sleeping in an interruptible wait
1919.IP D
1920Waiting in uninterruptible
1921disk sleep
1922.IP Z
1923Zombie
1924.IP T
1925Stopped (on a signal) or (before Linux 2.6.33) trace stopped
1926.IP t
1927.\" commit 44d90df6b757c59651ddd55f1a84f28132b50d29
1928Tracing stop (Linux 2.6.33 onward)
1929.IP W
1930Paging (only before Linux 2.6.0)
1931.IP X
ef4f4031 1932Dead (from Linux 2.6.0 onward)
31293f37
MK
1933.IP x
1934.\" commit 44d90df6b757c59651ddd55f1a84f28132b50d29
1935Dead (Linux 2.6.33 to
1936.\" commit 74e37200de8e9c4e09b70c21c3f13c2071e77457
19373.13 only)
1938.IP K
1939.\" commit 44d90df6b757c59651ddd55f1a84f28132b50d29
1940Wakekill (Linux 2.6.33 to
1941.\" commit 74e37200de8e9c4e09b70c21c3f13c2071e77457
19423.13 only)
1943.IP W
1944.\" commit 44d90df6b757c59651ddd55f1a84f28132b50d29
1945Waking (Linux 2.6.33 to
1946.\" commit 74e37200de8e9c4e09b70c21c3f13c2071e77457
19473.13 only)
1948.IP P
1949.\" commit f2530dc71cf0822f90bb63ea4600caaef33a66bb
1950Parked (Linux 3.9 to
1951.\" commit 74e37200de8e9c4e09b70c21c3f13c2071e77457
19523.13 only)
1953.RE
fea681da 1954.TP
62e4a418 1955(4) \fIppid\fP \ %d
e0fdc57c 1956The PID of the parent of this process.
fea681da 1957.TP
62e4a418
MK
1958(5) \fIpgrp\fP \ %d
1959The process group ID of the process.
fea681da 1960.TP
62e4a418
MK
1961(6) \fIsession\fP \ %d
1962The session ID of the process.
fea681da 1963.TP
62e4a418
MK
1964(7) \fItty_nr\fP \ %d
1965The controlling terminal of the process.
59a40ed7
MK
1966(The minor device number is contained in the combination of bits
196731 to 20 and 7 to 0;
b97deb97 1968the major device number is in bits 15 to 8.)
fea681da 1969.TP
62e4a418 1970(8) \fItpgid\fP \ %d
fea681da 1971.\" This field and following, up to and including wchan added 0.99.1
62e4a418 1972The ID of the foreground process group of the controlling
59a40ed7 1973terminal of the process.
fea681da 1974.TP
62e4a418
MK
1975(9) \fIflags\fP \ %u
1976The kernel flags word of the process.
c13182ef 1977For bit meanings,
66a9882e 1978see the PF_* defines in the Linux kernel source file
00702acc 1979.IR include/linux/sched.h .
fea681da 1980Details depend on the kernel version.
2dad4c59 1981.IP
62e4a418 1982The format for this field was %lu before Linux 2.6.
fea681da 1983.TP
ee566744 1984(10) \fIminflt\fP \ %lu
62e4a418 1985The number of minor faults the process has made which have not
fea681da
MK
1986required loading a memory page from disk.
1987.TP
62e4a418
MK
1988(11) \fIcminflt\fP \ %lu
1989The number of minor faults that the process's
fea681da
MK
1990waited-for children have made.
1991.TP
62e4a418
MK
1992(12) \fImajflt\fP \ %lu
1993The number of major faults the process has made which have
fea681da
MK
1994required loading a memory page from disk.
1995.TP
62e4a418
MK
1996(13) \fIcmajflt\fP \ %lu
1997The number of major faults that the process's
fea681da
MK
1998waited-for children have made.
1999.TP
62e4a418
MK
2000(14) \fIutime\fP \ %lu
2001Amount of time that this process has been scheduled in user mode,
7a017e24 2002measured in clock ticks (divide by
67914165 2003.IR sysconf(_SC_CLK_TCK) ).
a1c9dc59
MK
2004This includes guest time, \fIguest_time\fP
2005(time spent running a virtual CPU, see below),
2006so that applications that are not aware of the guest time field
2007do not lose that time from their calculations.
fea681da 2008.TP
62e4a418
MK
2009(15) \fIstime\fP \ %lu
2010Amount of time that this process has been scheduled in kernel mode,
7a017e24 2011measured in clock ticks (divide by
67914165 2012.IR sysconf(_SC_CLK_TCK) ).
fea681da 2013.TP
62e4a418
MK
2014(16) \fIcutime\fP \ %ld
2015Amount of time that this process's
7a017e24
MK
2016waited-for children have been scheduled in user mode,
2017measured in clock ticks (divide by
67914165 2018.IR sysconf(_SC_CLK_TCK) ).
c13182ef 2019(See also
fea681da 2020.BR times (2).)
a1c9dc59
MK
2021This includes guest time, \fIcguest_time\fP
2022(time spent running a virtual CPU, see below).
fea681da 2023.TP
62e4a418
MK
2024(17) \fIcstime\fP \ %ld
2025Amount of time that this process's
7a017e24
MK
2026waited-for children have been scheduled in kernel mode,
2027measured in clock ticks (divide by
67914165 2028.IR sysconf(_SC_CLK_TCK) ).
fea681da 2029.TP
62e4a418
MK
2030(18) \fIpriority\fP \ %ld
2031(Explanation for Linux 2.6)
59a40ed7
MK
2032For processes running a real-time scheduling policy
2033.RI ( policy
2034below; see
2035.BR sched_setscheduler (2)),
2036this is the negated scheduling priority, minus one;
2037that is, a number in the range \-2 to \-100,
2038corresponding to real-time priorities 1 to 99.
2039For processes running under a non-real-time scheduling policy,
2040this is the raw nice value
2041.RB ( setpriority (2))
2042as represented in the kernel.
2043The kernel stores nice values as numbers
2044in the range 0 (high) to 39 (low),
2045corresponding to the user-visible nice range of \-20 to 19.
2dad4c59 2046.IP
59a40ed7
MK
2047Before Linux 2.6, this was a scaled value based on
2048the scheduler weighting given to this process.
2049.\" And back in kernel 1.2 days things were different again.
fea681da 2050.TP
62e4a418
MK
2051(19) \fInice\fP \ %ld
2052The nice value (see
59a40ed7
MK
2053.BR setpriority (2)),
2054a value in the range 19 (low priority) to \-20 (high priority).
2055.\" Back in kernel 1.2 days things were different.
fea681da
MK
2056.\" .TP
2057.\" \fIcounter\fP %ld
2058.\" The current maximum size in jiffies of the process's next timeslice,
2059.\" or what is currently left of its current timeslice, if it is the
2060.\" currently running process.
2061.\" .TP
2062.\" \fItimeout\fP %u
2063.\" The time in jiffies of the process's next timeout.
0e94f77b 2064.\" timeout was removed sometime around 2.1/2.2
aa610245 2065.TP
62e4a418
MK
2066(20) \fInum_threads\fP \ %ld
2067Number of threads in this process (since Linux 2.6).
bb83d1b9 2068Before kernel 2.6, this field was hard coded to 0 as a placeholder
0e94f77b 2069for an earlier removed field.
fea681da 2070.TP
62e4a418
MK
2071(21) \fIitrealvalue\fP \ %ld
2072The time in jiffies before the next
8bd58774
MK
2073.B SIGALRM
2074is sent to the process due to an interval timer.
0e94f77b
MK
2075Since kernel 2.6.17, this field is no longer maintained,
2076and is hard coded as 0.
fea681da 2077.TP
62e4a418
MK
2078(22) \fIstarttime\fP \ %llu
2079The time the process started after system boot.
055024ed
MK
2080In kernels before Linux 2.6, this value was expressed in jiffies.
2081Since Linux 2.6, the value is expressed in clock ticks (divide by
2082.IR sysconf(_SC_CLK_TCK) ).
2dad4c59 2083.IP
62e4a418 2084The format for this field was %lu before Linux 2.6.
fea681da 2085.TP
62e4a418
MK
2086(23) \fIvsize\fP \ %lu
2087Virtual memory size in bytes.
fea681da 2088.TP
62e4a418
MK
2089(24) \fIrss\fP \ %ld
2090Resident Set Size: number of pages the process has in real memory.
c13182ef 2091This is just the pages which
5fab2e7c 2092count toward text, data, or stack space.
c13182ef 2093This does not include pages
fea681da
MK
2094which have not been demand-loaded in, or which are swapped out.
2095.TP
62e4a418
MK
2096(25) \fIrsslim\fP \ %lu
2097Current soft limit in bytes on the rss of the process;
59a40ed7
MK
2098see the description of
2099.B RLIMIT_RSS
2100in
2b5407af 2101.BR getrlimit (2).
fea681da 2102.TP
b02b4b74 2103(26) \fIstartcode\fP \ %lu \ [PT]
62e4a418 2104The address above which program text can run.
fea681da 2105.TP
b02b4b74 2106(27) \fIendcode\fP \ %lu \ [PT]
62e4a418 2107The address below which program text can run.
fea681da 2108.TP
b02b4b74 2109(28) \fIstartstack\fP \ %lu \ [PT]
62e4a418 2110The address of the start (i.e., bottom) of the stack.
fea681da 2111.TP
b02b4b74 2112(29) \fIkstkesp\fP \ %lu \ [PT]
62e4a418 2113The current value of ESP (stack pointer), as found in the
fea681da
MK
2114kernel stack page for the process.
2115.TP
b02b4b74 2116(30) \fIkstkeip\fP \ %lu \ [PT]
62e4a418 2117The current EIP (instruction pointer).
fea681da 2118.TP
62e4a418
MK
2119(31) \fIsignal\fP \ %lu
2120The bitmap of pending signals, displayed as a decimal number.
59a40ed7 2121Obsolete, because it does not provide information on real-time signals; use
69119dc7 2122.I /proc/[pid]/status
59a40ed7 2123instead.
fea681da 2124.TP
62e4a418
MK
2125(32) \fIblocked\fP \ %lu
2126The bitmap of blocked signals, displayed as a decimal number.
59a40ed7 2127Obsolete, because it does not provide information on real-time signals; use
69119dc7 2128.I /proc/[pid]/status
59a40ed7 2129instead.
fea681da 2130.TP
62e4a418
MK
2131(33) \fIsigignore\fP \ %lu
2132The bitmap of ignored signals, displayed as a decimal number.
59a40ed7 2133Obsolete, because it does not provide information on real-time signals; use
69119dc7 2134.I /proc/[pid]/status
59a40ed7 2135instead.
fea681da 2136.TP
62e4a418
MK
2137(34) \fIsigcatch\fP \ %lu
2138The bitmap of caught signals, displayed as a decimal number.
59a40ed7 2139Obsolete, because it does not provide information on real-time signals; use
69119dc7 2140.I /proc/[pid]/status
59a40ed7 2141instead.
fea681da 2142.TP
b02b4b74 2143(35) \fIwchan\fP \ %lu \ [PT]
62e4a418 2144This is the "channel" in which the process is waiting.
2054f761
MK
2145It is the address of a location in the kernel where the process is sleeping.
2146The corresponding symbolic name can be found in
2147.IR /proc/[pid]/wchan .
fea681da 2148.TP
62e4a418 2149(36) \fInswap\fP \ %lu
0633f951 2150.\" nswap was added in 2.0
4d9b6984 2151Number of pages swapped (not maintained).
fea681da 2152.TP
62e4a418 2153(37) \fIcnswap\fP \ %lu
0633f951 2154.\" cnswap was added in 2.0
4d9b6984 2155Cumulative \fInswap\fP for child processes (not maintained).
fea681da 2156.TP
62e4a418
MK
2157(38) \fIexit_signal\fP \ %d \ (since Linux 2.1.22)
2158Signal to be sent to parent when we die.
fea681da 2159.TP
62e4a418
MK
2160(39) \fIprocessor\fP \ %d \ (since Linux 2.2.8)
2161CPU number last executed on.
568105c6 2162.TP
62e4a418
MK
2163(40) \fIrt_priority\fP \ %u \ (since Linux 2.5.19)
2164Real-time scheduling priority, a number in the range 1 to 99 for
59a40ed7
MK
2165processes scheduled under a real-time policy,
2166or 0, for non-real-time processes (see
568105c6
MK
2167.BR sched_setscheduler (2)).
2168.TP
62e4a418
MK
2169(41) \fIpolicy\fP \ %u \ (since Linux 2.5.19)
2170Scheduling policy (see
568105c6 2171.BR sched_setscheduler (2)).
cd60dedd 2172Decode using the SCHED_* constants in
59a40ed7 2173.IR linux/sched.h .
2dad4c59 2174.IP
62e4a418 2175The format for this field was %lu before Linux 2.6.22.
167450d6 2176.TP
62e4a418
MK
2177(42) \fIdelayacct_blkio_ticks\fP \ %llu \ (since Linux 2.6.18)
2178Aggregated block I/O delays, measured in clock ticks (centiseconds).
14c06953 2179.TP
62e4a418
MK
2180(43) \fIguest_time\fP \ %lu \ (since Linux 2.6.24)
2181Guest time of the process (time spent running a virtual CPU
7a017e24 2182for a guest operating system), measured in clock ticks (divide by
67914165 2183.IR sysconf(_SC_CLK_TCK) ).
14c06953 2184.TP
62e4a418
MK
2185(44) \fIcguest_time\fP \ %ld \ (since Linux 2.6.24)
2186Guest time of the process's children, measured in clock ticks (divide by
67914165 2187.IR sysconf(_SC_CLK_TCK) ).
fea681da 2188.TP
b02b4b74 2189(45) \fIstart_data\fP \ %lu \ (since Linux 3.3) \ [PT]
0be30a54 2190.\" commit b3f7f573a20081910e34e99cbc91831f4f02f1ff
62e4a418 2191Address above which program initialized and
426bc8d7 2192uninitialized (BSS) data are placed.
12449ae3 2193.TP
b02b4b74 2194(46) \fIend_data\fP \ %lu \ (since Linux 3.3) \ [PT]
0be30a54 2195.\" commit b3f7f573a20081910e34e99cbc91831f4f02f1ff
62e4a418 2196Address below which program initialized and
426bc8d7 2197uninitialized (BSS) data are placed.
12449ae3 2198.TP
b02b4b74 2199(47) \fIstart_brk\fP \ %lu \ (since Linux 3.3) \ [PT]
0be30a54 2200.\" commit b3f7f573a20081910e34e99cbc91831f4f02f1ff
62e4a418 2201Address above which program heap can be expanded with
426bc8d7 2202.BR brk (2).
12449ae3 2203.TP
b02b4b74 2204(48) \fIarg_start\fP \ %lu \ (since Linux 3.5) \ [PT]
0be30a54 2205.\" commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3
62e4a418 2206Address above which program command-line arguments
426bc8d7
MK
2207.RI ( argv )
2208are placed.
12449ae3 2209.TP
b02b4b74 2210(49) \fIarg_end\fP \ %lu \ (since Linux 3.5) \ [PT]
0be30a54 2211.\" commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3
62e4a418 2212Address below program command-line arguments
426bc8d7
MK
2213.RI ( argv )
2214are placed.
12449ae3 2215.TP
b02b4b74 2216(50) \fIenv_start\fP \ %lu \ (since Linux 3.5) \ [PT]
0be30a54 2217.\" commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3
62e4a418 2218Address above which program environment is placed.
12449ae3 2219.TP
b02b4b74 2220(51) \fIenv_end\fP \ %lu \ (since Linux 3.5) \ [PT]
0be30a54 2221.\" commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3
62e4a418 2222Address below which program environment is placed.
12449ae3 2223.TP
b02b4b74 2224(52) \fIexit_code\fP \ %d \ (since Linux 3.5) \ [PT]
0be30a54 2225.\" commit 5b172087f99189416d5f47fd7ab5e6fb762a9ba3
62e4a418 2226The thread's exit status in the form reported by
426bc8d7 2227.BR waitpid (2).
12449ae3 2228.RE
2229.TP
69119dc7 2230.I /proc/[pid]/statm
59a40ed7 2231Provides information about memory usage, measured in pages.
c13182ef 2232The columns are:
37d5e699 2233.IP
a08ea57c 2234.in +4n
37d5e699 2235.EX
cb42fb56 2236size (1) total program size
69119dc7 2237 (same as VmSize in \fI/proc/[pid]/status\fP)
cb42fb56 2238resident (2) resident set size
69119dc7 2239 (same as VmRSS in \fI/proc/[pid]/status\fP)
4e6fa352
MK
2240shared (3) number of resident shared pages (i.e., backed by a file)
2241 (same as RssFile+RssShmem in \fI/proc/[pid]/status\fP)
cb42fb56 2242text (4) text (code)
59a40ed7 2243.\" (not including libs; broken, includes data segment)
d133b9b3 2244lib (5) library (unused since Linux 2.6; always 0)
cb42fb56 2245data (6) data + stack
59a40ed7 2246.\" (including libs; broken, includes library text)
d133b9b3 2247dt (7) dirty pages (unused since Linux 2.6; always 0)
37d5e699 2248.EE
a08ea57c 2249.in
fea681da 2250.TP
69119dc7 2251.I /proc/[pid]/status
fea681da 2252Provides much of the information in
69119dc7 2253.I /proc/[pid]/stat
fea681da 2254and
69119dc7 2255.I /proc/[pid]/statm
fea681da 2256in a format that's easier for humans to parse.
16b5f7ba 2257Here's an example:
37d5e699 2258.IP
16b5f7ba 2259.in +4n
37d5e699 2260.EX
b43a3b30 2261.RB "$" " cat /proc/$$/status"
16b5f7ba 2262Name: bash
a79343e9 2263Umask: 0022
16b5f7ba 2264State: S (sleeping)
aac0b30f 2265Tgid: 17248
2d2dfb69 2266Ngid: 0
aac0b30f
MK
2267Pid: 17248
2268PPid: 17200
16b5f7ba
MK
2269TracerPid: 0
2270Uid: 1000 1000 1000 1000
2271Gid: 100 100 100 100
2272FDSize: 256
2273Groups: 16 33 100
aac0b30f
MK
2274NStgid: 17248
2275NSpid: 17248
2276NSpgid: 17248
2277NSsid: 17200
06b7cee0
MK
2278VmPeak: 131168 kB
2279VmSize: 131168 kB
2280VmLck: 0 kB
2281VmPin: 0 kB
2282VmHWM: 13484 kB
2283VmRSS: 13484 kB
e546617e
MK
2284RssAnon: 10264 kB
2285RssFile: 3220 kB
2286RssShmem: 0 kB
06b7cee0
MK
2287VmData: 10332 kB
2288VmStk: 136 kB
2289VmExe: 992 kB
2290VmLib: 2104 kB
2291VmPTE: 76 kB
2292VmPMD: 12 kB
2293VmSwap: 0 kB
4084d612 2294HugetlbPages: 0 kB # 4.4
16b5f7ba
MK
2295Threads: 1
2296SigQ: 0/3067
2297SigPnd: 0000000000000000
2298ShdPnd: 0000000000000000
2299SigBlk: 0000000000010000
2300SigIgn: 0000000000384004
2301SigCgt: 000000004b813efb
2302CapInh: 0000000000000000
2303CapPrm: 0000000000000000
2304CapEff: 0000000000000000
2305CapBnd: ffffffffffffffff
6112ea97 2306CapAmb: 0000000000000000
6c0ed873 2307NoNewPrivs: 0
039b6546 2308Seccomp: 0
bf8fc275 2309Speculation_Store_Bypass: vulnerable
16b5f7ba
MK
2310Cpus_allowed: 00000001
2311Cpus_allowed_list: 0
2312Mems_allowed: 1
2313Mems_allowed_list: 0
2314voluntary_ctxt_switches: 150
2315nonvoluntary_ctxt_switches: 545
37d5e699 2316.EE
16b5f7ba
MK
2317.in
2318.IP
2319The fields are as follows:
2320.RS
2321.IP * 2
2322.IR Name :
2323Command run by this process.
2324.IP *
a79343e9 2325.IR Umask :
53473996
MK
2326Process umask, expressed in octal with a leading zero; see
2327.BR umask (2).
a79343e9
MK
2328(Since Linux 4.7.)
2329.IP *
16b5f7ba 2330.IR State :
4175f999
MK
2331Current state of the process.
2332One of
16b5f7ba
MK
2333"R (running)",
2334"S (sleeping)",
2335"D (disk sleep)",
2336"T (stopped)",
2337"T (tracing stop)",
2338"Z (zombie)",
2339or
2340"X (dead)".
2341.IP *
2342.IR Tgid :
2343Thread group ID (i.e., Process ID).
2344.IP *
2d2dfb69
MK
2345.IR Ngid :
2346NUMA group ID (0 if none; since Linux 3.13).
2347.IP *
16b5f7ba
MK
2348.IR Pid :
2349Thread ID (see
2350.BR gettid (2)).
2351.IP *
a1bc91d5
MK
2352.IR PPid :
2353PID of parent process.
2354.IP *
16b5f7ba
MK
2355.IR TracerPid :
2356PID of process tracing this process (0 if not being traced).
2357.IP *
2358.IR Uid ", " Gid :
9ee4a2b6 2359Real, effective, saved set, and filesystem UIDs (GIDs).
16b5f7ba
MK
2360.IP *
2361.IR FDSize :
2362Number of file descriptor slots currently allocated.
2363.IP *
2364.IR Groups :
2365Supplementary group list.
2366.IP *
b84a64f4 2367.IR NStgid :
aac0b30f
MK
2368Thread group ID (i.e., PID) in each of the PID namespaces of which
2369.I [pid]
2370is a member.
2371The leftmost entry shows the value with respect to the PID namespace
0aae4092
KF
2372of the process that mounted this procfs (or the root namespace
2373if mounted by the kernel),
aac0b30f
MK
2374followed by the value in successively nested inner namespaces.
2375.\" commit e4bc33245124db69b74a6d853ac76c2976f472d5
2376(Since Linux 4.1.)
2377.IP *
b84a64f4 2378.IR NSpid :
aac0b30f
MK
2379Thread ID in each of the PID namespaces of which
2380.I [pid]
2381is a member.
2382The fields are ordered as for
2383.IR NStgid .
2384(Since Linux 4.1.)
2385.IP *
ecc9535d 2386.IR NSpgid :
aac0b30f
MK
2387Process group ID in each of the PID namespaces of which
2388.I [pid]
2389is a member.
2390The fields are ordered as for
2391.IR NStgid .
2392(Since Linux 4.1.)
2393.IP *
ecc9535d 2394.IR NSsid :
aac0b30f
MK
2395descendant namespace session ID hierarchy
2396Session ID in each of the PID namespaces of which
2397.I [pid]
2398is a member.
2399The fields are ordered as for
2400.IR NStgid .
2401(Since Linux 4.1.)
2402.IP *
16b5f7ba
MK
2403.IR VmPeak :
2404Peak virtual memory size.
2405.IP *
2406.IR VmSize :
2407Virtual memory size.
2408.IP *
2409.IR VmLck :
fde39195 2410Locked memory size (see
f8bfb68e 2411.BR mlock (2)).
16b5f7ba 2412.IP *
15789039
TY
2413.IR VmPin :
2414Pinned memory size
2415.\" commit bc3e53f682d93df677dbd5006a404722b3adfe18
2416(since Linux 3.2).
2417These are pages that can't be moved because something needs to
2418directly access physical memory.
2419.IP *
16b5f7ba
MK
2420.IR VmHWM :
2421Peak resident set size ("high water mark").
2422.IP *
2423.IR VmRSS :
2424Resident set size.
e546617e
MK
2425Note that the value here is the sum of
2426.IR RssAnon ,
2427.IR RssFile ,
2428and
2429.IR RssShmem .
2430.IP *
2431.IR RssAnon :
2432Size of resident anonymous memory.
2433.\" commit bf9683d6990589390b5178dafe8fd06808869293
2434(since Linux 4.5).
2435.IP *
2436.IR RssFile :
2437Size of resident file mappings.
2438.\" commit bf9683d6990589390b5178dafe8fd06808869293
2439(since Linux 4.5).
2440.IP *
2441.IR RssShmem :
78230722 2442Size of resident shared memory (includes System V shared memory,
4e07c70f
MK
2443mappings from
2444.BR tmpfs (5),
2445and shared anonymous mappings).
e546617e
MK
2446.\" commit bf9683d6990589390b5178dafe8fd06808869293
2447(since Linux 4.5).
16b5f7ba
MK
2448.IP *
2449.IR VmData ", " VmStk ", " VmExe :
2450Size of data, stack, and text segments.
2451.IP *
2452.IR VmLib :
2453Shared library code size.
2454.IP *
2455.IR VmPTE :
2456Page table entries size (since Linux 2.6.10).
2457.IP *
e28af9cd
MK
2458.IR VmPMD :
2459.\" commit dc6c9a35b66b520cf67e05d8ca60ebecad3b0479
73b9cbe1 2460Size of second-level page tables (since Linux 4.0).
e28af9cd 2461.IP *
ac4b0eb3 2462.IR VmSwap :
1ddc1665 2463.\" commit b084d4353ff99d824d3bc5a5c2c22c70b1fba722
fce21149
MK
2464Swapped-out virtual memory size by anonymous private pages;
2465shmem swap usage is not included (since Linux 2.6.34).
49f6dda7 2466.IP *
4084d612
MK
2467.IR HugetlbPages :
2468Size of hugetlb memory portions.
2469.\" commit 5d317b2b6536592a9b51fe65faed43d65ca9158e
2470(since Linux 4.4).
2471.IP *
16b5f7ba
MK
2472.IR Threads :
2473Number of threads in process containing this thread.
2474.IP *
6ee625eb
MK
2475.IR SigQ :
2476This field contains two slash-separated numbers that relate to
2477queued signals for the real user ID of this process.
2478The first of these is the number of currently queued
2479signals for this real user ID, and the second is the
2480resource limit on the number of queued signals for this process
2481(see the description of
2482.BR RLIMIT_SIGPENDING
2483in
2484.BR getrlimit (2)).
2485.IP *
16b5f7ba
MK
2486.IR SigPnd ", " ShdPnd :
2487Number of signals pending for thread and for process as a whole (see
2488.BR pthreads (7)
2489and
2490.BR signal (7)).
2491.IP *
2492.IR SigBlk ", " SigIgn ", " SigCgt :
2493Masks indicating signals being blocked, ignored, and caught (see
2494.BR signal (7)).
2495.IP *
2496.IR CapInh ", " CapPrm ", " CapEff :
2497Masks of capabilities enabled in inheritable, permitted, and effective sets
2498(see
2499.BR capabilities (7)).
2500.IP *
2501.IR CapBnd :
2502Capability Bounding set
7e07d950 2503(since Linux 2.6.26, see
16b5f7ba
MK
2504.BR capabilities (7)).
2505.IP *
6112ea97
MK
2506.IR CapAmb :
2507Ambient capability set
2508(since Linux 4.3, see
2509.BR capabilities (7)).
2510.IP *
6c0ed873
MK
2511.IR NoNewPrivs :
2512.\" commit af884cd4a5ae62fcf5e321fecf0ec1014730353d
2513Value of the
2514.I no_new_privs
2515bit
2516(since Linux 4.10, see
2517.BR prctl (2)).
2518.IP *
039b6546
MK
2519.IR Seccomp :
2520.\" commit 2f4b3bf6b2318cfaa177ec5a802f4d8d6afbd816
2521Seccomp mode of the process
2522(since Linux 3.8, see
2523.BR seccomp (2)).
25240 means
2525.BR SECCOMP_MODE_DISABLED ;
25261 means
2527.BR SECCOMP_MODE_STRICT ;
25282 means
2529.BR SECCOMP_MODE_FILTER .
2530This field is provided only if the kernel was built with the
2531.BR CONFIG_SECCOMP
2532kernel configuration option enabled.
2533.IP *
bf8fc275
NF
2534.IR Speculation_Store_Bypass :
2535.\" commit fae1fa0fc6cca8beee3ab8ed71d54f9a78fa3f64
2536Speculation flaw mitigation state
2537(since Linux 4.17, see
2538.BR prctl (2)).
2539.IP *
16b5f7ba
MK
2540.IR Cpus_allowed :
2541Mask of CPUs on which this process may run
2542(since Linux 2.6.24, see
2543.BR cpuset (7)).
2544.IP *
2545.IR Cpus_allowed_list :
2546Same as previous, but in "list format"
2547(since Linux 2.6.26, see
2548.BR cpuset (7)).
2549.IP *
2550.IR Mems_allowed :
2551Mask of memory nodes allowed to this process
2552(since Linux 2.6.24, see
2553.BR cpuset (7)).
2554.IP *
2555.IR Mems_allowed_list :
2556Same as previous, but in "list format"
2557(since Linux 2.6.26, see
2558.BR cpuset (7)).
2559.IP *
7c82878a 2560.IR voluntary_ctxt_switches ", " nonvoluntary_ctxt_switches :
16b5f7ba
MK
2561Number of voluntary and involuntary context switches (since Linux 2.6.23).
2562.RE
afb7b014
MK
2563.TP
2564.IR /proc/[pid]/syscall " (since Linux 2.6.27)"
2565.\" commit ebcb67341fee34061430f3367f2e507e52ee051b
2566This file exposes the system call number and argument registers for the
2567system call currently being executed by the process,
2568followed by the values of the stack pointer and program counter registers.
2569The values of all six argument registers are exposed,
2570although most system calls use fewer registers.
2dad4c59 2571.IP
afb7b014 2572If the process is blocked, but not in a system call,
1fb61947 2573then the file displays \-1 in place of the system call number,
afb7b014 2574followed by just the values of the stack pointer and program counter.
64fcb6e1 2575If process is not blocked, then the file contains just the string "running".
2dad4c59 2576.IP
afb7b014
MK
2577This file is present only if the kernel was configured with
2578.BR CONFIG_HAVE_ARCH_TRACEHOOK .
2dad4c59 2579.IP
4834ae91
MK
2580Permission to access this file is governed by a ptrace access mode
2581.B PTRACE_MODE_ATTACH_FSCREDS
2582check; see
2583.BR ptrace (2).
fea681da 2584.TP
69119dc7 2585.IR /proc/[pid]/task " (since Linux 2.6.0-test6)"
afcaf646
MK
2586This is a directory that contains one subdirectory
2587for each thread in the process.
69119dc7
MK
2588The name of each subdirectory is the numerical thread ID
2589.RI ( [tid] )
2590of the thread (see
afcaf646
MK
2591.BR gettid (2)).
2592Within each of these subdirectories, there is a set of
2593files with the same names and contents as under the
69119dc7 2594.I /proc/[pid]
afcaf646
MK
2595directories.
2596For attributes that are shared by all threads, the contents for
2597each of the files under the
69119dc7 2598.I task/[tid]
afcaf646 2599subdirectories will be the same as in the corresponding
c13182ef 2600file in the parent
69119dc7 2601.I /proc/[pid]
afcaf646 2602directory
c13182ef 2603(e.g., in a multithreaded process, all of the
69119dc7 2604.I task/[tid]/cwd
c13182ef 2605files will have the same value as the
69119dc7 2606.I /proc/[pid]/cwd
c13182ef 2607file in the parent directory, since all of the threads in a process
afcaf646
MK
2608share a working directory).
2609For attributes that are distinct for each thread,
c13182ef 2610the corresponding files under
69119dc7 2611.I task/[tid]
afcaf646 2612may have different values (e.g., various fields in each of the
69119dc7 2613.I task/[tid]/status
4a40c703
JH
2614files may be different for each thread),
2615.\" in particular: "children" :/
2616or they might not exist in
2617.I /proc/[pid]
2618at all.
afcaf646
MK
2619.\" The following was still true as at kernel 2.6.13
2620In a multithreaded process, the contents of the
69119dc7 2621.I /proc/[pid]/task
c13182ef 2622directory are not available if the main thread has already terminated
afcaf646
MK
2623(typically by calling
2624.BR pthread_exit (3)).
2dad4c59 2625.IP
4a40c703
JH
2626.TP
2627.IR /proc/[pid]/task/[tid]/children " (since Linux 3.5)"
2628.\" commit 818411616baf46ceba0cff6f05af3a9b294734f7
2629A space-separated list of child tasks of this task.
2630Each child task is represented by its TID.
2dad4c59 2631.IP
4a40c703 2632.\" see comments in get_children_pid() in fs/proc/array.c
45dd5092
MK
2633This option is intended for use by the checkpoint-restore (CRIU) system,
2634and reliably provides a list of children only if all of the child processes
2635are stopped or frozen.
2636It does not work properly if children of the target task exit while
4a40c703 2637the file is being read!
45dd5092 2638Exiting children may cause non-exiting children to be omitted from the list.
4a40c703 2639This makes this interface even more unreliable than classic PID-based
45dd5092
MK
2640approaches if the inspected task and its children aren't frozen,
2641and most code should probably not use this interface.
2dad4c59 2642.IP
7ded2db4
MK
2643Until Linux 4.2, the presence of this file was governed by the
2644.B CONFIG_CHECKPOINT_RESTORE
2645kernel configuration option.
2646Since Linux 4.2,
2647.\" commit 2e13ba54a2682eea24918b87ad3edf70c2cf085b
ae34c521 2648it is governed by the
7ded2db4
MK
2649.B CONFIG_PROC_CHILDREN
2650option.
afcaf646 2651.TP
1509ca0e
MK
2652.IR /proc/[pid]/timers " (since Linux 3.10)"
2653.\" commit 5ed67f05f66c41e39880a6d61358438a25f9fee5
2654.\" commit 48f6a7a511ef8823fdff39afee0320092d43a8a0
2655A list of the POSIX timers for this process.
93691c1e 2656Each timer is listed with a line that starts with the string "ID:".
1509ca0e 2657For example:
2dad4c59 2658.IP
1509ca0e 2659.in +4n
37d5e699 2660.EX
1509ca0e
MK
2661ID: 1
2662signal: 60/00007fff86e452a8
2663notify: signal/pid.2634
2664ClockID: 0
2665ID: 0
2666signal: 60/00007fff86e452a8
2667notify: signal/pid.2634
2668ClockID: 1
37d5e699 2669.EE
1509ca0e 2670.in
2dad4c59 2671.IP
1509ca0e
MK
2672The lines shown for each timer have the following meanings:
2673.RS
2674.TP
2675.I ID
2676The ID for this timer.
2677This is not the same as the timer ID returned by
2678.BR timer_create (2);
2679rather, it is the same kernel-internal ID that is available via the
2680.I si_timerid
2681field of the
2682.IR siginfo_t
2683structure (see
2684.BR sigaction (2)).
2685.TP
2686.I signal
2687This is the signal number that this timer uses to deliver notifications
2688followed by a slash, and then the
7f1ea8fb 2689.I sigev_value
1509ca0e
MK
2690value supplied to the signal handler.
2691Valid only for timers that notify via a signal.
2692.TP
2693.I notify
2694The part before the slash specifies the mechanism
2695that this timer uses to deliver notifications,
2696and is one of "thread", "signal", or "none".
2697Immediately following the slash is either the string "tid" for timers
2698with
2699.B SIGEV_THREAD_ID
2700notification, or "pid" for timers that notify by other mechanisms.
dbe6f88b
MK
2701Following the "." is the PID of the process
2702(or the kernel thread ID of the thread) that will be delivered
1509ca0e
MK
2703a signal if the timer delivers notifications via a signal.
2704.TP
2705.I ClockID
2706This field identifies the clock that the timer uses for measuring time.
2707For most clocks, this is a number that matches one of the user-space
2708.BR CLOCK_*
9d54c087 2709constants exposed via
1509ca0e
MK
2710.IR <time.h> .
2711.B CLOCK_PROCESS_CPUTIME_ID
9bc87ed0 2712timers display with a value of \-6
1509ca0e
MK
2713in this field.
2714.B CLOCK_THREAD_CPUTIME_ID
9bc87ed0 2715timers display with a value of \-2
1509ca0e
MK
2716in this field.
2717.RE
5734da6d
MK
2718.IP
2719This file is available only when the kernel was configured with
2720.BR CONFIG_CHECKPOINT_RESTORE .
1509ca0e 2721.TP
11f60142
MK
2722.IR /proc/[pid]/timerslack_ns " (since Linux 4.6)"
2723.\" commit da8b44d5a9f8bf26da637b7336508ca534d6b319
2724.\" commit 5de23d435e88996b1efe0e2cebe242074ce67c9e
2725This file exposes the process's "current" timer slack value,
2726expressed in nanoseconds.
2727The file is writable,
2728allowing the process's timer slack value to be changed.
2729Writing 0 to this file resets the "current" timer slack to the
2730"default" timer slack value.
2731For further details, see the discussion of
2732.BR PR_SET_TIMERSLACK
2733in
2734.BR prctl (2).
2dad4c59 2735.IP
5daae264
MK
2736Initially,
2737permission to access this file was governed by a ptrace access mode
a62e0e01 2738.B PTRACE_MODE_ATTACH_FSCREDS
5daae264
MK
2739check (see
2740.BR ptrace (2)).
2741However, this was subsequently deemed too strict a requirement
2742(and had the side effect that requiring a process to have the
2743.B CAP_SYS_PTRACE
2744capability would also allow it to view and change any process's memory).
2745Therefore, since Linux 4.9,
2746.\" commit 7abbaf94049914f074306d960b0f968ffe52e59f
2747only the (weaker)
2748.B CAP_SYS_NICE
2749capability is required to access this file.
11f60142 2750.TP
b1aad373
MK
2751.IR /proc/[pid]/uid_map ", " /proc/[pid]/gid_map " (since Linux 3.5)"
2752See
2753.BR user_namespaces (7).
2754.TP
2755.IR /proc/[pid]/wchan " (since Linux 2.6.0)"
2756The symbolic name corresponding to the location
2757in the kernel where the process is sleeping.
2dad4c59 2758.IP
82664739
MK
2759Permission to access this file is governed by a ptrace access mode
2760.B PTRACE_MODE_READ_FSCREDS
2761check; see
2762.BR ptrace (2).
b1aad373
MK
2763.TP
2764.I /proc/apm
2765Advanced power management version and battery information when
2766.B CONFIG_APM
2767is defined at kernel compilation time.
2768.TP
2769.I /proc/buddyinfo
2770This file contains information which is used for diagnosing memory
2771fragmentation issues.
2772Each line starts with the identification of the node and the name
2773of the zone which together identify a memory region
2774This is then
2775followed by the count of available chunks of a certain order in
2776which these zones are split.
2777The size in bytes of a certain order is given by the formula:
2dad4c59 2778.IP
b1aad373 2779 (2^order)\ *\ PAGE_SIZE
2dad4c59 2780.IP
b1aad373
MK
2781The binary buddy allocator algorithm inside the kernel will split
2782one chunk into two chunks of a smaller order (thus with half the
2783size) or combine two contiguous chunks into one larger chunk of
2784a higher order (thus with double the size) to satisfy allocation
2785requests and to counter memory fragmentation.
2786The order matches the column number, when starting to count at zero.
2dad4c59 2787.IP
b5b0d21e 2788For example on an x86-64 system:
2dad4c59 2789.IP
b1aad373 2790.in -12n
37d5e699 2791.EX
b1aad373
MK
2792Node 0, zone DMA 1 1 1 0 2 1 1 0 1 1 3
2793Node 0, zone DMA32 65 47 4 81 52 28 13 10 5 1 404
2794Node 0, zone Normal 216 55 189 101 84 38 37 27 5 3 587
37d5e699 2795.EE
b1aad373 2796.in
2dad4c59 2797.IP
b1aad373
MK
2798In this example, there is one node containing three zones and there
2799are 11 different chunk sizes.
2800If the page size is 4 kilobytes, then the first zone called
2801.I DMA
2802(on x86 the first 16 megabyte of memory) has 1 chunk of 4 kilobytes
2803(order 0) available and has 3 chunks of 4 megabytes (order 10) available.
2dad4c59 2804.IP
b1aad373
MK
2805If the memory is heavily fragmented, the counters for higher
2806order chunks will be zero and allocation of large contiguous areas
2807will fail.
2dad4c59 2808.IP
b1aad373
MK
2809Further information about the zones can be found in
2810.IR /proc/zoneinfo .
2811.TP
2812.I /proc/bus
2813Contains subdirectories for installed busses.
2814.TP
2815.I /proc/bus/pccard
2816Subdirectory for PCMCIA devices when
2817.B CONFIG_PCMCIA
2818is set at kernel compilation time.
2819.TP
fea681da
MK
2820.I /proc/bus/pccard/drivers
2821.TP
2822.I /proc/bus/pci
c13182ef 2823Contains various bus subdirectories and pseudo-files containing
59a40ed7 2824information about PCI busses, installed devices, and device
c13182ef
MK
2825drivers.
2826Some of these files are not ASCII.
fea681da
MK
2827.TP
2828.I /proc/bus/pci/devices
59a40ed7 2829Information about PCI devices.
c13182ef 2830They may be accessed through
fea681da
MK
2831.BR lspci (8)
2832and
2833.BR setpci (8).
2834.TP
12b23dfe
MK
2835.IR /proc/cgroups " (since Linux 2.6.24)"
2836See
2837.BR cgroups (7).
2838.TP
fea681da 2839.I /proc/cmdline
c13182ef
MK
2840Arguments passed to the Linux kernel at boot time.
2841Often done via a boot manager such as
59a40ed7
MK
2842.BR lilo (8)
2843or
2844.BR grub (8).
f6e524c4
MK
2845.TP
2846.IR /proc/config.gz " (since Linux 2.6)"
2847This file exposes the configuration options that were used
c3d9780d 2848to build the currently running kernel,
f6e524c4
MK
2849in the same format as they would be shown in the
2850.I .config
2851file that resulted when configuring the kernel (using
2852.IR "make xconfig" ,
2853.IR "make config" ,
2854or similar).
2855The file contents are compressed; view or search them using
f78ed33a
MK
2856.BR zcat (1)
2857and
2858.BR zgrep (1).
f6e524c4 2859As long as no changes have been made to the following file,
250e01ec
MK
2860the contents of
2861.I /proc/config.gz
37d5e699
MK
2862are the same as those provided by:
2863.IP
f6e524c4 2864.in +4n
37d5e699 2865.EX
c3074d70 2866cat /lib/modules/$(uname \-r)/build/.config
37d5e699 2867.EE
f6e524c4 2868.in
250e01ec
MK
2869.IP
2870.I /proc/config.gz
90878f7c 2871is provided only if the kernel is configured with
250e01ec 2872.BR CONFIG_IKCONFIG_PROC .
fea681da 2873.TP
577c0e20
MK
2874.I /proc/crypto
2875A list of the ciphers provided by the kernel crypto API.
2876For details, see the kernel
2877.I "Linux Kernel Crypto API"
2878documentation available under the kernel source directory
e94de168
ES
2879.I Documentation/crypto/
2880.\" commit 3b72c814a8e8cd638e1ba0da4dfce501e9dff5af
2881(or
2882.I Documentation/DocBook
2883before 4.10;
2884the documentation can be built using a command such as
577c0e20 2885.IR "make htmldocs"
e94de168 2886in the root directory of the kernel source tree).
577c0e20 2887.TP
fea681da
MK
2888.I /proc/cpuinfo
2889This is a collection of CPU and system architecture dependent items,
2890for each supported architecture a different list.
2891Two common entries are \fIprocessor\fP which gives CPU number and
c13182ef
MK
2892\fIbogomips\fP; a system constant that is calculated
2893during kernel initialization.
2894SMP machines have information for
fea681da 2895each CPU.
a091f002
MK
2896The
2897.BR lscpu (1)
2898command gathers its information from this file.
fea681da
MK
2899.TP
2900.I /proc/devices
c13182ef
MK
2901Text listing of major numbers and device groups.
2902This can be used by MAKEDEV scripts for consistency with the kernel.
fea681da
MK
2903.TP
2904.IR /proc/diskstats " (since Linux 2.5.69)"
2905This file contains disk I/O statistics for each disk device.
66a9882e 2906See the Linux kernel source file
fea681da
MK
2907.I Documentation/iostats.txt
2908for further information.
2909.TP
2910.I /proc/dma
c13182ef 2911This is a list of the registered \fIISA\fP DMA (direct memory access)
fea681da
MK
2912channels in use.
2913.TP
2914.I /proc/driver
2915Empty subdirectory.
2916.TP
2917.I /proc/execdomains
2918List of the execution domains (ABI personalities).
2919.TP
2920.I /proc/fb
097585ed
MK
2921Frame buffer information when
2922.B CONFIG_FB
2923is defined during kernel compilation.
fea681da
MK
2924.TP
2925.I /proc/filesystems
9ee4a2b6
MK
2926A text listing of the filesystems which are supported by the kernel,
2927namely filesystems which were compiled into the kernel or whose kernel
6387216b
MK
2928modules are currently loaded.
2929(See also
fb477da2 2930.BR filesystems (5).)
9ee4a2b6 2931If a filesystem is marked with "nodev",
809d0164 2932this means that it does not require a block device to be mounted
9ee4a2b6 2933(e.g., virtual filesystem, network filesystem).
2dad4c59 2934.IP
809d0164
MK
2935Incidentally, this file may be used by
2936.BR mount (8)
9ee4a2b6
MK
2937when no filesystem is specified and it didn't manage to determine the
2938filesystem type.
2939Then filesystems contained in this file are tried
809d0164 2940(excepted those that are marked with "nodev").
fea681da
MK
2941.TP
2942.I /proc/fs
df352acc 2943.\" FIXME Much more needs to be said about /proc/fs
91085d85 2944.\"
df352acc
MK
2945Contains subdirectories that in turn contain files
2946with information about (certain) mounted filesystems.
fea681da
MK
2947.TP
2948.I /proc/ide
2949This directory
59a40ed7
MK
2950exists on systems with the IDE bus.
2951There are directories for each IDE channel and attached device.
c13182ef 2952Files include:
2dad4c59 2953.IP
a08ea57c 2954.in +4n
37d5e699 2955.EX
fea681da
MK
2956cache buffer size in KB
2957capacity number of sectors
2958driver driver version
2959geometry physical and logical geometry
9fdfa163 2960identify in hexadecimal
fea681da
MK
2961media media type
2962model manufacturer's model number
2963settings drive settings
9fdfa163
MK
2964smart_thresholds in hexadecimal
2965smart_values in hexadecimal
37d5e699 2966.EE
a08ea57c 2967.in
2dad4c59 2968.IP
c13182ef 2969The
fea681da
MK
2970.BR hdparm (8)
2971utility provides access to this information in a friendly format.
2972.TP
2973.I /proc/interrupts
23ec6ff0
MK
2974This is used to record the number of interrupts per CPU per IO device.
2975Since Linux 2.6.24,
9ea5bc66 2976for the i386 and x86-64 architectures, at least, this also includes
23ec6ff0
MK
2977interrupts internal to the system (that is, not associated with a device
2978as such), such as NMI (nonmaskable interrupt), LOC (local timer interrupt),
2979and for SMP systems, TLB (TLB flush interrupt), RES (rescheduling
2980interrupt), CAL (remote function call interrupt), and possibly others.
2981Very easy to read formatting, done in ASCII.
fea681da
MK
2982.TP
2983.I /proc/iomem
2984I/O memory map in Linux 2.4.
2985.TP
2986.I /proc/ioports
c13182ef 2987This is a list of currently registered Input-Output port regions that
fea681da
MK
2988are in use.
2989.TP
2990.IR /proc/kallsyms " (since Linux 2.5.71)"
2991This holds the kernel exported symbol definitions used by the
2992.BR modules (X)
2993tools to dynamically link and bind loadable modules.
2994In Linux 2.5.47 and earlier, a similar file with slightly different syntax
2995was named
2996.IR ksyms .
2997.TP
2998.I /proc/kcore
2999This file represents the physical memory of the system and is stored
c13182ef
MK
3000in the ELF core file format.
3001With this pseudo-file, and an unstripped
9a67332e
MK
3002kernel
3003.RI ( /usr/src/linux/vmlinux )
3004binary, GDB can be used to
fea681da 3005examine the current state of any kernel data structures.
2dad4c59 3006.IP
fea681da 3007The total length of the file is the size of physical memory (RAM) plus
ee8655b5 30084\ KiB.
fea681da 3009.TP
653836fb
MK
3010.IR /proc/keys " (since Linux 2.6.10)"
3011See
3012.BR keyrings (7).
3013.TP
3014.IR /proc/key-users " (since Linux 2.6.10)"
3015See
3016.BR keyrings (7).
3017.TP
fea681da
MK
3018.I /proc/kmsg
3019This file can be used instead of the
3020.BR syslog (2)
c13182ef
MK
3021system call to read kernel messages.
3022A process must have superuser
fea681da 3023privileges to read this file, and only one process should read this
c13182ef
MK
3024file.
3025This file should not be read if a syslog process is running
fea681da
MK
3026which uses the
3027.BR syslog (2)
3028system call facility to log kernel messages.
2dad4c59 3029.IP
fea681da 3030Information in this file is retrieved with the
c4517613 3031.BR dmesg (1)
fea681da
MK
3032program.
3033.TP
55d68a94 3034.IR /proc/kpagecgroup " (since Linux 4.3)"
0e462d71 3035.\" commit 80ae2fdceba8313b0433f899bdd9c6c463291a17
55d68a94
OE
3036This file contains a 64-bit inode number of
3037the memory cgroup each page is charged to,
3038indexed by page frame number (see the discussion of
3039.IR /proc/[pid]/pagemap ).
3040.IP
3041The
3042.IR /proc/kpagecgroup
3043file is present only if the
3044.B CONFIG_MEMCG
3045kernel configuration option is enabled.
3046.TP
ff56ac8b
MK
3047.IR /proc/kpagecount " (since Linux 2.6.25)"
3048This file contains a 64-bit count of the number of
3049times each physical page frame is mapped,
3050indexed by page frame number (see the discussion of
3051.IR /proc/[pid]/pagemap ).
3052.IP
3053The
3054.IR /proc/kpagecount
3055file is present only if the
3056.B CONFIG_PROC_PAGE_MONITOR
59d566a9
MK
3057kernel configuration option is enabled.
3058.TP
3059.IR /proc/kpageflags " (since Linux 2.6.25)"
ef4f4031 3060This file contains 64-bit masks corresponding to each physical page frame;
59d566a9
MK
3061it is indexed by page frame number (see the discussion of
3062.IR /proc/[pid]/pagemap ).
3063The bits are as follows:
2dad4c59 3064.IP
59d566a9
MK
3065 0 - KPF_LOCKED
3066 1 - KPF_ERROR
3067 2 - KPF_REFERENCED
3068 3 - KPF_UPTODATE
3069 4 - KPF_DIRTY
3070 5 - KPF_LRU
3071 6 - KPF_ACTIVE
3072 7 - KPF_SLAB
3073 8 - KPF_WRITEBACK
3074 9 - KPF_RECLAIM
3075 10 - KPF_BUDDY
3076 11 - KPF_MMAP (since Linux 2.6.31)
3077 12 - KPF_ANON (since Linux 2.6.31)
3078 13 - KPF_SWAPCACHE (since Linux 2.6.31)
3079 14 - KPF_SWAPBACKED (since Linux 2.6.31)
3080 15 - KPF_COMPOUND_HEAD (since Linux 2.6.31)
3081 16 - KPF_COMPOUND_TAIL (since Linux 2.6.31)
d0ffc687 3082 17 - KPF_HUGE (since Linux 2.6.31)
59d566a9
MK
3083 18 - KPF_UNEVICTABLE (since Linux 2.6.31)
3084 19 - KPF_HWPOISON (since Linux 2.6.31)
3085 20 - KPF_NOPAGE (since Linux 2.6.31)
3086 21 - KPF_KSM (since Linux 2.6.32)
3087 22 - KPF_THP (since Linux 3.4)
5487da4c
MK
3088 23 - KPF_BALLOON (since Linux 3.18)
3089.\" KPF_BALLOON: commit 09316c09dde33aae14f34489d9e3d243ec0d5938
f38dfdf1 3090 24 - KPF_ZERO_PAGE (since Linux 4.0)
c6f182bc 3091.\" KPF_ZERO_PAGE: commit 56873f43abdcd574b25105867a990f067747b2f4
f38dfdf1 3092 25 - KPF_IDLE (since Linux 4.3)
c6f182bc 3093.\" KPF_IDLE: commit f074a8f49eb87cde95ac9d040ad5e7ea4f029738
2dad4c59 3094.IP
59d566a9
MK
3095For further details on the meanings of these bits,
3096see the kernel source file
3097.IR Documentation/vm/pagemap.txt .
3098Before kernel 2.6.29,
3099.\" commit ad3bdefe877afb47480418fdb05ecd42842de65e
3100.\" commit e07a4b9217d1e97d2f3a62b6b070efdc61212110
3101.BR KPF_WRITEBACK ,
3102.BR KPF_RECLAIM ,
3103.BR KPF_BUDDY ,
3104and
3105.BR KPF_LOCKED
3106did not report correctly.
3107.IP
3108The
3109.IR /proc/kpageflags
3110file is present only if the
3111.B CONFIG_PROC_PAGE_MONITOR
ff56ac8b
MK
3112kernel configuration option is enabled.
3113.TP
93f18cbb 3114.IR /proc/ksyms " (Linux 1.1.23\(en2.5.47)"
fea681da
MK
3115See
3116.IR /proc/kallsyms .
3117.TP
3118.I /proc/loadavg
6b05dc38
MK
3119The first three fields in this file are load average figures
3120giving the number of jobs in the run queue (state R)
fea681da
MK
3121or waiting for disk I/O (state D) averaged over 1, 5, and 15 minutes.
3122They are the same as the load average numbers given by
3123.BR uptime (1)
3124and other programs.
6b05dc38 3125The fourth field consists of two numbers separated by a slash (/).
78fc91ec
EDB
3126The first of these is the number of currently runnable kernel
3127scheduling entities (processes, threads).
6b05dc38
MK
3128The value after the slash is the number of kernel scheduling entities
3129that currently exist on the system.
3130The fifth field is the PID of the process that was most
3131recently created on the system.
fea681da
MK
3132.TP
3133.I /proc/locks
3134This file shows current file locks
3135.RB ( flock "(2) and " fcntl (2))
3136and leases
3137.RB ( fcntl (2)).
f352b560
MK
3138.IP
3139An example of the content shown in this file is the following:
3140.IP
3141.in +4n
3142.EX
31431: POSIX ADVISORY READ 5433 08:01:7864448 128 128
31442: FLOCK ADVISORY WRITE 2001 08:01:7864554 0 EOF
31453: FLOCK ADVISORY WRITE 1568 00:2f:32388 0 EOF
31464: POSIX ADVISORY WRITE 699 00:16:28457 0 EOF
31475: POSIX ADVISORY WRITE 764 00:16:21448 0 0
31486: POSIX ADVISORY READ 3548 08:01:7867240 1 1
31497: POSIX ADVISORY READ 3548 08:01:7865567 1826 2335
31508: OFDLCK ADVISORY WRITE -1 08:01:8713209 128 191
3151.EE
3152.in
3153.IP
3154The fields shown in each line are as follows:
3155.RS
3156.IP (1) 4
3157The ordinal position of the lock in the list.
3158.IP (2)
3159The lock type.
3160Values that may appear here include:
3161.RS
3162.TP
3163.B FLOCK
3164This is a BSD file lock created using
3165.BR flock (2).
3166.TP
3167.B OFDLCK
3168This is an open file description (OFD) lock created using
3169.BR fcntl (2).
3170.TP
3171.B POSIX
3172This is a POSIX byte-range lock created using
3173.BR fcntl (2).
3174.RE
3175.IP (3)
3176Among the strings that can appear here are the following:
3177.RS
3178.TP
3179.B ADVISORY
3180This is an advisory lock.
3181.TP
3182.B MANDATORY
3183This is a mandatory lock.
3184.RE
3185.IP (4)
3186The type of lock.
3187Values that can appear here are:
3188.RS
3189.TP
3190.B READ
3191This is a POSIX or OFD read lock, or a BSD shared lock.
3192.TP
3193.B WRITE
3194This is a POSIX or OFD write lock, or a BSD exclusive lock.
3195.RE
3196.IP (5)
3197The PID of the process that owns the lock.
3198.IP
3199Because OFD locks are not owned by a single process
3200(since multiple processes may have file descriptors that
3201refer to the same open file description),
3202the value \-1 is displayed in this field for OFD locks.
3203(Before kernel 4.14,
52f842a5 3204.\" commit 9d5b86ac13c573795525ecac6ed2db39ab23e2a8
f352b560
MK
3205a bug meant that the PID of the process that
3206initially acquired the lock was displayed instead of the value \-1.)
3207.IP (6)
3208Three colon-separated subfields that identify the major and minor device
3209ID of the device containing the filesystem where the locked file resides,
3210followed by the inode number of the locked file.
3211.IP (7)
3212The byte offset of the first byte of the lock.
3213For BSD locks, this value is always 0.
3214.IP (8)
3215The byte offset of the last byte of the lock.
3216.B EOF
3217in this field means that the lock extends to the end of the file.
3218For BSD locks, the value shown is always
3219.IR EOF .
3220.RE
3221.IP
8fb9b45a
MK
3222Since Linux 4.9,
3223.\" commit d67fd44f697dff293d7cdc29af929241b669affe
3224the list of locks shown in
3225.I /proc/locks
3226is filtered to show just the locks for the processes in the PID
3227namespace (see
3228.BR pid_namespaces (7))
3229for which the
3230.I /proc
3231filesystem was mounted.
1dbe854b 3232(In the initial PID namespace,
8fb9b45a
MK
3233there is no filtering of the records shown in this file.)
3234.IP
9f1002a1
MK
3235The
3236.BR lslocks (8)
3237command provides a bit more information about each lock.
fea681da 3238.TP
89dd5f8a 3239.IR /proc/malloc " (only up to and including Linux 2.2)"
59a40ed7 3240.\" It looks like this only ever did something back in 1.0 days
90878f7c 3241This file is present only if
89dd5f8a 3242.B CONFIG_DEBUG_MALLOC
097585ed 3243was defined during compilation.
fea681da
MK
3244.TP
3245.I /proc/meminfo
77b802ec
MK
3246This file reports statistics about memory usage on the system.
3247It is used by
fea681da
MK
3248.BR free (1)
3249to report the amount of free and used memory (both physical and swap)
3250on the system as well as the shared memory and buffers used by the
3251kernel.
3ba3d5b1
MK
3252Each line of the file consists of a parameter name, followed by a colon,
3253the value of the parameter, and an option unit of measurement (e.g., "kB").
3254The list below describes the parameter names and
3255the format specifier required to read the field value.
3256Except as noted below,
3257all of the fields have been present since at least Linux 2.6.0.
86cf87d7 3258Some fields are displayed only if the kernel was configured
3ba3d5b1
MK
3259with various options; those dependencies are noted in the list.
3260.RS
3261.TP
3262.IR MemTotal " %lu"
449dd4e2 3263Total usable RAM (i.e., physical RAM minus a few reserved
99e91586 3264bits and the kernel binary code).
3ba3d5b1
MK
3265.TP
3266.IR MemFree " %lu"
7bccb7d4
DP
3267The sum of
3268.IR LowFree + HighFree .
3ba3d5b1 3269.TP
8b4b1f68
MK
3270.IR MemAvailable " %lu (since Linux 3.14)"
3271An estimate of how much memory is available for starting new
3272applications, without swapping.
3273.TP
3ba3d5b1 3274.IR Buffers " %lu"
99e91586 3275Relatively temporary storage for raw disk blocks that
3ba3d5b1
MK
3276shouldn't get tremendously large (20MB or so).
3277.TP
3278.IR Cached " %lu"
3279In-memory cache for files read from the disk (the page cache).
3280Doesn't include
3281.IR SwapCached .
3282.TP
3283.IR SwapCached " %lu"
3284Memory that once was swapped out, is swapped back in but
3285still also is in the swap file.
fa1d2749 3286(If memory pressure is high, these pages
3ba3d5b1 3287don't need to be swapped out again because they are already
99e91586 3288in the swap file.
3ba3d5b1
MK
3289This saves I/O.)
3290.TP
3291.IR Active " %lu"
3292Memory that has been used more recently and usually not
3293reclaimed unless absolutely necessary.
3294.TP
3295.IR Inactive " %lu"
3296Memory which has been less recently used.
3297It is more eligible to be reclaimed for other purposes.
3298.TP
3299.IR Active(anon) " %lu (since Linux 2.6.28)"
3300[To be documented.]
3301.TP
3302.IR Inactive(anon) " %lu (since Linux 2.6.28)"
3303[To be documented.]
3304.TP
3305.IR Active(file) " %lu (since Linux 2.6.28)"
3306[To be documented.]
3307.TP
3308.IR Inactive(file) " %lu (since Linux 2.6.28)"
3309[To be documented.]
3310.TP
3311.IR Unevictable " %lu (since Linux 2.6.28)"
3312(From Linux 2.6.28 to 2.6.30,
3313\fBCONFIG_UNEVICTABLE_LRU\fP was required.)
3314[To be documented.]
3315.TP
46fbfc07 3316.IR Mlocked " %lu (since Linux 2.6.28)"
3ba3d5b1
MK
3317(From Linux 2.6.28 to 2.6.30,
3318\fBCONFIG_UNEVICTABLE_LRU\fP was required.)
3319[To be documented.]
3320.TP
3321.IR HighTotal " %lu"
3322(Starting with Linux 2.6.19, \fBCONFIG_HIGHMEM\fP is required.)
3323Total amount of highmem.
99e91586 3324Highmem is all memory above ~860MB of physical memory.
3ba3d5b1
MK
3325Highmem areas are for use by user-space programs,
3326or for the page cache.
3327The kernel must use tricks to access
3328this memory, making it slower to access than lowmem.
3329.TP
3330.IR HighFree " %lu
3331(Starting with Linux 2.6.19, \fBCONFIG_HIGHMEM\fP is required.)
3332Amount of free highmem.
3333.TP
3334.IR LowTotal " %lu
3335(Starting with Linux 2.6.19, \fBCONFIG_HIGHMEM\fP is required.)
3336Total amount of lowmem.
3337Lowmem is memory which can be used for everything that
3338highmem can be used for, but it is also available for the
3339kernel's use for its own data structures.
3340Among many other things,
99e91586 3341it is where everything from
7bccb7d4
DP
3342.I Slab
3343is allocated.
3ba3d5b1
MK
3344Bad things happen when you're out of lowmem.
3345.TP
3346.IR LowFree " %lu
3347(Starting with Linux 2.6.19, \fBCONFIG_HIGHMEM\fP is required.)
3348Amount of free lowmem.
3349.TP
3350.IR MmapCopy " %lu (since Linux 2.6.29)"
99e91586
DP
3351.RB ( CONFIG_MMU
3352is required.)
3ba3d5b1
MK
3353[To be documented.]
3354.TP
3355.IR SwapTotal " %lu"
3356Total amount of swap space available.
3357.TP
3358.IR SwapFree " %lu"
c16d4f25 3359Amount of swap space that is currently unused.
3ba3d5b1
MK
3360.TP
3361.IR Dirty " %lu"
3362Memory which is waiting to get written back to the disk.
3363.TP
3364.IR Writeback " %lu"
3365Memory which is actively being written back to the disk.
3366.TP
3367.IR AnonPages " %lu (since Linux 2.6.18)"
3368Non-file backed pages mapped into user-space page tables.
3369.TP
3370.IR Mapped " %lu"
fda70f5b
MK
3371Files which have been mapped into memory (with
3372.BR mmap (2)),
3373such as libraries.
3ba3d5b1
MK
3374.TP
3375.IR Shmem " %lu (since Linux 2.6.32)"
eb775c04
MK
3376Amount of memory consumed in
3377.BR tmpfs (5)
3378filesystems.
3ba3d5b1
MK
3379.TP
3380.IR Slab " %lu"
3381In-kernel data structures cache.
5a5bde70
MK
3382(See
3383.BR slabinfo (5).)
3ba3d5b1
MK
3384.TP
3385.IR SReclaimable " %lu (since Linux 2.6.19)"
7bccb7d4
DP
3386Part of
3387.IR Slab ,
3388that might be reclaimed, such as caches.
3ba3d5b1
MK
3389.TP
3390.IR SUnreclaim " %lu (since Linux 2.6.19)"
7bccb7d4
DP
3391Part of
3392.IR Slab ,
3393that cannot be reclaimed on memory pressure.
3ba3d5b1
MK
3394.TP
3395.IR KernelStack " %lu (since Linux 2.6.32)"
3396Amount of memory allocated to kernel stacks.
3397.TP
3398.IR PageTables " %lu (since Linux 2.6.18)"
3399Amount of memory dedicated to the lowest level of page tables.
3400.TP
3401.IR Quicklists " %lu (since Linux 2.6.27)"
3402(\fBCONFIG_QUICKLIST\fP is required.)
3403[To be documented.]
3404.TP
3405.IR NFS_Unstable " %lu (since Linux 2.6.18)"
3406NFS pages sent to the server, but not yet committed to stable storage.
3407.TP
3408.IR Bounce " %lu (since Linux 2.6.18)"
3409Memory used for block device "bounce buffers".
3410.TP
3411.IR WritebackTmp " %lu (since Linux 2.6.26)"
3412Memory used by FUSE for temporary writeback buffers.
3413.TP
3414.IR CommitLimit " %lu (since Linux 2.6.10)"
cd7b6c40
MK
3415This is the total amount of memory currently available to
3416be allocated on the system, expressed in kilobytes.
90878f7c
MK
3417This limit is adhered to
3418only if strict overcommit accounting is enabled (mode 2 in
cd7b6c40
MK
3419.IR /proc/sys/vm/overcommit_memory ).
3420The limit is calculated according to the formula described under
3421.IR /proc/sys/vm/overcommit_memory .
3422For further details, see the kernel source file
3ba3d5b1
MK
3423.IR Documentation/vm/overcommit-accounting .
3424.TP
3425.IR Committed_AS " %lu"
3426The amount of memory presently allocated on the system.
3427The committed memory is a sum of all of the memory which
3428has been allocated by processes, even if it has not been
3429"used" by them as of yet.
3430A process which allocates 1GB of memory (using
3431.BR malloc (3)
33a0ccb2 3432or similar), but touches only 300MB of that memory will show up
90878f7c 3433as using only 300MB of memory even if it has the address space
3ba3d5b1 3434allocated for the entire 1GB.
2dad4c59 3435.IP
3ba3d5b1
MK
3436This 1GB is memory which has been "committed" to by the VM
3437and can be used at any time by the allocating application.
cd7b6c40 3438With strict overcommit enabled on the system (mode 2 in
d9e0f03d 3439.IR /proc/sys/vm/overcommit_memory ),
3ba3d5b1
MK
3440allocations which would exceed the
3441.I CommitLimit
cd7b6c40 3442will not be permitted.
3ba3d5b1
MK
3443This is useful if one needs to guarantee that processes will not
3444fail due to lack of memory once that memory has been successfully allocated.
3445.TP
3446.IR VmallocTotal " %lu"
3447Total size of vmalloc memory area.
3448.TP
3449.IR VmallocUsed " %lu"
3450Amount of vmalloc area which is used.
3451.TP
3452.IR VmallocChunk " %lu"
3453Largest contiguous block of vmalloc area which is free.
3454.TP
3455.IR HardwareCorrupted " %lu (since Linux 2.6.32)"
3456(\fBCONFIG_MEMORY_FAILURE\fP is required.)
3457[To be documented.]
3458.TP
3459.IR AnonHugePages " %lu (since Linux 2.6.38)"
3460(\fBCONFIG_TRANSPARENT_HUGEPAGE\fP is required.)
7fac88a9 3461Non-file backed huge pages mapped into user-space page tables.
3ba3d5b1 3462.TP
4ad958e1
MK
3463.IR ShmemHugePages " %lu (since Linux 4.8)"
3464(\fBCONFIG_TRANSPARENT_HUGEPAGE\fP is required.)
4e07c70f
MK
3465Memory used by shared memory (shmem) and
3466.BR tmpfs (5)
3467allocated with huge pages
4ad958e1
MK
3468.TP
3469.IR ShmemPmdMapped " %lu (since Linux 4.8)"
3470(\fBCONFIG_TRANSPARENT_HUGEPAGE\fP is required.)
956e74b4 3471Shared memory mapped into user space with huge pages.
4ad958e1 3472.TP
43179f55
MK
3473.IR CmaTotal " %lu (since Linux 3.1)"
3474Total CMA (Contiguous Memory Allocator) pages.
3475(\fBCONFIG_CMA\fP is required.)
3476.TP
3477.IR CmaFree " %lu (since Linux 3.1)"
3478Free CMA (Contiguous Memory Allocator) pages.
3479(\fBCONFIG_CMA\fP is required.)
3480.TP
3ba3d5b1
MK
3481.IR HugePages_Total " %lu"
3482(\fBCONFIG_HUGETLB_PAGE\fP is required.)
3483The size of the pool of huge pages.
3484.TP
3485.IR HugePages_Free " %lu"
3486(\fBCONFIG_HUGETLB_PAGE\fP is required.)
3487The number of huge pages in the pool that are not yet allocated.
3488.TP
3489.IR HugePages_Rsvd " %lu (since Linux 2.6.17)"
3490(\fBCONFIG_HUGETLB_PAGE\fP is required.)
3491This is the number of huge pages for
3492which a commitment to allocate from the pool has been made,
3493but no allocation has yet been made.
3494These reserved huge pages
3495guarantee that an application will be able to allocate a
3496huge page from the pool of huge pages at fault time.
3497.TP
aa8a6b4f 3498.IR HugePages_Surp " %lu (since Linux 2.6.24)"
3ba3d5b1
MK
3499(\fBCONFIG_HUGETLB_PAGE\fP is required.)
3500This is the number of huge pages in
3501the pool above the value in
3502.IR /proc/sys/vm/nr_hugepages .
3503The maximum number of surplus huge pages is controlled by
3504.IR /proc/sys/vm/nr_overcommit_hugepages .
3505.TP
3506.IR Hugepagesize " %lu"
3507(\fBCONFIG_HUGETLB_PAGE\fP is required.)
3508The size of huge pages.
d5268de1
MK
3509.TP
3510.IR DirectMap4k " %lu (since Linux 2.6.27)"
3511Number of bytes of RAM linearly mapped by kernel in 4kB pages.
3512(x86.)
3513.TP
3514.IR DirectMap4M " %lu (since Linux 2.6.27)"
3515Number of bytes of RAM linearly mapped by kernel in 4MB pages.
3516(x86 with
3517.BR CONFIG_X86_64
3518or
3519.BR CONFIG_X86_PAE
3520enabled.)
3521.TP
3522.IR DirectMap2M " %lu (since Linux 2.6.27)"
3523Number of bytes of RAM linearly mapped by kernel in 2MB pages.
3524(x86 with neither
3525.BR CONFIG_X86_64
3526nor
3527.BR CONFIG_X86_PAE
3528enabled.)
3529.TP
3530.IR DirectMap1G " %lu (since Linux 2.6.27)"
3531(x86 with
3532.BR CONFIG_X86_64
3533and
3534.B CONFIG_X86_DIRECT_GBPAGES
3535enabled.)
3ba3d5b1 3536.RE
fea681da 3537.TP
aa341984
MK
3538.I /proc/modules
3539A text list of the modules that have been loaded by the system.
3540See also
3541.BR lsmod (8).
3542.TP
fea681da 3543.I /proc/mounts
c1eea65a 3544Before kernel 2.4.19, this file was a list
9ee4a2b6 3545of all the filesystems currently mounted on the system.
ef5b47f6
MK
3546With the introduction of per-process mount namespaces in Linux 2.4.19 (see
3547.BR mount_namespaces (7)),
3548this file became a link to
c1eea65a 3549.IR /proc/self/mounts ,
732e54dd 3550which lists the mount points of the process's own mount namespace.
fea681da 3551The format of this file is documented in
31e9a9ec 3552.BR fstab (5).
fea681da 3553.TP
fea681da 3554.I /proc/mtrr
c13182ef 3555Memory Type Range Registers.
66a9882e 3556See the Linux kernel source file
a8999e1f
ES
3557.I Documentation/x86/mtrr.txt
3558.\" commit 7225e75144b9718cbbe1820d9c011c809d5773fd
3559(or
cfe70b66 3560.I Documentation/mtrr.txt
a8999e1f 3561before Linux 2.6.28)
fea681da
MK
3562for details.
3563.TP
3564.I /proc/net
ccb4bcdc
MK
3565This directory contains various files and subdirectories containing
3566information about the networking layer.
3567The files contain ASCII structures and are,
59a40ed7
MK
3568therefore, readable with
3569.BR cat (1).
c13182ef 3570However, the standard
fea681da
MK
3571.BR netstat (8)
3572suite provides much cleaner access to these files.
2dad4c59 3573.IP
9fb88bc8
MK
3574With the advent of network namespaces,
3575various information relating to the network stack is virtualized (see
3576.BR namespaces (7)).
3577Thus, since Linux 2.6.25,
3578.\" commit e9720acd728a46cb40daa52c99a979f7c4ff195c
3579.IR /proc/net
3580is a symbolic link to the directory
3581.IR /proc/self/net ,
3582which contains the same files and directories as listed below.
3583However, these files and directories now expose information
3584for the network namespace of which the process is a member.
fea681da
MK
3585.TP
3586.I /proc/net/arp
3587This holds an ASCII readable dump of the kernel ARP table used for
c13182ef 3588address resolutions.
01d0a447 3589It will show both dynamically learned and preprogrammed ARP entries.
c13182ef 3590The format is:
c1a022dc
MK
3591.IP
3592.in 7n
3593.EX
fea681da
MK
3594IP address HW type Flags HW address Mask Device
3595192.168.0.50 0x1 0x2 00:50:BF:25:68:F3 * eth0
3596192.168.0.250 0x1 0xc 00:00:00:00:00:00 * eth0
c1a022dc 3597.EE
fea681da 3598.in
c1a022dc 3599.IP
6c04f928 3600Here "IP address" is the IPv4 address of the machine and the "HW type"
c13182ef
MK
3601is the hardware type of the address from RFC\ 826.
3602The flags are the internal
9a67332e
MK
3603flags of the ARP structure (as defined in
3604.IR /usr/include/linux/if_arp.h )
3605and
6c04f928 3606the "HW address" is the data link layer mapping for that IP address if
fea681da
MK
3607it is known.
3608.TP
3609.I /proc/net/dev
c13182ef
MK
3610The dev pseudo-file contains network device status information.
3611This gives
3612the number of received and sent packets, the number of errors and
fea681da 3613collisions
c13182ef
MK
3614and other basic statistics.
3615These are used by the
fea681da 3616.BR ifconfig (8)
c13182ef
MK
3617program to report device status.
3618The format is:
c1a022dc 3619.IP
fea681da 3620.in 1n
c1a022dc 3621.EX
fea681da
MK
3622Inter-| Receive | Transmit
3623 face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
3624 lo: 2776770 11307 0 0 0 0 0 0 2776770 11307 0 0 0 0 0 0
3625 eth0: 1215645 2751 0 0 0 0 0 0 1782404 4324 0 0 0 427 0 0
3626 ppp0: 1622270 5552 1 0 0 0 0 0 354130 5669 0 0 0 0 0 0
3627 tap0: 7714 81 0 0 0 0 0 0 7714 81 0 0 0 0 0 0
c1a022dc 3628.EE
fea681da 3629.in
fea681da
MK
3630.\" .TP
3631.\" .I /proc/net/ipx
3632.\" No information.
3633.\" .TP
3634.\" .I /proc/net/ipx_route
3635.\" No information.
3636.TP
3637.I /proc/net/dev_mcast
3638Defined in
3639.IR /usr/src/linux/net/core/dev_mcast.c :
37d5e699
MK
3640.IP
3641.in +4
3642.EX
9fdfa163 3643indx interface_name dmi_u dmi_g dmi_address
fea681da
MK
36442 eth0 1 0 01005e000001
36453 eth1 1 0 01005e000001
36464 eth2 1 0 01005e000001
37d5e699 3647.EE
fea681da 3648.in
fea681da
MK
3649.TP
3650.I /proc/net/igmp
c13182ef
MK
3651Internet Group Management Protocol.
3652Defined in
fea681da
MK
3653.IR /usr/src/linux/net/core/igmp.c .
3654.TP
3655.I /proc/net/rarp
3656This file uses the same format as the
3657.I arp
3658file and contains the current reverse mapping database used to provide
3659.BR rarp (8)
c13182ef
MK
3660reverse address lookup services.
3661If RARP is not configured into the
fea681da
MK
3662kernel,
3663this file will not be present.
3664.TP
3665.I /proc/net/raw
c13182ef
MK
3666Holds a dump of the RAW socket table.
3667Much of the information is not of
fea681da 3668use
c13182ef 3669apart from debugging.
6c04f928 3670The "sl" value is the kernel hash slot for the
fea681da 3671socket,
6c04f928
MK
3672the "local_address" is the local address and protocol number pair.
3673\&"St" is
c13182ef
MK
3674the internal status of the socket.
3675The "tx_queue" and "rx_queue" are the
fea681da 3676outgoing and incoming data queue in terms of kernel memory usage.
94e9d9fe 3677The "tr", "tm\->when", and "rexmits" fields are not used by RAW.
fdc196f5
MK
3678The "uid"
3679field holds the effective UID of the creator of the socket.
fea681da
MK
3680.\" .TP
3681.\" .I /proc/net/route
3682.\" No information, but looks similar to
3683.\" .BR route (8).
3684.TP
3685.I /proc/net/snmp
c13182ef 3686This file holds the ASCII data needed for the IP, ICMP, TCP, and UDP
fea681da 3687management
763f0e47 3688information bases for an SNMP agent.
fea681da
MK
3689.TP
3690.I /proc/net/tcp
c13182ef
MK
3691Holds a dump of the TCP socket table.
3692Much of the information is not
3693of use apart from debugging.
3694The "sl" value is the kernel hash slot
6beb1671
MK
3695for the socket, the "local_address" is the local address and port number pair.
3696The "rem_address" is the remote address and port number pair
6c04f928
MK
3697(if connected).
3698\&"St" is the internal status of the socket.
3699The "tx_queue" and "rx_queue" are the
fea681da 3700outgoing and incoming data queue in terms of kernel memory usage.
94e9d9fe 3701The "tr", "tm\->when", and "rexmits" fields hold internal information of
f33774c4 3702the kernel socket state and are useful only for debugging.
fdc196f5
MK
3703The "uid"
3704field holds the effective UID of the creator of the socket.
fea681da
MK
3705.TP
3706.I /proc/net/udp
c13182ef
MK
3707Holds a dump of the UDP socket table.
3708Much of the information is not of
3709use apart from debugging.
3710The "sl" value is the kernel hash slot for the
6beb1671
MK
3711socket, the "local_address" is the local address and port number pair.
3712The "rem_address" is the remote address and port number pair
f2d607ee
MK
3713(if connected).
3714"St" is the internal status of the socket.
fea681da 3715The "tx_queue" and "rx_queue" are the outgoing and incoming data queue
c13182ef 3716in terms of kernel memory usage.
94e9d9fe 3717The "tr", "tm\->when", and "rexmits" fields
c13182ef 3718are not used by UDP.
fdc196f5
MK
3719The "uid"
3720field holds the effective UID of the creator of the socket.
fea681da 3721The format is:
c1a022dc 3722.IP
fea681da 3723.in 1n
c1a022dc 3724.EX
94e9d9fe 3725sl local_address rem_address st tx_queue rx_queue tr rexmits tm\->when uid
fea681da
MK
3726 1: 01642C89:0201 0C642C89:03FF 01 00000000:00000001 01:000071BA 00000000 0
3727 1: 00000000:0801 00000000:0000 0A 00000000:00000000 00:00000000 6F000100 0
3728 1: 00000000:0201 00000000:0000 0A 00000000:00000000 00:00000000 00000000 0
c1a022dc 3729.EE
fea681da 3730.in
c1a022dc 3731.IP
fea681da
MK
3732.TP
3733.I /proc/net/unix
008f1ecc 3734Lists the UNIX domain sockets present within the system and their
c13182ef
MK
3735status.
3736The format is:
c1a022dc
MK
3737.IP
3738.in 1n
3739.EX
fea681da
MK
3740Num RefCount Protocol Flags Type St Path
3741 0: 00000002 00000000 00000000 0001 03
3742 1: 00000001 00000000 00010000 0001 01 /dev/printer
c1a022dc
MK
3743.EE
3744.in
3745.IP
756f55f6
MK
3746The fields are as follows:
3747.RS
3748.TP 10
3749.IR Num :
3750the kernel table slot number.
3751.TP
3752.IR RefCount :
3753the number of users of the socket.
3754.TP
3755.IR Protocol :
3756currently always 0.
3757.TP
3758.IR Flags :
3759the internal kernel flags holding the status of the socket.
3760.TP
3761.IR Type :
a405066e
MK
3762the socket type.
3763For
3764.BR SOCK_STREAM
3765sockets, this is 0001; for
3766.BR SOCK_DGRAM
3767sockets, it is 0002; and for
3768.BR SOCK_SEQPACKET
3769sockets, it is 0005.
756f55f6
MK
3770.TP
3771.IR St :
3772the internal state of the socket.
3773.TP
3774.IR Path :
590ba7e5 3775the bound pathname (if any) of the socket.
8f8a46fb
MK
3776Sockets in the abstract namespace are included in the list,
3777and are shown with a
3778.I Path
3779that commences with the character '@'.
756f55f6 3780.RE
fea681da 3781.TP
ed8de0e4 3782.I /proc/net/netfilter/nfnetlink_queue
6f858d5c 3783This file contains information about netfilter user-space queueing, if used.
f2d607ee
MK
3784Each line represents a queue.
3785Queues that have not been subscribed to
6f858d5c 3786by user space are not shown.
37d5e699
MK
3787.IP
3788.in +4n
3789.EX
ed8de0e4
FW
3790 1 4207 0 2 65535 0 0 0 1
3791 (1) (2) (3)(4) (5) (6) (7) (8)
37d5e699
MK
3792.EE
3793.in
ed8de0e4
FW
3794.IP
3795The fields in each line are:
3796.RS 7
3797.TP 5
3798(1)
f2d607ee
MK
3799The ID of the queue.
3800This matches what is specified in the
ed8de0e4
FW
3801.B \-\-queue\-num
3802or
3803.B \-\-queue\-balance
3804options to the
3805.BR iptables (8)
f2d607ee
MK
3806NFQUEUE target.
3807See
ed8de0e4
FW
3808.BR iptables-extensions (8)
3809for more information.
3810.TP
3811(2)
7672e08e 3812The netlink port ID subscribed to the queue.
ed8de0e4
FW
3813.TP
3814(3)
3815The number of packets currently queued and waiting to be processed by
3816the application.
3817.TP
3818(4)
f2d607ee
MK
3819The copy mode of the queue.
3820It is either 1 (metadata only) or 2
6f858d5c 3821(also copy payload data to user space).
ed8de0e4
FW
3822.TP
3823(5)
1dea597b 3824Copy range; that is, how many bytes of packet payload should be copied to
6f858d5c 3825user space at most.
ed8de0e4
FW
3826.TP
3827(6)
f2d607ee
MK
3828queue dropped.
3829Number of packets that had to be dropped by the kernel because
6f858d5c 3830too many packets are already waiting for user space to send back the mandatory
ed8de0e4
FW
3831accept/drop verdicts.
3832.TP
3833(7)
f2d607ee
MK
3834queue user dropped.
3835Number of packets that were dropped within the netlink
3836subsystem.
3837Such drops usually happen when the corresponding socket buffer is
6f858d5c 3838full; that is, user space is not able to read messages fast enough.
ed8de0e4
FW
3839.TP
3840(8)
f2d607ee
MK
3841sequence number.
3842Every queued packet is associated with a (32-bit)
ed8de0e4
FW
3843monotonically-increasing sequence number.
3844This shows the ID of the most recent packet queued.
3845.RE
3846.IP
f33774c4 3847The last number exists only for compatibility reasons and is always 1.
ed8de0e4 3848.TP
fea681da 3849.I /proc/partitions
f042d149
MK
3850Contains the major and minor numbers of each partition as well as the number
3851of 1024-byte blocks and the partition name.
fea681da
MK
3852.TP
3853.I /proc/pci
3854This is a listing of all PCI devices found during kernel initialization
3855and their configuration.
2dad4c59 3856.IP
59a40ed7
MK
3857This file has been deprecated in favor of a new
3858.I /proc
2990d781
MK
3859interface for PCI
3860.RI ( /proc/bus/pci ).
3861It became optional in Linux 2.2 (available with
3862.B CONFIG_PCI_OLD_PROC
3863set at kernel compilation).
24b74457 3864It became once more nonoptionally enabled in Linux 2.4.
2990d781
MK
3865Next, it was deprecated in Linux 2.6 (still available with
3866.B CONFIG_PCI_LEGACY_PROC
3867set), and finally removed altogether since Linux 2.6.17.
43d42cc0 3868.\" FIXME Document /proc/sched_debug (since Linux 2.6.23)
69119dc7 3869.\" See also /proc/[pid]/sched
caea7868
MK
3870.TP
3871.IR /proc/profile " (since Linux 2.4)"
3872This file is present only if the kernel was booted with the
3873.I profile=1
3874command-line option.
3875It exposes kernel profiling information in a binary format for use by
3876.BR readprofile (1).
3877Writing (e.g., an empty string) to this file resets the profiling counters;
3878on some architectures,
3879writing a binary integer "profiling multiplier" of size
3880.IR sizeof(int)
8a3ac89a 3881sets the profiling interrupt frequency.
fea681da
MK
3882.TP
3883.I /proc/scsi
59a40ed7
MK
3884A directory with the
3885.I scsi
3886mid-level pseudo-file and various SCSI low-level
2990d781
MK
3887driver directories,
3888which contain a file for each SCSI host in this system, all of
c13182ef
MK
3889which give the status of some part of the SCSI IO subsystem.
3890These files contain ASCII structures and are, therefore, readable with
2990d781 3891.BR cat (1).
2dad4c59 3892.IP
c13182ef 3893You can also write to some of the files to reconfigure the subsystem or
59a40ed7 3894switch certain features on or off.
fea681da
MK
3895.TP
3896.I /proc/scsi/scsi
c13182ef 3897This is a listing of all SCSI devices known to the kernel.
59a40ed7 3898The listing is similar to the one seen during bootup.
c13182ef 3899scsi currently supports only the \fIadd-single-device\fP command which
59a40ed7 3900allows root to add a hotplugged device to the list of known devices.
2dad4c59 3901.IP
59a40ed7 3902The command
37d5e699 3903.IP
59a40ed7 3904.in +4n
37d5e699 3905.EX
59a40ed7 3906echo \(aqscsi add-single-device 1 0 5 0\(aq > /proc/scsi/scsi
37d5e699 3907.EE
59a40ed7 3908.in
37d5e699 3909.IP
c13182ef
MK
3910will cause
3911host scsi1 to scan on SCSI channel 0 for a device on ID 5 LUN 0.
3912If there
fea681da
MK
3913is already a device known on this address or the address is invalid, an
3914error will be returned.
3915.TP
3916.I /proc/scsi/[drivername]
c13182ef
MK
3917\fI[drivername]\fP can currently be NCR53c7xx, aha152x, aha1542, aha1740,
3918aic7xxx, buslogic, eata_dma, eata_pio, fdomain, in2000, pas16, qlogic,
3919scsi_debug, seagate, t128, u15-24f, ultrastore, or wd7000.
3920These directories show up for all drivers that registered at least one
59a40ed7 3921SCSI HBA.
c13182ef 3922Every directory contains one file per registered host.
59a40ed7 3923Every host-file is named after the number the host was assigned during
c13182ef 3924initialization.
2dad4c59 3925.IP
c13182ef 3926Reading these files will usually show driver and host configuration,
f78ed33a 3927statistics, and so on.
2dad4c59 3928.IP
fea681da
MK
3929Writing to these files allows different things on different hosts.
3930For example, with the \fIlatency\fP and \fInolatency\fP commands,
3931root can switch on and off command latency measurement code in the
c13182ef
MK
3932eata_dma driver.
3933With the \fIlockup\fP and \fIunlock\fP commands,
3934root can control bus lockups simulated by the scsi_debug driver.
fea681da
MK
3935.TP
3936.I /proc/self
59a40ed7
MK
3937This directory refers to the process accessing the
3938.I /proc
9ee4a2b6 3939filesystem,
59a40ed7
MK
3940and is identical to the
3941.I /proc
3942directory named by the process ID of the same process.
fea681da
MK
3943.TP
3944.I /proc/slabinfo
c13182ef 3945Information about kernel caches.
c13182ef 3946See
fea681da
MK
3947.BR slabinfo (5)
3948for details.
3949.TP
3950.I /proc/stat
c13182ef
MK
3951kernel/system statistics.
3952Varies with architecture.
3953Common
fea681da
MK
3954entries include:
3955.RS
3956.TP
46f6dbe8
ES
3957.I cpu 10132153 290696 3084719 46828483 16683 0 25195 0 175628 0
3958.TQ
3959.I cpu0 1393280 32966 572056 13343292 6130 0 17875 0 23933 0
bfbfcd18 3960The amount of time, measured in units of
268f000b
MK
3961USER_HZ (1/100ths of a second on most architectures, use
3962.IR sysconf(_SC_CLK_TCK)
3963to obtain the right value),
b81087ab 3964.\" 1024 on Alpha and ia64
46f6dbe8
ES
3965that the system ("cpu" line) or the specific CPU ("cpu\fIN\fR" line)
3966spent in various states:
ae3b8047
MK
3967.RS
3968.TP
3969.I user
ea0841f6 3970(1) Time spent in user mode.
ae3b8047
MK
3971.TP
3972.I nice
0633f951 3973(2) Time spent in user mode with low priority (nice).
9f1b9726 3974.TP
ae3b8047 3975.I system
0633f951 3976(3) Time spent in system mode.
ae3b8047
MK
3977.TP
3978.I idle
ea0841f6 3979(4) Time spent in the idle task.
bea08fec 3980.\" FIXME . Actually, the following info about the /proc/stat 'cpu' field
e04a1f93
MK
3981.\" does not seem to be quite right (at least in 2.6.12 or 3.6):
3982.\" the idle time in /proc/uptime does not quite match this value
3983This value should be USER_HZ times the
4cb1deb7
MK
3984second entry in the
3985.I /proc/uptime
3986pseudo-file.
ae3b8047
MK
3987.TP
3988.IR iowait " (since Linux 2.5.41)"
ea0841f6 3989(5) Time waiting for I/O to complete.
e0a73a31
MK
3990This value is not reliable, for the following reasons:
3991.\" See kernel commit 9c240d757658a3ae9968dd309e674c61f07c7f48
3992.RS
3993.IP 1. 3
3994The CPU will not wait for I/O to complete;
3995iowait is the time that a task is waiting for I/O to complete.
3996When a CPU goes into idle state for outstanding task I/O,
3997another task will be scheduled on this CPU.
3998.IP 2.
3999On a multi-core CPU,
4000the task waiting for I/O to complete is not running on any CPU,
4001so the iowait of each CPU is difficult to calculate.
4002.IP 3.
4003The value in this field may
4004.I decrease
4005in certain conditions.
2d3fb75b 4006.RE
ae3b8047
MK
4007.TP
4008.IR irq " (since Linux 2.6.0-test4)"
ea0841f6 4009(6) Time servicing interrupts.
ae3b8047 4010.TP
0633f951 4011.IR softirq " (since Linux 2.6.0-test4)"
ea0841f6 4012(7) Time servicing softirqs.
ae3b8047
MK
4013.TP
4014.IR steal " (since Linux 2.6.11)"
ea0841f6 4015(8) Stolen time, which is the time spent in other operating systems when
9de1f6cc 4016running in a virtualized environment
ae3b8047
MK
4017.TP
4018.IR guest " (since Linux 2.6.24)"
0633f951 4019(9) Time spent running a virtual CPU for guest
afef1764 4020operating systems under the control of the Linux kernel.
14c06953 4021.\" See Changelog entry for 5e84cfde51cf303d368fcb48f22059f37b3872de
d4fd4120
MK
4022.TP
4023.IR guest_nice " (since Linux 2.6.33)"
4024.\" commit ce0e7b28fb75cb003cfc8d0238613aaf1c55e797
4025(10) Time spent running a niced guest (virtual CPU for guest
4026operating systems under the control of the Linux kernel).
ae3b8047 4027.RE
fea681da
MK
4028.TP
4029\fIpage 5741 1808\fP
4030The number of pages the system paged in and the number that were paged
4031out (from disk).
4032.TP
4033\fIswap 1 0\fP
4034The number of swap pages that have been brought in and out.
4035.TP
bea08fec 4036.\" FIXME . The following is not the full picture for the 'intr' of
777f5a9e 4037.\" /proc/stat on 2.6:
fea681da 4038\fIintr 1462898\fP
bfbfcd18
MK
4039This line shows counts of interrupts serviced since boot time,
4040for each of the possible system interrupts.
d63ff76e 4041The first column is the total of all interrupts serviced
d6a56978
MK
4042including unnumbered architecture specific interrupts;
4043each subsequent column is the total for that particular numbered interrupt.
d63ff76e 4044Unnumbered interrupts are not shown, only summed into the total.
fea681da
MK
4045.TP
4046\fIdisk_io: (2,0):(31,30,5764,1,2) (3,0):\fP...
636297e9 4047(major,disk_idx):(noinfo, read_io_ops, blks_read, write_io_ops, blks_written)
bfbfcd18
MK
4048.br
4049(Linux 2.4 only)
fea681da
MK
4050.TP
4051\fIctxt 115315\fP
4052The number of context switches that the system underwent.
4053.TP
4054\fIbtime 769041601\fP
f49c451a 4055boot time, in seconds since the Epoch, 1970-01-01 00:00:00 +0000 (UTC).
fea681da
MK
4056.TP
4057\fIprocesses 86031\fP
4058Number of forks since boot.
bfbfcd18
MK
4059.TP
4060\fIprocs_running 6\fP
4061Number of processes in runnable state.
5fab2e7c 4062(Linux 2.5.45 onward.)
bfbfcd18
MK
4063.TP
4064\fIprocs_blocked 2\fP
4065Number of processes blocked waiting for I/O to complete.
5fab2e7c 4066(Linux 2.5.45 onward.)
76f6f102
ES
4067.TP
4068.I softirq 229245889 94 60001584 13619 5175704 2471304 28 51212741 59130143 0 51240672
4069.\" commit d3d64df21d3d0de675a0d3ffa7c10514f3644b30
4070This line shows the number of softirq for all CPUs.
4071The first column is the total of all softirqs and
4072each subsequent column is the total for particular softirq.
d7f23d0b 4073(Linux 2.6.31 onward.)
fea681da
MK
4074.RE
4075.TP
4076.I /proc/swaps
c13182ef
MK
4077Swap areas in use.
4078See also
fea681da
MK
4079.BR swapon (8).
4080.TP
4081.I /proc/sys
4082This directory (present since 1.3.57) contains a number of files
4083and subdirectories corresponding to kernel variables.
4084These variables can be read and sometimes modified using
9ee4a2b6 4085the \fI/proc\fP filesystem, and the (deprecated)
fea681da 4086.BR sysctl (2)
c13182ef 4087system call.
2dad4c59 4088.IP
e8aa7100 4089String values may be terminated by either \(aq\\0\(aq or \(aq\\n\(aq.
2dad4c59 4090.IP
84ff8c1e
HS
4091Integer and long values may be written either in decimal or in
4092hexadecimal notation (e.g. 0x3FFF).
e8aa7100
MK
4093When writing multiple integer or long values, these may be separated
4094by any of the following whitespace characters:
4095\(aq\ \(aq, \(aq\\t\(aq, or \(aq\\n\(aq.
4096Using other separators leads to the error
84ff8c1e 4097.BR EINVAL .
fea681da 4098.TP
6ab7c0aa 4099.IR /proc/sys/abi " (since Linux 2.4.10)"
fea681da 4100This directory may contain files with application binary information.
6ab7c0aa 4101.\" On some systems, it is not present.
66a9882e 4102See the Linux kernel source file
6ab7c0aa
MK
4103.I Documentation/sysctl/abi.txt
4104for more information.
fea681da
MK
4105.TP
4106.I /proc/sys/debug
4107This directory may be empty.
4108.TP
4109.I /proc/sys/dev
e2badfdf 4110This directory contains device-specific information (e.g.,
9a67332e 4111.IR dev/cdrom/info ).
fea681da
MK
4112On
4113some systems, it may be empty.
4114.TP
4115.I /proc/sys/fs
49236d3c 4116This directory contains the files and subdirectories for kernel variables
9ee4a2b6 4117related to filesystems.
fea681da
MK
4118.TP
4119.I /proc/sys/fs/binfmt_misc
c13182ef 4120Documentation for files in this directory can be found
a2923df0
MK
4121in the Linux kernel source in the file
4122.IR Documentation/admin-guide/binfmt-misc.rst
4123(or in
4124.IR Documentation/binfmt_misc.txt
4125on older kernels).
fea681da 4126.TP
59a40ed7
MK
4127.IR /proc/sys/fs/dentry-state " (since Linux 2.2)"
4128This file contains information about the status of the
4129directory cache (dcache).
4130The file contains six numbers,
c13182ef 4131.IR nr_dentry ", " nr_unused ", " age_limit " (age in seconds), "
59a40ed7 4132.I want_pages
fea681da 4133(pages requested by system) and two dummy values.
59a40ed7
MK
4134.RS
4135.IP * 2
4136.I nr_dentry
4137is the number of allocated dentries (dcache entries).
4138This field is unused in Linux 2.2.
4139.IP *
4140.I nr_unused
4141is the number of unused dentries.
4142.IP *
4143.I age_limit
4144.\" looks like this is unused in kernels 2.2 to 2.6
4145is the age in seconds after which dcache entries
4146can be reclaimed when memory is short.
4147.IP *
4148.I want_pages
4149.\" looks like this is unused in kernels 2.2 to 2.6
c7094399 4150is nonzero when the kernel has called shrink_dcache_pages() and the
fea681da 4151dcache isn't pruned yet.
59a40ed7 4152.RE
fea681da
MK
4153.TP
4154.I /proc/sys/fs/dir-notify-enable
4155This file can be used to disable or enable the
4156.I dnotify
4157interface described in
4158.BR fcntl (2)
4159on a system-wide basis.
4160A value of 0 in this file disables the interface,
4161and a value of 1 enables it.
4162.TP
4163.I /proc/sys/fs/dquot-max
4164This file shows the maximum number of cached disk quota entries.
4165On some (2.4) systems, it is not present.
4166If the number of free cached disk quota entries is very low and
4167you have some awesome number of simultaneous system users,
4168you might want to raise the limit.
4169.TP
4170.I /proc/sys/fs/dquot-nr
4171This file shows the number of allocated disk quota
4172entries and the number of free disk quota entries.
4173.TP
24cb4a4b 4174.IR /proc/sys/fs/epoll " (since Linux 2.6.28)"
242b46af
MK
4175This directory contains the file
4176.IR max_user_watches ,
24cb4a4b
MK
4177which can be used to limit the amount of kernel memory consumed by the
4178.I epoll
4179interface.
4180For further details, see