mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-08 01:38:26 +08:00
update docs
This commit is contained in:
parent
97a97d7370
commit
0ae9791f15
25
README.md
25
README.md
@ -1,13 +1,12 @@
|
|||||||
# koTime
|
# koTime
|
||||||
|
|
||||||
|
|
||||||
> `V2.0.6`
|
<div >
|
||||||
|
<img src='https://shields.io/badge/version-2.0.6-green.svg'>
|
||||||
|
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
|
||||||
|
<img src='https://shields.io/badge/dependencies-Spring|Java JWT|aspectjweaver|tomcat-r.svg'>
|
||||||
## 介绍
|
<h4>koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
|
||||||
|
</div>
|
||||||
koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈:
|
|
||||||
|
|
||||||
|
|
||||||
## 文档
|
## 文档
|
||||||
@ -15,17 +14,11 @@ koTime是一个springboot项目性能分析工具,通过追踪方法调用链
|
|||||||
http://huoyo.gitee.io/ko-time
|
http://huoyo.gitee.io/ko-time
|
||||||
|
|
||||||
|
|
||||||
优点:
|
特点:
|
||||||
> * 实时监听方法,统计运行时长
|
> * 实时监听方法,统计运行时长
|
||||||
> * web展示方法调用链路,瓶颈可视化追踪
|
> * web展示方法调用链路,瓶颈可视化追踪
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
缺点:
|
|
||||||
> * 由于对项目中每个方法进行监控,在性能层面会有一点影响,建议在开发阶段使用,系统稳定后关闭
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 可视化展示
|
## 可视化展示
|
||||||
|
|
||||||
1.接口调用统计
|
1.接口调用统计
|
||||||
@ -33,14 +26,16 @@ http://huoyo.gitee.io/ko-time
|
|||||||
根据颜色判断需要优化的接口数,红色为待优化,绿色为正常
|
根据颜色判断需要优化的接口数,红色为待优化,绿色为正常
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
2.接口列表总览
|
2.接口列表总览
|
||||||
|
|
||||||
在列表中会显示该接口的运行耗时,如果为绿色则无需优化,如果为红色,需要详细查看问题所在
|
在列表中会显示该接口的运行耗时,如果为绿色则无需优化,如果为红色,需要详细查看问题所在
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
3.调用详情
|
3.调用详情
|
||||||
|
|
||||||
点开接口时,会显示该接口的调用链路以及运行时长
|
点开接口时,会显示该接口的调用链路以及运行时长,红色节点即为需要优化的节点
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user