-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
netwatcher :更改uprobe适配判断、增添redis监控信息 (incomplete) #835
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个文件是运行产生的吗?日志文件不用提交。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是将上次的删掉了 不是这次交的
@@ -617,6 +627,14 @@ static void print_header(enum MonitorMode mode) { | |||
printf("%-20s %-20s %-20s %-20s %-40s %-20s %-20s \n", "Pid", "Tid", | |||
"Comm", "Size", "Sql", "Duration/μs", "Request"); | |||
break; | |||
case MODE_REDIS: | |||
printf("===============================================================" | |||
"====================MYSQL " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里MODE_REDIS 打印又是MYSQL?是不是错了呀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
因为这个功能在测试阶段,这周将它总的改掉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
目前有一点小问题需要解决 其结构为
目前能正确拉取 argc 与argv_len_sum,但不能拉取到argv中的命令名称
其结构为