Is there something similar to mini-mvc-profiler for Java?

前端 未结 3 1068
梦毁少年i
梦毁少年i 2021-02-07 08:42

Like the title said:

Is there something similar to the mini-mvc-profiler for Java?

I\'m looking for something that can be used in a Struts or Sp

3条回答
  •  滥情空心
    2021-02-07 09:36

    The simplest can be Java Interactive profiler

    Another interesting and effective one is glassbox

    It depends on case to case basis. Sometimes even using a simple performance logging library like per4j works.

提交回复
热议问题