数据复制服务 DRS-查询录制回放结果:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
total_count |
Long |
数据总量。 |
shard_statics |
Array of objects |
回放基于时间统计详细信息列表,在type为shard_statistics时返回。 详情请参见表5。 |
slow_sqls |
Array of objects |
慢SQL信息列表,在type为slow_sql时返回。 详情请参见表6。 |
slow_sql_templates |
Array of objects |
慢SQL统计信息列表,在type为slow_sql_template时返回。 详情请参见表7。 |
error_sqls |
Array of objects |
异常SQL信息列表,在type为error_sql时返回。 详情请参见表8。 |
error_sql_templates |
Array of objects |
异常SQL统计信息列表,在type为error_sql_template时返回。 详情请参见表9。 |
replaying_sqls |
Array of objects |
正在回放SQL信息列表,在type为replaying_sql时返回。 详情请参见表10。 |
error_classifications |
Array of objects |
回放异常SQL分类信息,在type为error_classification时返回。 详情请参见表11。 |
参数 |
参数类型 |
描述 |
---|---|---|
time |
String |
回放时间点。 |
total |
Long |
SQL总量。 |
finish |
Long |
SQL执行量。 |
abnormal |
Long |
SQL异常量。 |
slow |
Long |
慢SQL数量。 |
参数 |
参数类型 |
描述 |
---|---|---|
object_type |
String |
SQL语句类型。 |
slow_sql |
String |
SQL语句。 |
old_time |
String |
源库执行耗时。 |
replay_time |
String |
目标库回放执行耗时。 |
参数 |
参数类型 |
描述 |
---|---|---|
sql_template |
String |
SQL语句模板。 |
sql_template_md5 |
String |
SQL语句模板MD5。 |
target_name |
String |
目标库别名。 |
schema_name |
String |
schema名称。 |
query_type |
String |
SQL类型。 |
min_latency |
Long |
SQL执行最小耗时。 |
max_latency |
Long |
SQL执行最大耗时。 |
avg_latency |
Long |
SQL执行平均耗时。 |
total_latency |
Long |
SQL执行总的耗时。 |
target_type |
String |
目标库类型。 |
count |
Long |
SQL数量。 |
参数 |
参数类型 |
描述 |
---|---|---|
object_type |
String |
SQL类型。 |
abnormal_sql |
String |
SQL语句。 |
abnormal_info |
String |
异常原因描述。 |
参数 |
参数类型 |
描述 |
---|---|---|
sql_template |
String |
SQL模板。 |
sql_template_md5 |
String |
SQL模板MD5。 |
target_name |
String |
目标库昵称。 |
schema_name |
String |
schema名称。 |
query_type |
String |
SQL类型。 |
target_type |
String |
目标库类型。 |
count |
Long |
归类的SQL数量。 |
参数 |
参数类型 |
描述 |
---|---|---|
schema_name |
String |
库名或shema名称。 |
sql_statement |
String |
SQL语句。 |
latency |
Integer |
原始执行耗时。 |
execute_latency |
Integer |
回放执行耗时。 |
status |
String |
执行状态。 |
client |
String |
客户端IP。 |
connection_id |
String |
连接ID。 |
replay_start_time |
String |
回放开始时间。 |
参数 |
参数类型 |
描述 |
---|---|---|
target_name |
String |
目标库标识。 |
error_type |
String |
异常SQL分类。 |
error_cnt |
String |
异常SQL数量。 |
error_template_cnt |
String |
异常SQL模板数量。 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码。 最小长度:12 最大长度:12 |
error_msg |
String |
错误描述。 最小长度:1 最大长度:512 |