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