The following describes the unique response items returned by YKSTATS. For details about response items common to each command, see Responses common to all CLI commands.
Response body
{ "servletKey":"USERID-01-aaaaaaaa",
"ver":"0100",
"appData":{
"bcmVer":"099100",
"vendor":"Hitachi Vantara, Ltd.",
"rc":0,
"bcmMsg":[
],
"action":"submit",
"cliname":"YKSTATS",
"operands":"",
"prefix":"USERID.PREFIX",
"copyGroup":{
"ID":"CGID",
"UpdateID":"FFFFFFFFFFFFFFFF",
"CTGroup":[
{
"groupIndex":1,
"CTGroupID":"11",
"subCTGroupID":"21",
"stats":[
{ "priJnlMeta":"0",
"priJnlData":"0",
"priJnlTrfr":"00",
"priJnlCacheCapacity":"0",
"priJnl_DataCapacity":"0",
"priRsfAll":"0",
"secJnlMeta":"0",
"secJnlData":"0",
"secJnlTrfr":"00",
"secJnlCacheCapacity":"0",
"secJnlDataCapacity":"0",
"secRsfAll":"0"
}
]
}
]
},
"reused":false, "timeout":false
}
Key |
Format |
Description |
---|---|---|
prefix |
string or undefined |
Dataset prefix of the copy group definition file |
copyGroup |
object or undefined |
Copy group object |
ID |
string |
Copy group ID |
updateID |
string |
Last update ID |
CTGroup |
object array |
Array of copy group objects |
groupIndex |
number |
Sequence number of the consistency group |
CTGroupID |
string or undefined |
Consistency group ID or master journal group ID |
subCTGroupID |
string or undefined |
Restore journal group ID |
stats |
object array |
Array of consistency group state objects |
copyPendingTimer |
string |
Copy pending timer |
mcuToRcuKbps#1 |
string or undefined |
Data transmission speed between main control unit-remote control unit (Kbps) |
offloadTimer |
string |
Offloading timer |
rcuReadyTimer |
string |
Remote control unit ready timer |
sidefileThreshold |
string |
Sidefile threshold |
priSerialNum |
string |
Serial number of the primary storage system |
priJnlMeta |
string |
Metadata % used rate in master journal volume. The percentage used of the Journal Metadata capacity available in the Journal Volume(s) registered to M-JNL. |
priJnlData |
string |
Data % used rate in master journal volume. The percentage used of the Journal Data capacity available in the Journal Volume(s) registered to M-JNL. |
priJnlTrfr |
string |
Operating information between journal groups in the primary storage system |
priJnlCacheCapacity |
string or undefined |
Cache capacity in the master journal volume (GB) |
priJnlDataCapacity |
string |
Data capacity in the master journal volume (GB) |
priRsfAll#2 |
string or undefined |
Primary reserve sidefile cache-usage rate |
priRsfCT |
string |
Primary reserve sidefile cache-usage rate for C/T |
priWprAll |
string |
Primary write pending rate |
secSerialNum#1 |
string or undefined |
Serial number of the secondary storage system |
secJnlMeta#1 |
string or undefined |
Metadata % used rate in restore journal volume. The percentage used of the Journal Metadata capacity available in the Journal Volume(s) registered to R-JNL. |
secJnlData#1 |
string or undefined |
Data % used rate in restore journal volume. The percentage used of the Journal Data capacity available in the Journal Volume(s) registered to R-JNL. |
secJnlTrfr |
string or undefined |
Operating information between journal groups in the secondary storage system |
secJnlCacheCapacity |
string or undefined |
Cache capacity in the restore journal volume (GB) |
secJnlDataCapacity |
string or undefined |
Data capacity in the restore journal volume (GB) |
secRsfAll#1 #2 |
string or undefined |
Secondary reserve sidefile cache-usage rate |
secRsfCT |
string |
Secondary reserve sidefile cache-usage rate for C/T |
secWprAll |
string |
Secondary write pending rate |
Note: The items in the preceding table are output when the rc key value is 0.