'\" t .\" Title: perf-iostat .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 .\" Date: 2024-02-08 .\" Manual: perf Manual .\" Source: perf .\" Language: English .\" .TH "PERF\-IOSTAT" "1" "2024-02-08" "perf" "perf Manual" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" perf-iostat \- Show I/O performance metrics .SH "SYNOPSIS" .sp .nf \fIperf iostat\fP list \fIperf iostat\fP \-\- [] .fi .br .SH "DESCRIPTION" .sp Mode is intended to provide four I/O performance metrics per each PCIe root port: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} Inbound Read \- I/O devices below root port read from the host memory, in MB .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} Inbound Write \- I/O devices below root port write to the host memory, in MB .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} Outbound Read \- CPU reads from I/O devices below root port, in MB .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} Outbound Write \- CPU writes to I/O devices below root port, in MB .RE .SH "OPTIONS" .sp ... .RS 4 Any command you can specify in a shell. .RE .sp list .RS 4 List all PCIe root ports. .RE .sp .RS 4 Select the root ports for monitoring. Comma\-separated list is supported. .RE .SH "EXAMPLES" .sp .RS 4 .ie n \{\ \h'-04' 1.\h'+01'\c .\} .el \{\ . sp -1 . IP " 1." 4.2 .\} List all PCIe root ports (example for 2\-S platform): .sp .if n .RS 4 .nf .fam C $ perf iostat list S0\-uncore_iio_0<0000:00> S1\-uncore_iio_0<0000:80> S0\-uncore_iio_1<0000:17> S1\-uncore_iio_1<0000:85> S0\-uncore_iio_2<0000:3a> S1\-uncore_iio_2<0000:ae> S0\-uncore_iio_3<0000:5d> S1\-uncore_iio_3<0000:d7> .fam .fi .if n .RE .RE .sp .RS 4 .ie n \{\ \h'-04' 2.\h'+01'\c .\} .el \{\ . sp -1 . IP " 2." 4.2 .\} Collect metrics for all PCIe root ports: .sp .if n .RS 4 .nf .fam C $ perf iostat \-\- dd if=/dev/zero of=/dev/nvme0n1 bs=1M oflag=direct 357708+0 records in 357707+0 records out 375083606016 bytes (375 GB, 349 GiB) copied, 215.974 s, 1.7 GB/s .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C Performance counter stats for \*(Aqsystem wide\*(Aq: .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C port Inbound Read(MB) Inbound Write(MB) Outbound Read(MB) Outbound Write(MB) 0000:00 1 0 2 3 0000:80 0 0 0 0 0000:17 352552 43 0 21 0000:85 0 0 0 0 0000:3a 3 0 0 0 0000:ae 0 0 0 0 0000:5d 0 0 0 0 0000:d7 0 0 0 0 .fam .fi .if n .RE .RE .sp .RS 4 .ie n \{\ \h'-04' 3.\h'+01'\c .\} .el \{\ . sp -1 . IP " 3." 4.2 .\} Collect metrics for comma\-separated list of PCIe root ports: .sp .if n .RS 4 .nf .fam C $ perf iostat 0000:17,0:3a \-\- dd if=/dev/zero of=/dev/nvme0n1 bs=1M oflag=direct 357708+0 records in 357707+0 records out 375083606016 bytes (375 GB, 349 GiB) copied, 197.08 s, 1.9 GB/s .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C Performance counter stats for \*(Aqsystem wide\*(Aq: .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C port Inbound Read(MB) Inbound Write(MB) Outbound Read(MB) Outbound Write(MB) 0000:17 358559 44 0 22 0000:3a 3 2 0 0 .fam .fi .if n .RE .sp .if n .RS 4 .nf .fam C 197.081983474 seconds time elapsed .fam .fi .if n .RE .RE .SH "SEE ALSO" .sp perf\-stat(1)