We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.2.0
CPU占用异常高
当日志文件中出现 ^字符时 readbuffer不起作用,导致Linux内核上下文切换频繁
样例日志文件如下: ^[[0;39m^[[31m2022-09-05 23:59:03^[[0;39m ^[[32m[XNIO-2 task-224]^[[0;39m ^[[39mDEBUG^[[0;39m ^[[1;35mc.y.e.m.s.U.selectTie^[[0;39m - ^[[36m==> Preparing: select COUNT(1) from t_tiezi tt where tt.user_id = 7201 and visble = 0$ ^[[0;39m^[[31m2022-09-05 23:59:03^[[0;39m ^[[32m[XNIO-2 task-224]^[[0;39m ^[[39mDEBUG^[[0;39m ^[[1;35mc.y.e.m.s.U.selectTie^[[0;39m - ^[[36m==> Parameters: $ ^[[0;39m^[[31m2022-09-05 23:59:03^[[0;39m ^[[32m[XNIO-2 task-214]^[[0;39m ^[[39mDEBUG^[[0;39m ^[[1;35mc.y.e.m.s.U.selectById^[[0;39m - ^[[36m<== Total: 1$ ^[[0;39m^[[31m2022-09-05 23:59:03^[[0;39m ^[[32m[XNIO-2 task-224]^[[0;39m ^[[39mDEBUG^[[0;39m ^[[1;35mc.y.e.m.s.U.selectTie^[[0;39m - ^[[36m<== Total: 1$
The text was updated successfully, but these errors were encountered:
ethfoo
No branches or pull requests
What version of Loggie?
1.2.0
Expected Behavior
Actual Behavior
CPU占用异常高
Steps to Reproduce the Problem
当日志文件中出现 ^字符时 readbuffer不起作用,导致Linux内核上下文切换频繁
样例日志文件如下:
^[[0;39m^[[31m2022-09-05 23:59:03^[[0;39m ^[[32m[XNIO-2 task-224]^[[0;39m ^[[39mDEBUG^[[0;39m ^[[1;35mc.y.e.m.s.U.selectTie^[[0;39m - ^[[36m==> Preparing: select COUNT(1) from t_tiezi tt where tt.user_id = 7201 and visble = 0$
^[[0;39m^[[31m2022-09-05 23:59:03^[[0;39m ^[[32m[XNIO-2 task-224]^[[0;39m ^[[39mDEBUG^[[0;39m ^[[1;35mc.y.e.m.s.U.selectTie^[[0;39m - ^[[36m==> Parameters: $
^[[0;39m^[[31m2022-09-05 23:59:03^[[0;39m ^[[32m[XNIO-2 task-214]^[[0;39m ^[[39mDEBUG^[[0;39m ^[[1;35mc.y.e.m.s.U.selectById^[[0;39m - ^[[36m<== Total: 1$
^[[0;39m^[[31m2022-09-05 23:59:03^[[0;39m ^[[32m[XNIO-2 task-224]^[[0;39m ^[[39mDEBUG^[[0;39m ^[[1;35mc.y.e.m.s.U.selectTie^[[0;39m - ^[[36m<== Total: 1$
The text was updated successfully, but these errors were encountered: