1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
.\" Copyright, the authors of the Linux man-pages project
.\"
.\" SPDX-License-Identifier: GPL-3.0-or-later
.\"
.TH proc_diskstats 5 2025-05-17 "Linux man-pages (unreleased)"
.SH NAME
/proc/diskstats \- disk I/O statistics
.SH DESCRIPTION
.TP
.IR /proc/diskstats " (since Linux 2.5.69)"
This file contains disk I/O statistics for each disk device.
See the Linux kernel source file
.I Documentation/admin\-guide/iostats.rst
(or
.I Documentation/iostats.txt
before Linux 5.3)
for further information.
.SH SEE ALSO
.BR proc (5)
|