CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_interrupts.5
blobc8bda0a704a98de0026801f208588a25546a2267
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_interrupts 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/interrupts \- number of interrupts
10 .SH DESCRIPTION
11 .TP
12 .I /proc/interrupts
13 This is used to record the number of interrupts per CPU per IO device.
14 Since Linux 2.6.24,
15 for the i386 and x86-64 architectures, at least, this also includes
16 interrupts internal to the system (that is, not associated with a device
17 as such), such as NMI (nonmaskable interrupt), LOC (local timer interrupt),
18 and for SMP systems, TLB (TLB flush interrupt), RES (rescheduling
19 interrupt), CAL (remote function call interrupt), and possibly others.
20 Very easy to read formatting, done in ASCII.
21 .SH SEE ALSO
22 .BR proc (5)