| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
新增open和timeout速率统计,暂时关闭offload统计
|
|
|
|
|
|
修复work_thread_id返回值恒为-1的bug
|
|
1、get_current_worker_thread_id
2、get_streaminfo_from_rawpkt
|
|
|
|
|
|
|
|
|
|
1、统计包处理延迟,在未开启histogram_enabled时,使用自带的ms计时器判断,精度为ms,仅在开启histogram_enabled后启用clock_gettime使用ns精度计时器
2、移除toml中的enabled_log_level设置,使用MESA_handle_runtime_log_level_enabled接口实时判断当前的log_level
|
|
修复-c参数申请的内存,退出时未释放的bug
|
|
修复获取状态值后未增加break,可能导致值出错的bug
|
|
初始化拆分成init和start两步,便于插件初始化时注册字段
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|