rep showtrace
Function
The rep showtrace command is used to query trace information.
Format
rep showtrace [pid] [Type] [localId] [opcode]
Parameters
Parameter |
Description |
Value |
---|---|---|
pid |
Module ID. |
Any valid module ID. |
Type |
Type of a HyperMetro object. |
The value can be "0", "1", or "2", where:
|
localId |
Local ID. |
To obtain the value, run the "show hyper_metro_pair general" command. |
opcode |
Operation code. |
Any valid operation code. |
Views
Diagnostic view
Usage Guidelines
None
Example
Query trace information.
admin:/diagnose>rep showtrace 632 0 0 0
Flow Name: OPCODE_CREATE
General Info:
------ ------------------ ---------- ----------- -------
PairId 0x0 SucCnt 1 FailCnt 0 RuningStatus success
Detail Info:
Id Start Time cmd Name
-- -------------------- ------------------------
00 2015-08-04/03:36:36 UTC REPHC_OPCODE_START_BGR REPHC_ACTION_COMMON_LOG_COM
01 2015-08-04/03:36:36 UTC REPHC_OPCODE_START_BGR REPHC_ACTION_CRTPRE_INDEX_COM
02 2015-08-04/03:36:36 UTC REPHC_OPCODE_START_BGR REPHC_ACTION_CRTPRE_CREATE_PAIR
03 2015-08-04/03:36:36 UTC REPHC_OPCODE_START_BGR REPHC_ACTION_CRTPRE_CREATE_DB
04 2015-08-04/03:36:36 UTC REPHC_OPCODE_START_BGR REPHC_ACTION_CRTPRE_CREATE_PAIR_RUN
05 2015-08-04/03:36:36 UTC REPHC_OPCODE_START_BGR REPHC_ACTION_ADD_ARB_TO_DOMAIN
06 2015-08-04/03:36:36 UTC REPHC_OPCODE_START_BGR REPHC_ACTION_COMMON_DEL_DSLOG
07 2015-08-04/03:36:36 UTC REPHC_OPCODE_START_BGR REPHC_ACTION_TASK_OVER
admin:/diagnose>
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
Flow Name |
Process name. |
General Info |
General information. |
PairId |
HyperMetro ID. |
SucCnt |
Success count. |
FailCnt |
Failure count. |
RuningStatus |
Running status. |
Detail Info |
Details. |
Id |
ID. |
Start Time |
Start time. |
cmd Name |
Command name. |