Lines Matching +full:locality +full:- +full:specific
1 .. SPDX-License-Identifier: GPL-2.0
24 1.1 Process-Specific Subdirectories
36 3 Per-Process Parameters
37 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj - Adjust the oom-killer
39 3.2 /proc/<pid>/oom_score - Display current oom-killer score
40 3.3 /proc/<pid>/io - Display the IO accounting fields
41 3.4 /proc/<pid>/coredump_filter - Core dump filtering settings
42 3.5 /proc/<pid>/mountinfo - Information about mounts
44 3.7 /proc/<pid>/task/<tid>/children - Information about task children
45 3.8 /proc/<pid>/fdinfo/<fd> - Information about opened file
46 3.9 /proc/<pid>/map_files - Information about memory mapped files
47 3.10 /proc/<pid>/timerslack_ns - Task timerslack value
48 3.11 /proc/<pid>/patch_state - Livepatch patch operation state
49 3.12 /proc/<pid>/arch_status - Task architecture specific information
60 ------------------------
68 we know, it is the first 'all-in-one' document about the /proc file system. It
71 It also only covers IPv4 networking, not IPv6 nor other protocols - sorry. But
87 http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html
90 mailing list at linux-kernel@vger.kernel.org and/or try to reach me at
94 ---------------
104 ---------------
111 ------------------------------------------------------------------------------
117 First, we'll take a look at the read-only parts of /proc. In Chapter 2, we
120 1.1 Process-Specific Subdirectories
121 -----------------------------------
127 subdirectory has the entries listed in Table 1-1.
137 .. table:: Table 1-1: Process specific entries in /proc
156 symbol the task is blocked in - or "0" if not blocked.
163 numa_maps An extension based on maps, showing the memory locality and
219 file /proc/PID/status. It fields are described in table 1-2.
222 memory usage. Its seven fields are explained in Table 1-3. The stat file
224 explained in Table 1-4.
233 .. table:: Table 1-2: Contents of the status files (as of 4.19)
304 .. table:: Table 1-3: Contents of the statm files (as of 2.6.8-rc3)
322 .. table:: Table 1-4: Contents of the stat files (as of 2.6.30-rc7)
391 08048000-08049000 r-xp 00000000 03:00 8312 /opt/test
392 08049000-0804a000 rw-p 00001000 03:00 8312 /opt/test
393 0804a000-0806b000 rw-p 00000000 00:00 0 [heap]
394 a7cb1000-a7cb2000 ---p 00000000 00:00 0
395 a7cb2000-a7eb2000 rw-p 00000000 00:00 0
396 a7eb2000-a7eb3000 ---p 00000000 00:00 0
397 a7eb3000-a7ed5000 rw-p 00000000 00:00 0
398 a7ed5000-a8008000 r-xp 00000000 03:00 4222 /lib/libc.so.6
399 a8008000-a800a000 r--p 00133000 03:00 4222 /lib/libc.so.6
400 a800a000-a800b000 rw-p 00135000 03:00 4222 /lib/libc.so.6
401 a800b000-a800e000 rw-p 00000000 00:00 0
402 a800e000-a8022000 r-xp 00000000 03:00 14462 /lib/libpthread.so.0
403 a8022000-a8023000 r--p 00013000 03:00 14462 /lib/libpthread.so.0
404 a8023000-a8024000 rw-p 00014000 03:00 14462 /lib/libpthread.so.0
405 a8024000-a8027000 rw-p 00000000 00:00 0
406 a8027000-a8043000 r-xp 00000000 03:00 8317 /lib/ld-linux.so.2
407 a8043000-a8044000 r--p 0001b000 03:00 8317 /lib/ld-linux.so.2
408 a8044000-a8045000 rw-p 0001c000 03:00 8317 /lib/ld-linux.so.2
409 aff35000-aff4a000 rw-p 00000000 00:00 0 [stack]
410 ffffe000-fffff000 r-xp 00000000 00:00 0 [vdso]
442 08048000-080bc000 r-xp 00000000 03:02 13130 /bin/bash
509 "Swap" shows how much would-be-anonymous memory is also used, but out on swap.
512 replaced by copy-on-write) part of the underlying shmem object out on swap.
517 pages - 1 if true, 0 otherwise. It just shows the current status.
544 ar architecture specific flag
557 be vanished or the reverse -- new added. Interpretation of their meaning
559 follow each specific kernel version for the exact semantic.
583 - Pss_Anon
584 - Pss_File
585 - Pss_Shmem
595 soft-dirty bit on pte (see Documentation/admin-guide/mm/soft-dirty.rst
609 To clear the soft-dirty bit::
623 Documentation/admin-guide/mm/pagemap.rst.
626 locality and binding policy, as well as the memory usage (in pages) of
634 3206000000 default file=/lib64/ld-2.12.so mapped=26 mapmax=6 N0=24 N3=2 kernelpagesize_kB=4
635 320621f000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
636 3206220000 default file=/lib64/ld-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
638 …3206800000 default file=/lib64/libc-2.12.so mapped=59 mapmax=21 active=55 N0=41 N3=18 kernelpagesi…
639 320698b000 default file=/lib64/libc-2.12.so
640 3206b8a000 default file=/lib64/libc-2.12.so anon=2 dirty=2 N3=2 kernelpagesize_kB=4
641 3206b8e000 default file=/lib64/libc-2.12.so anon=1 dirty=1 N3=1 kernelpagesize_kB=4
653 "policy" reports the NUMA memory policy set for the mapping (see Documentation/admin-guide/mm/numa_…
656 node locality page counters (N0 == node0, N1 == node1, ...) and the kernel page
660 ---------------
664 /proc and are listed in Table 1-5. Not all of these will be present in your
668 .. table:: Table 1-5: Kernel info in /proc
675 bus Directory containing bus specific information
703 pci Deprecated info of PCI bus (new way -> /proc/bus/pci/,
725 0: 8728810 XT-PIC timer
726 1: 895 XT-PIC keyboard
727 2: 0 XT-PIC cascade
728 3: 531695 XT-PIC aha152x
729 4: 2014133 XT-PIC serial
730 5: 44401 XT-PIC pcnet_cs
731 8: 2 XT-PIC rtc
732 11: 8 XT-PIC i82365
733 12: 182918 XT-PIC PS/2 Mouse
734 13: 1 XT-PIC fpu
735 14: 1232265 XT-PIC ide0
736 15: 7 XT-PIC ide1
745 0: 1243498 1214548 IO-APIC-edge timer
746 1: 8949 8958 IO-APIC-edge keyboard
747 2: 0 0 XT-PIC cascade
748 5: 11286 10161 IO-APIC-edge soundblaster
749 8: 1 0 IO-APIC-edge rtc
750 9: 27422 27407 IO-APIC-edge 3c503
751 12: 113645 113873 IO-APIC-edge PS/2 Mouse
752 13: 0 0 XT-PIC fpu
753 14: 22491 24012 IO-APIC-edge ide0
754 15: 2183 2415 IO-APIC-edge ide1
755 17: 30564 30414 IO-APIC-level eth0
756 18: 177 164 IO-APIC-level bttv
766 ERR is incremented in the case of errors in the IO-APIC bus (the bus that
768 the IO-APIC automatically retry the transmission, so it should not be a big
769 problem, but you should read the SMP-FAQ.
834 1024-1031
836 The default_smp_affinity mask applies to all non-active IRQs, which are the
838 /proc/irq/[0-9]* directory.
841 reports itself as being attached. This hardware locality information does not
842 include information about any possible driver locality preference.
847 The way IRQs are routed is handled by the IO-APIC, and it's Round Robin
850 best choice for almost everyone. [Note this applies only to those IO-APIC's
908 X86-64. By keeping pages grouped based on their ability to move, the kernel
909 can reclaim pages within a page block to satisfy a high-order allocation.
913 by migrate-type and finishes with details on how many page blocks of each
992 in-memory cache for files read from the disk (the
1026 Non-file backed pages mapped into userspace page tables
1031 Non-file backed huge pages mapped into userspace page tables
1046 in-kernel data structures cache
1070 CommitLimit = ([total RAM pages] - [total huge TLB pages]) *
1078 in vm/overcommit-accounting.
1126 0xffffc20000000000-0xffffc20000201000 2101248 alloc_large_system_hash+0x204 ...
1128 0xffffc20000201000-0xffffc20000302000 1052672 alloc_large_system_hash+0x204 ...
1130 0xffffc20000302000-0xffffc20000304000 8192 acpi_tb_verify_table+0x21/0x4f...
1132 0xffffc20000304000-0xffffc20000307000 12288 acpi_tb_verify_table+0x21/0x4f...
1134 0xffffc2000031d000-0xffffc2000031f000 8192 init_vdso_vars+0x112/0x210
1135 0xffffc2000031f000-0xffffc2000032b000 49152 cramfs_uncompress_init+0x2e ...
1137 0xffffc2000033a000-0xffffc2000033d000 12288 sys_swapon+0x640/0xac0 ...
1139 0xffffc20000347000-0xffffc2000034c000 20480 xt_alloc_table_info+0xfe ...
1141 0xffffffffa0000000-0xffffffffa000f000 61440 sys_init_module+0xc27/0x1d00 ...
1143 0xffffffffa000f000-0xffffffffa0014000 20480 sys_init_module+0xc27/0x1d00 ...
1145 0xffffffffa0014000-0xffffffffa0017000 12288 sys_init_module+0xc27/0x1d00 ...
1147 0xffffffffa0017000-0xffffffffa0022000 45056 sys_init_module+0xc27/0x1d00 ...
1172 ----------------------------
1177 in the controller specific subtree.
1183 ide-cdrom version 4.53
1184 ide-disk version 1.08
1186 More detailed information can be found in the controller specific
1188 directories contains the files shown in table 1-6.
1191 .. table:: Table 1-6: IDE controller info in /proc/ide/ide?
1203 controllers directory. The files listed in table 1-7 are contained in these
1207 .. table:: Table 1-7: IDE device information
1229 ---- ----- --- --- ----
1242 pio_mode write-only 0 255 w
1249 --------------------------------
1251 The subdirectory /proc/net follows the usual pattern. Table 1-8 shows the
1253 support this. Table 1-9 lists the files and their meaning.
1256 .. table:: Table 1-8: IPv6 info in /proc/net
1272 .. table:: Table 1-9: Network info in /proc/net
1309 Inter-|Receive |[...
1323 It will contain information that is specific to that bond, such as the
1328 -------------
1338 Type: Direct-Access ANSI SCSI revision: 03
1340 Vendor: PIONEER Model: CD-ROM DR-U06S Rev: 1.04
1341 Type: CD-ROM ANSI SCSI revision: 02
1348 AHA-2940 SCSI adapter::
1358 SCSI Adapter: Adaptec AHA-294X Ultra SCSI host adapter
1391 ---------------------------------------
1397 These directories contain the four files shown in Table 1-10.
1400 .. table:: Table 1-10: Files in /proc/parport
1405 autoprobe Any IEEE-1284 device ID information that has been acquired.
1416 -------------------------
1420 this directory, as shown in Table 1-11.
1423 .. table:: Table 1-11: Files in /proc/tty
1437 pty_slave /dev/pts 136 0-255 pty:slave
1438 pty_master /dev/ptm 128 0-255 pty:master
1439 pty_slave /dev/ttyp 3 0-255 pty:slave
1440 pty_master /dev/pty 2 0-255 pty:master
1441 serial /dev/cua 5 64-67 serial:callout
1442 serial /dev/ttyS 4 64-67 serial
1447 unknown /dev/tty 4 1-63 console
1451 -------------------------------------------------
1474 - user: normal processes executing in user mode
1475 - nice: niced processes executing in user mode
1476 - system: processes executing in kernel mode
1477 - idle: twiddling thumbs
1478 - iowait: In a word, iowait stands for waiting for I/O to complete. But there
1484 2. In a multi-core CPU, the task waiting for I/O to complete is not running
1490 - irq: servicing interrupts
1491 - softirq: servicing softirqs
1492 - steal: involuntary wait
1493 - guest: running a normal guest
1494 - guest_nice: running a niced guest
1498 interrupts serviced including unnumbered architecture specific interrupts;
1524 -------------------------------
1529 /proc/fs/ext4/dm-0). The files in each per-device directory are shown
1530 in Table 1-12, below.
1532 .. table:: Table 1-12: Files in /proc/fs/ext4/<devname>
1540 -------------------
1547 tty0 -WU (ECp) 4:7
1548 ttyS0 -W- (Ep) 4:64
1552 +--------------------+-------------------------------------------------------+
1558 +--------------------+-------------------------------------------------------+
1565 +--------------------+-------------------------------------------------------+
1568 +--------------------+-------------------------------------------------------+
1571 -------
1578 it easy, if not obvious, where to look for specific data.
1584 ---------------
1590 ------------------------------------------------------------------------------
1614 Please see: Documentation/admin-guide/sysctl/ directory for descriptions of these
1618 -------
1627 Chapter 3: Per-process Parameters
1630 3.1 /proc/<pid>/oom_adj & /proc/<pid>/oom_score_adj- Adjust the oom-killer score
1631 --------------------------------------------------------------------------------
1653 is used to determine which task to kill. Acceptable values range from -1000
1656 task or completely disabling it. The lowest possible value, -1000, is
1664 50% more memory. A value of -500, on the other hand, would be roughly
1669 be used to tune the badness score. Its acceptable values range from -16
1670 (OOM_ADJUST_MIN) to +15 (OOM_ADJUST_MAX) and a special value of -17
1679 3.2 /proc/<pid>/oom_score - Display current oom-killer score
1680 -------------------------------------------------------------
1682 This file can be used to check the current score used by the oom-killer for
1684 process should be killed in an out-of-memory situation.
1690 3.3 /proc/<pid>/io - Display the IO accounting fields
1691 -------------------------------------------------------
1757 accurate for block-backed filesystems. <please add status regarding NFS and
1766 the storage layer. This is done at page-dirtying time.
1785 At its current implementation state, this is a bit racy on 32-bit machines:
1787 of those 64-bit counters, process A could see an intermediate result.
1793 3.4 /proc/<pid>/coredump_filter - Core dump filtering settings
1794 ---------------------------------------------------------------
1798 Conversely, sometimes we want to save file-backed memory segments into a core
1808 - (bit 0) anonymous private memory
1809 - (bit 1) anonymous shared memory
1810 - (bit 2) file-backed private memory
1811 - (bit 3) file-backed shared memory
1812 - (bit 4) ELF header pages in file-backed private memory areas (it is
1814 - (bit 5) hugetlb private memory
1815 - (bit 6) hugetlb shared memory
1816 - (bit 7) DAX private memory
1817 - (bit 8) DAX shared memory
1822 Note that bits 0-4 don't affect hugetlb or DAX memory. hugetlb memory is
1823 only affected by bit 5-6, and DAX is only affected by bits 7-8.
1840 3.5 /proc/<pid>/mountinfo - Information about mounts
1841 --------------------------------------------------------
1845 36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 - ext3 /dev/root rw,errors=continue
1857 (10) mount source: filesystem specific information or "none"
1881 --------------------------------------------------------
1889 3.7 /proc/<pid>/task/<tid>/children - Information about task children
1890 -------------------------------------------------------------------------
1895 Note the "first level" here -- if a child has its own children they will
1896 not be listed here; one needs to read /proc/<children-pid>/task/<tid>/children
1906 3.8 /proc/<pid>/fdinfo/<fd> - Information about opened file
1907 ---------------------------------------------------------------
1909 files have at least four fields -- 'pos', 'flags', 'mnt_id' and 'ino'.
1940 eventfd-count: 5a
1942 where 'eventfd-count' is hex value of a counter.
1985 …inotify wd:3 ino:9e7e sdev:800013 mask:800afce ignored_mask:0 fhandle-bytes:8 fhandle-type:1 f_han…
1994 fields 'fhandle-bytes', 'fhandle-type' and 'f_handle', all in hex
2008 fanotify flags:10 event-flags:0
2010 …fanotify ino:4f969 sdev:800013 mflags:0 mask:3b ignored_mask:40000000 fhandle-bytes:8 fhandle-type…
2012 where fanotify 'flags' and 'event-flags' are values used in fanotify_init
2058 exp_name: system-heap
2063 3.9 /proc/<pid>/map_files - Information about memory mapped files
2064 ---------------------------------------------------------------------
2068 | lr-------- 1 root root 64 Jan 27 11:24 333c600000-333c620000 -> /usr/lib64/ld-2.18.so
2069 | lr-------- 1 root root 64 Jan 27 11:24 333c81f000-333c820000 -> /usr/lib64/ld-2.18.so
2070 | lr-------- 1 root root 64 Jan 27 11:24 333c820000-333c821000 -> /usr/lib64/ld-2.18.so
2072 | lr-------- 1 root root 64 Jan 27 11:24 35d0421000-35d0422000 -> /usr/lib64/libselinux.so.1
2073 | lr-------- 1 root root 64 Jan 27 11:24 400000-41a000 -> /usr/bin/ls
2076 vm_area_struct::vm_start-vm_area_struct::vm_end.
2085 3.10 /proc/<pid>/timerslack_ns - Task timerslack value
2086 ---------------------------------------------------------
2096 Valid values are from 0 - ULLONG_MAX
2101 3.11 /proc/<pid>/patch_state - Livepatch patch operation state
2102 -----------------------------------------------------------------
2106 A value of '-1' indicates that no patch is in transition.
2118 3.12 /proc/<pid>/arch_status - task architecture specific status
2119 -------------------------------------------------------------------
2121 architecture specific status of the task.
2134 x86 specific entries
2159 A special value of '-1' indicates that no AVX512 usage was recorded, thus
2167 ---------------------
2177 hidepid=off or hidepid=0 means classic mode - everybody may access all
2183 user runs specific program (given the program doesn't reveal itself by its
2190 process with a specific pid value exists (it can be learned by other means, e.g.
2191 by "kill -0 $PID"), but it hides process' uid and gid, which may be learned by
2220 # strace -e mount mount -o hidepid=1 -t proc proc /tmp/proc
2231 # mount -o remount,hidepid=1 -t proc proc /tmp/proc
2244 # mount -o hidepid=invisible -t proc proc /proc
2245 # mount -o hidepid=noaccess -t proc proc /tmp/proc