Skip to content

Commit

Permalink
增加日志分析工具 h2数据库的使用说明。
Browse files Browse the repository at this point in the history
  • Loading branch information
dingjsh committed Oct 11, 2018
1 parent 78144d4 commit d4c1aad
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ agent.exclude.class.regex.default=.*EnhancerByCGLIB.*;.*FastClassByCGLIB.*
# 记录方法的耗时时是采用nanoTime,还是currentTimeMillis,nanoTime更准确,但是会耗时一些
agent.log.nano=true
```



## agent日志分析器使用
agent日志分析器是我同事严丽使用SpringBoot+h2数据库开发的分析工具,除了基础功能,对于有sql能力的同学,你可以直接使用[console](http://47.96.150.36:8080/console)登录后,直接写sql进行统计,你可以按自己想要的维度来进行处理。
- JDBC URL: jdbc:h2:mem:~/h2test
- USer Name : sa
- Password : 空
登录后,你就可以尽情的写sql了。

0 comments on commit d4c1aad

Please sign in to comment.