This section explains the command for managing the operating environment.
NAME
storageadm perfdata - Management of performance information.
SYNOPSIS
$INS_DIR\Express\Manager\bin\storageadm perfdata export outdirname -ipaddr ipaddr [-recent 24]
($INS_DIR means "Program Directory" specified at the Express Manager installation.)
DESCRIPTION
This command outputs one-hour or 24-hour performance information for disk storage system before the command is executed.
By specifying the IP address of a disk storage system whose performance information is output and the time in the command operand, the disk storage system performance information is output in CSV format.
A target disk storage system must be managed by Express and performance monitoring is either still running or already completed.
The details of CSV files are as follows.
Items | Explanation |
---|---|
File name | CM.csv |
Header line | Date, CM0xXX:CPUX - CPU Use Rate, CM0xXX:CPUX - Copy Remain, ... |
Data line | date,CM00u,CM00r, ... ,CMNNu,CMNNr The following information is output for each field. (After date, the information is repeated for the actual number of CMs.) |
Items | Explanation |
---|---|
File name | LogicalVolume/nnnn.csv |
Header line | Date, LogicalVolume0xXXXX - Read IOPS, LogicalVolume0xXXXX - Write IOPS, LogicalVolume0xXXXX - Read Throughput, LogicalVolume0xXXXX - Write Throughput, LogicalVolume0xXXXX - Read Response Time, LogicalVolume0xXXXX - Write Response Time, LogicalVolume0xXXXX - Read Cache Hit Rate, LogicalVolume0xXXXX - Write Cache Hit Rate, LogicalVolume0xXXXX - Prefetch Cache Hit Rate. |
Data line | date,read,write,through-r,through-w,resp-r,resp-w,hit-r,hit-w,fetch The following information is output for each field. |
Items | Explanation |
---|---|
File name | RAID Group/nnnn.csv |
Header line | Date, RAID Group0x0xXXXX - Read IOPS, RAID Group0x0xXXXX - Write IOPS, RAID Group0x0xXXXX - Read Throughput, RAID Group0x0xXXXX- Write Throughput, RAID Group0x0xXXXX - Read Response Time, RAID Group0x0xXXXX - Write Response Time, RAID Group0x0xXXXX - Read Cache Hit Rate, RAID Group0x0xXXXX - Write Cache Hit Rate, RAID Group0x0xXXXX - Prefetch Cache Hit Rate. |
Data line | date,read,write,through-r,through-w,resp-r,resp-w,hit-r,hit-w,fetch The following information is output for each field. |
Items | Explanation |
---|---|
File name | Disk/nnnn.csv |
Header line | Date, DE0xXX:SlotX - busy time, ... |
Data line | date,Disk0, ... ,DiskN The following information is output for each field. (After date, the information is repeated for the actual number of Disks.) |
Items | Explanation |
---|---|
File name | Port/nnnn.csv |
Header line |
|
Data line | date,read,write,through-r,through-w The following information is output for each field. |
Items | Explanation |
---|---|
File name | ACTIVE_DISK.csv |
Header line | Date, Total Disks, Active Disks |
Data line | date,total,active The following information is output for each field. |
Items | Explanation |
---|---|
File name | SYSTEM_POWER_CONSUMPTION.csv |
Header line | Date, System Power Consumption |
Data line | date, power The following information is output for each field. |
Items | Explanation |
---|---|
File name | SYSTEM_TEMPERATURE.csv |
Header line | Date, System Temperature |
Data line | date, temperature The following information is output for each field. |
OPERANDS
Outputs performance information for the specified time in CSV format.
Specify the directory that outputs performance information.
Performance information is output to the outdirname directory based on the following configuration.
The following free space is required for this directory.
(((0.1 + 0.4 * installed DEs + 0.1 * installed CM ports + 0.2 * (LUs + RAID grous)) * (86400 / 60)) + (0.2 + 0.6 * installed DEs + 0.2 *installed CM ports + 0.4 * (LUs + RAID groups))) / 1024 |
OPTIONS
This option specifies the IP address of the device that outputs performance information.
The output target device must satisfy the following conditions:
Storage devices output performance information must be registered in this software.
For the settings of performance monitoring, refer to "Performance management".
This option collects the latest 24-hour performance data.
If this option is skipped, the latest 1-hour performance data is collected.
EXAMPLES
Output of performance information for a device with IP address 10.12.13.14 to the c:\work directory:
> storageadm perfdata export "C:\work" -ipaddr 10.12.13.14 |
NOTES
The full path of an existing directory must be specified in outdirname.