table of contents
IPMCTL-SHOW-PERFORMANCE(1) | ipmctl | IPMCTL-SHOW-PERFORMANCE(1) |
NAME¶
ipmctl-show-performance - Shows performance metrics for one or more PMem modules
SYNOPSIS¶
ipmctl show [OPTIONS] -performance [METRICS] [TARGETS]
DESCRIPTION¶
Shows performance metrics for one or more PMem modules.
OPTIONS¶
-h, -help
-ddrt
-smbus
Note
The -ddrt and -smbus options are mutually exclusive and may not be used together.
-o (text|nvmxml), -output (text|nvmxml)
METRICS¶
Restricts output to a specific performance metric by supplying the metric name. See RETURN DATA for more information. One of:
The default is to display all performance metrics.
TARGETS¶
-dimm [DimmIDs]
EXAMPLES¶
Shows all performance metrics for all PMem modules in the server.
ipmctl show -dimm -performance
Shows the number of 64 byte reads since last AC cycle for all PMem modules in the server.
ipmctl show -dimm -performance MediaReads
LIMITATIONS¶
In order to successfully execute this command:
RETURN DATA¶
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.
DimmID
MediaReads
MediaWrites
ReadRequests
WriteRequests
TotalMediaReads
TotalMediaWrites
TotalReadRequest
TotalWriteRequest
2022-01-17 | ipmctl |