Get the statistical and performance data related to volumes, front end ports and controllers of a storage system. Selection criteria for the –get
function can be specified using the parameters described below.
Syntax
|
Parameters
–system system
Specify the system name of the storage system to get information from. Wildcards (*) are supported.
–format format
Specifies the output format. Refer to the description of the "Format parameter".
Return codes
Error Code | Name | Error Type |
0 |
| Function successful. |
3 |
| Version not supported. |
7 |
| Specified parameters invalid. |
13 |
| Error in StorMan communication between client and server. |
16 |
| Unexpected error in function. |
18 |
| Matching object could not be provided. |
21 |
| Function rejected by provider. |
22 |
| Provider or database not available. |
36 |
| User / password for StorMan not valid |
Output
The following volume and port specific metrics are provided for ETERNUS DX/AF (DataVersion = 2):
Name | Description |
| Absolute point in time of last sampled statistical data. Format: Example: |
Volume specific: | |
| Device Id of the volume |
| Number of read IOs (Counter) |
| Number of write IOs (Counter) |
| Amount of MB read (Counter) |
| Amount of MB written (Counter) |
| Amount of KB read (Counter) |
| Amount of KB written (Counter) |
| Number of read hit IOs (Counter) |
| Number of write hit IOs (Counter) |
| Time counter for read IOs (ms) |
| Time counter for read hit IOs (ms) |
| Time counter for write IOs (ms) |
| Time counter for write hit IOs (ms) |
Port specific: | |
| Name of the port |
PortID | ID of the port |
| Identifier of the Controller |
| Number of read IOs / port (Counter) |
| Number of write IOs / port (Counter) |
| Amount of MB read / port (Counter) |
| Amount of MB written / port (Counter) |
| Amount of KB read / port (Counter) |
| Amount of KB written / port (Counter) |
| Amount of KB transferred / port (Counter) |
| Time counter for read IOs (ms) |
| Time counter for write IOs (ms) |
Disk specific: | |
| ID if the disk |
| Number of read IOs |
| Number of write IOs |
| Amount of KB transferred |
Examples
Output for all statistics of ETERNUS DX900 S5 with -format xmlp (default)
storstat all -get -system 4652005001 -format xmlp
<Response> <ReturnCode> <Code>STORMAN_OK</Code> <CodeNumber>0</CodeNumber> <Text>successful</Text> <SubCode>0</SubCode> <SubCodeText>STORMAN_SUB_NONE</SubCodeText> <AdditionalInformation/> <MessageID>179258</MessageID> <ConnectionID>601DC1419EDBF</ConnectionID> </ReturnCode> <Result> <StorageSystem> <StorageSystemName>4652005001</StorageSystemName> <StorageModel>STORMAN_STORAGE_MODEL_ETERNUS</StorageModel> <StorageVendor>STORMAN_STORAGE_VENDOR_FUJITSU</StorageVendor> <DataVersion>2</DataVersion> <StatusCode>0</StatusCode> <Status>successful</Status> <TimeLastSampled>2023-08-01 13:56:53.000</TimeLastSampled> <SampleInterval>30</SampleInterval> <StatisticsVolumes> <StatisticsVolume> <DeviceID>0</DeviceID> <TimeLastSampled>2023-08-01 13:56:53.000</TimeLastSampled> <ReadIOs>4</ReadIOs> <WriteIOs>0</WriteIOs> <KBytesRead>2</KBytesRead> <KBytesWritten>0</KBytesWritten> <MBytesRead>0</MBytesRead> <MBytesWritten>0</MBytesWritten> <ReadHitIOs>4</ReadHitIOs> <WriteHitIOs>0</WriteHitIOs> <ReadIOTimeCounter>0</ReadIOTimeCounter> <ReadHitIOTimeCounter>0</ReadHitIOTimeCounter> <WriteIOTimeCounter>0</WriteIOTimeCounter> <WriteHitIOTimeCounter>0</WriteHitIOTimeCounter> </StatisticsVolume> ... <StatisticsPorts> <StatisticsPort> <PortName>FCP_CM00CA00P00</PortName> <TimeLastSampled>2023-08-01 13:56:53.000</TimeLastSampled> <ReadIOs>5937</ReadIOs> <WriteIOs>161</WriteIOs> <KBytesRead>760166</KBytesRead> <KBytesWritten>5330</KBytesWritten> <MBytesRead>742</MBytesRead> <MBytesWritten>5</MBytesWritten> <KBytesTransferred>765496</KBytesTransferred> <ReadIOTimeCounter>822</ReadIOTimeCounter> <WriteIOTimeCounter>9</WriteIOTimeCounter> <ControllerName>CM00</ControllerName> <PortID>500000E0DC425E00</PortID> </StatisticsPort> ... <StatisticsDisks> <StatisticsDisk> <DeviceID>DD0x0000</DeviceID> <TimeLastSampled>2023-08-01 13:56:53.000</TimeLastSampled> <ReadIOs>70374941</ReadIOs> <WriteIOs>11553488</WriteIOs> <KBytesTransferred>869341968</KBytesTransferred> </StatisticsDisk> ... </StorageSystem> </Result> </Response>