在状态输出文件中,增加更新错误、转码错误和扫描错误计数。

This commit is contained in:
zhengchao
2016-10-08 11:40:57 +08:00
parent e51e8f1fe0
commit 2a0c7738e3
4 changed files with 75 additions and 5 deletions

View File

@@ -247,6 +247,8 @@ struct _Maat_table_info_t
};
struct _plugin_table_info *cb_info;
//for stat>>>>>>>>
unsigned long long udpate_err_cnt;
unsigned long long iconv_err_cnt;
int stat_line_id;
mcore_long_t scan_cnt;
mcore_long_t scan_cpu_time; //nano
@@ -360,6 +362,9 @@ struct _Maat_feather_t
mcore_long_t thread_call_cnt;//size indicate by scan_thread_num,
long long total_scan_bytes;
long long total_scan_cnt;
long long update_err_cnt;//sum of the same name variable in each table
long long iconv_err_cnt;//sum of the same name variable in each table
long long scan_err_cnt;
};
struct _maat_garbage_t
{