mrr showcfsaction
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
type | Count type. | The value ranges from "0" or "1", where: 1 : 0 : all the steps of the repair information. 2 : 1 : the steps of the clear dedup meta information. |
Example
View the count of requests that execute clear dedup meta action.
admin:/diagnose>mrr showcfsaction -t 1 Counter Type Step Name Received Return Ok Return Bad Not Return -------------- ------------------------------------------ --------------------- --------------------- --------------------- --------------------- CFSGrainAction check mr status 0 0 0 0 CFSGrainAction forbid system 0 0 0 0 CFSGrainAction set mr checking status 0 0 0 0 CFSGrainAction set pal checking status 0 0 0 0 CFSGrainAction set mr result status 0 0 0 0 CFSGrainAction set pal result status 0 0 0 0 CFSGrainAction init mr status 0 0 0 0 CFSGrainAction init pal status 0 0 0 0 CFSGrainAction resume tx 0 0 0 0 CFSGrainAction push data 0 0 0 0 CFSGrainAction offline fs 0 0 0 0 CFSGrainAction del dirty data 0 0 0 0 CFSGrainAction online fs 0 0 0 0 CFSGrainAction create snap 0 0 0 0 CFSGrainAction clear ddup meta 0 0 0 0 CFSGrainAction unforbid system 0 0 0 0 CFSGrainAction set write through 0 0 0 0 CFSGrainAction set write back 0 0 0 0
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Counter Type | Request type. |
Step Name | Request name. |
Received | Count of received requests. |
Return Ok | Count of requests that are correctly returned. |
Return Bad | Count of requests that fail to be returned. |
Not Return | Count of requests that are not returned. |