ko-time/README-EN.md
2022-06-07 13:31:24 +08:00

2.0 KiB
Raw Blame History

KoTime

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

  • Tracking the Java methods and calculating their execution times
  • Show the paths of the methods

Locations

Gitee

Github

Documents

中文简介/CHINESE

documents

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 was called, and you need optimize them when they are red

输入图片说明

3.Calling details

After clicking a inteface method,you can find paths of the method

输入图片说明

Important Versions

V1.0Basic functions

V1.2Error version

V1.3Log and time threshold

V1.4Add koTime.pointcut

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.7Display routes for Controllers

V2.0.8times for various params combinations

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