ko-time/README-EN.md
2022-02-20 00:57:09 +08:00

1.9 KiB
Raw Blame History

KoTime

中文简介/CHINESE

A springboot tool for tracking the paths of the methods,which can help you to find methods's performances easily.

Documents

http://huoyo.gitee.io/ko-time

Features

  • tracking the Java methods and calculating execution time
  • show the paths of the methods

Display

1.calculating the execution times of Java methods

finding the methods that need optimize

输入图片说明

  1. interface methods can be seen as follows

you can see every interface method that were called, and you need optimize them when they are red

输入图片说明

3.calling details after clicking the inteface method,you can find paths of the methods

输入图片说明

Versions

V1.0Basic functions

V1.1The statistics of methods

V1.2Error version

V1.3Log and time threshold

V1.4Add koTime.pointcut

V1.5Remove lombok

V1.6Add thymeleaf

V1.7Fix 'No value present'

V1.8Add the support for Mybatis and some metrics

V1.9--

V2.0.0Add the support for exceptions and data interfaces

V2.0.1Remove freemarker and thymeleaf; Remove 'spring.profiles.active=koTime'; Remove getAllStackTraces(); Remove layui; Optimize configs

V2.0.2Add auth;

V2.0.3Optimize pages

V2.0.4Searching methods

1.This project belongs to Chang Zhang,and Its open source protocol is Apache-2.0

2.You can use it freely but please respect copyright;

3.Please specify the differences if you update codes