We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78144d4 commit d4c1aadCopy full SHA for d4c1aad
README.md
@@ -24,5 +24,10 @@ agent.exclude.class.regex.default=.*EnhancerByCGLIB.*;.*FastClassByCGLIB.*
24
# 记录方法的耗时时是采用nanoTime,还是currentTimeMillis,nanoTime更准确,但是会耗时一些
25
agent.log.nano=true
26
```
27
-
28
+
+## agent日志分析器使用
29
+agent日志分析器是我同事严丽使用SpringBoot+h2数据库开发的分析工具,除了基础功能,对于有sql能力的同学,你可以直接使用[console](http://47.96.150.36:8080/console)登录后,直接写sql进行统计,你可以按自己想要的维度来进行处理。
30
+- JDBC URL: jdbc:h2:mem:~/h2test
31
+- USer Name : sa
32
+- Password : 空
33
+登录后,你就可以尽情的写sql了。
0 commit comments