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
d794896b46
commit
b3ce98a544
28
README.md
28
README.md
@ -15,26 +15,26 @@
|
||||
|
||||
<h4>A lightweight springboot tool for tracing call graph ,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
|
||||
- ✅ Tracking the Java methods and calculating their execution times
|
||||
- ✅ Show the paths of methods
|
||||
- ✅ Find exceptions occurred in methods
|
||||
- ✅ Email you after finding an overtime method
|
||||
- ✅ Hot update online:you needn't restart it
|
||||
- ✅ Easy to use:you needn't additional learning costs
|
||||
- ✅ Enough to add a pom dependency:you needn't additional deployment costs
|
||||
|
||||
---
|
||||
|
||||
|
||||
<h4>koTime是一个轻量级的springboot项目性能分析工具,通过追踪方法调用链路以及对应的运行时长快速定位性能瓶颈</h4>
|
||||
|
||||
- [x] 实时监听方法,统计运行时长
|
||||
- [x] web展示方法调用链路,瓶颈可视化追踪
|
||||
- [x] 追踪系统异常,精确定位到方法
|
||||
- [x] 接口超时邮件通知,无需实时查看
|
||||
- [x] 线上热更新:无需重启更新代码
|
||||
- [x] 使用简单,无技术学习成本
|
||||
- [x] pom依赖即可,无代码侵入,无多余部署成本
|
||||
- ✅ 实时监听方法,统计运行时长
|
||||
- ✅ web展示方法调用链路,瓶颈可视化追踪
|
||||
- ✅ 追踪系统异常,精确定位到方法
|
||||
- ✅ 接口超时邮件通知,无需实时查看
|
||||
- ✅ 线上热更新:无需重启更新代码
|
||||
- ✅ 使用简单,无技术学习成本
|
||||
- ✅ pom依赖即可,无代码侵入,无多余部署成本
|
||||
|
||||
|
||||
|
||||
|
||||
6
pom.xml
6
pom.xml
@ -25,9 +25,9 @@
|
||||
<properties>
|
||||
<aspecttj.version>1.9.9.1</aspecttj.version>
|
||||
<tomcat.version>9.0.43</tomcat.version>
|
||||
<spring-context.version>5.3.23</spring-context.version>
|
||||
<spring-web.version>5.3.23</spring-web.version>
|
||||
<spring-webmvc.version>5.3.18</spring-webmvc.version>
|
||||
<spring-context.version>6.0.0</spring-context.version>
|
||||
<spring-web.version>6.0.0</spring-web.version>
|
||||
<spring-webmvc.version>6.0.0</spring-webmvc.version>
|
||||
<spring-boot.version>2.7.4</spring-boot.version>
|
||||
<spring-redis.version>2.6.2</spring-redis.version>
|
||||
<spring-mail.version>2.7.3</spring-mail.version>
|
||||
|
||||
@ -250,7 +250,7 @@
|
||||
function loadLatestVersion(){
|
||||
/*get the latest version so that you can update kotime immediately*/
|
||||
$.ajax({
|
||||
url: 'http://www.kotime.cn/common/latestVersion',
|
||||
url: 'http://www.kotime.cn/common/latestVersion?version=2.3.7',
|
||||
type: 'GET',
|
||||
cache: false,
|
||||
dataType: "json",
|
||||
@ -691,9 +691,9 @@
|
||||
<br>
|
||||
<div class="uk-alert-success" uk-alert>
|
||||
<a class="uk-alert-close" uk-close></a>
|
||||
<a href="http://www.kotime.cn/#doc?version=v2.3.2">Technical support</a><br>
|
||||
<a href="http://www.kotime.cn/#products?version=v2.3.2">KoTime Pro</a><br>
|
||||
<a href="http://www.kotime.cn/person?version=v2.3.2">Local plugin</a></div>
|
||||
<a href="http://www.kotime.cn/#doc?version=v2.3.7">Technical support</a><br>
|
||||
<a href="http://www.kotime.cn/#products?version=v2.3.7">KoTime Pro</a><br>
|
||||
<a href="http://www.kotime.cn/person?version=v2.3.7">Local plugin</a></div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
@ -417,7 +417,7 @@
|
||||
|
||||
function loadLatestVersion(){
|
||||
$.ajax({
|
||||
url: 'http://www.kotime.cn/common/latestVersion',
|
||||
url: 'http://www.kotime.cn/common/latestVersion?version=2.3.7',
|
||||
type: 'GET',
|
||||
cache: false,
|
||||
dataType: "json",
|
||||
@ -682,9 +682,9 @@
|
||||
<br>
|
||||
<div class="uk-alert-success" uk-alert>
|
||||
<a class="uk-alert-close" uk-close></a>
|
||||
<a href="http://www.kotime.cn/#doc?version=v2.3.2">技术支持</a><br>
|
||||
<a href="http://www.kotime.cn/#products?version=v2.3.2">升级专业版</a><br>
|
||||
<a href="http://www.kotime.cn/person?version=v2.3.2">本地化插件</a>
|
||||
<a href="http://www.kotime.cn/#doc?version=v2.3.7">技术支持</a><br>
|
||||
<a href="http://www.kotime.cn/#products?version=v2.3.7">升级专业版</a><br>
|
||||
<a href="http://www.kotime.cn/person?version=v2.3.7">本地化插件</a>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user