mirror of
https://gitee.com/huoyo/ko-time.git
synced 2025-12-06 08:48:30 +08:00
update docs
This commit is contained in:
parent
47ccf84f1a
commit
e3203ffb20
20
README-EN.md
20
README-EN.md
@ -7,18 +7,18 @@
|
||||
<img src='https://shields.io/badge/version-2.3.2-green.svg'>
|
||||
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
|
||||
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit-r.svg'>
|
||||
<h4>A springboot tool for tracking the paths of methods,which can help you find method's performances easily.</h4>
|
||||
<ul>
|
||||
<li>Tracking the Java methods and calculating their execution times</li>
|
||||
<li>Show the paths of methods</li>
|
||||
<li>Find exceptions occurred in methods</li>
|
||||
<li>Email you after finding an overtime method</li>
|
||||
<li>Hot update online:you needn't restart it</li>
|
||||
<li>Easy to use:you needn't additional learning costs</li>
|
||||
<li>Enough to add a pom dependency:you needn't additional deployment costs</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h4>A springboot tool for tracking the paths of methods,which can help you find method's performances easily.</h4>
|
||||
|
||||
- [x] Tracking the Java methods and calculating their execution times
|
||||
- [x] Show the paths of methods
|
||||
- [x] Find exceptions occurred in methods
|
||||
- [x] Email you after finding an overtime method
|
||||
- [x] Hot update online:you needn't restart it
|
||||
- [x] Easy to use:you needn't additional learning costs
|
||||
- [x] Enough to add a pom dependency:you needn't additional deployment costs
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
40
README.md
40
README.md
@ -7,30 +7,30 @@
|
||||
<img src='https://shields.io/badge/version-2.3.2-green.svg'>
|
||||
<img src='https://shields.io/badge/author-Chang Zhang-dbab09.svg'>
|
||||
<img src='https://shields.io/badge/dependencies-Spring|aspectjweaver|tomcat|UIKit-r.svg'>
|
||||
<h4>koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
|
||||
<ul>
|
||||
<li>实时监听方法,统计运行时长</li>
|
||||
<li>web展示方法调用链路,瓶颈可视化追踪</li>
|
||||
<li>追踪系统异常,精确定位到方法</li>
|
||||
<li>接口超时邮件通知,无需实时查看</li>
|
||||
<li>线上热更新:无需重启更新代码</li>
|
||||
<li>使用简单,无技术学习成本</li>
|
||||
<li>pom依赖即可,无代码侵入,无多余部署成本</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h4>koTime是一个springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
|
||||
|
||||
- [x] 实时监听方法,统计运行时长
|
||||
- [x] web展示方法调用链路,瓶颈可视化追踪
|
||||
- [x] 追踪系统异常,精确定位到方法
|
||||
- [x] 接口超时邮件通知,无需实时查看
|
||||
- [x] 线上热更新:无需重启更新代码
|
||||
- [x] 使用简单,无技术学习成本
|
||||
- [x] pom依赖即可,无代码侵入,无多余部署成本
|
||||
|
||||
---
|
||||
|
||||
<h4>A springboot tool for tracking the paths of methods,which can help you find method's performances easily.</h4>
|
||||
<ul>
|
||||
<li>Tracking the Java methods and calculating their execution times</li>
|
||||
<li>Show the paths of methods</li>
|
||||
<li>Find exceptions occurred in methods</li>
|
||||
<li>Email you after finding an overtime method</li>
|
||||
<li>Hot update online:you needn't restart it</li>
|
||||
<li>Easy to use:you needn't additional learning costs</li>
|
||||
<li>Enough to add a pom dependency:you needn't additional deployment costs</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
- [x] Tracking the Java methods and calculating their execution times
|
||||
- [x] Show the paths of methods
|
||||
- [x] Find exceptions occurred in methods
|
||||
- [x] Email you after finding an overtime method
|
||||
- [x] Hot update online:you needn't restart it
|
||||
- [x] Easy to use:you needn't additional learning costs
|
||||
- [x] Enough to add a pom dependency:you needn't additional deployment costs
|
||||
|
||||
|
||||
> 无学习成本直接使用,让软件工程师的卓越思维和宝贵时间用于创造
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user