'\" t .\" Title: ipmctl-show-performance .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.18 .\" Date: 2023-06-12 .\" Manual: ipmctl .\" Source: ipmctl .\" Language: English .\" .TH "IPMCTL\-SHOW\-PERFORMANCE" "1" "2023-06-12" "ipmctl" "ipmctl" .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" ipmctl-show-performance \- Shows performance metrics for one or more PMem modules .SH "SYNOPSIS" .sp .if n .RS 4 .nf .fam C ipmctl show [OPTIONS] \-performance [METRICS] [TARGETS] .fam .fi .if n .RE .SH "DESCRIPTION" .sp Shows performance metrics for one or more PMem modules. .SH "OPTIONS" .sp \-h, \-help .RS 4 Displays help for the command. .RE .sp \-ddrt .RS 4 Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl. .RE .sp \-smbus .RS 4 Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl. .RE .if n .sp .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 .B Note .ps -1 .br .sp The \-ddrt and \-smbus options are mutually exclusive and may not be used together. .sp .5v .RE .sp \-o (text|nvmxml), \-output (text|nvmxml) .RS 4 Changes the output format. One of: "text" (default) or "nvmxml". .RE .SH "METRICS" .sp Restricts output to a specific performance metric by supplying the metric name. See RETURN DATA for more information. One of: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} MediaReads .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} MediaWrites .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} ReadRequests .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} WriteRequests .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} TotalMediaReads .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} TotalMediaWrites .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} TotalReadRequests .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} TotalWriteRequests .RE .sp The default is to display all performance metrics. .SH "TARGETS" .sp \-dimm [DimmIDs] .RS 4 Restricts output to the performance metrics for specific PMem module by supplying one or more comma separated PMem module identifiers. The default is to display performance metrics for all manageable PMem module. .RE .SH "EXAMPLES" .sp Shows all performance metrics for all PMem modules in the server. .sp .if n .RS 4 .nf .fam C ipmctl show \-dimm \-performance .fam .fi .if n .RE .sp Shows the number of 64 byte reads since last AC cycle for all PMem modules in the server. .sp .if n .RS 4 .nf .fam C ipmctl show \-dimm \-performance MediaReads .fam .fi .if n .RE .SH "LIMITATIONS" .sp In order to successfully execute this command: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} The caller must have the appropriate privileges. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} The specified PMem modules must be manageable by the host software. .RE .SH "RETURN DATA" .sp This command displays a table of the specified metrics for each specified PMem module. Applying a specific PMem module target limits the rows in the table. Applying a specific metric name target limits the columns in the table. .sp DimmID .RS 4 The PMem module identifier .RE .sp MediaReads .RS 4 Number of 64 byte reads from media on the PMem module since last AC cycle. .RE .sp MediaWrites .RS 4 Number of 64 byte writes to media on the PMem module since last AC cycle. .RE .sp ReadRequests .RS 4 Number of DDRT read transactions the PMem module has serviced since last AC cycle. .RE .sp WriteRequests .RS 4 Number of DDRT write transactions the PMem module has serviced since last AC cycle. .RE .sp TotalMediaReads .RS 4 Number of 64 byte reads from media on the PMem module over its lifetime. .RE .sp TotalMediaWrites .RS 4 Number of 64 byte writes to media on the PMem module over its lifetime. .RE .sp TotalReadRequest .RS 4 Number of DDRT read transactions the PMem module has serviced over its lifetime. .RE .sp TotalWriteRequest .RS 4 Number of DDRT write transactions the PMem module has serviced over its lifetime. .RE