
感觉比 arthas 看起来舒服一些。有哪位能知道的么?

感觉比 arthas 看起来舒服一些。有哪位能知道的么?
1
4kingRAS Oct 30, 2023
这种叫 APM, 几个主流 APM 工具都有这种视图,skywalking zipkin 什么的,你这个图不知道是哪个软件
|
2
icyalala Oct 30, 2023
标题里面的 "链路" 是什么意思
|
3
xiaooloong Oct 30, 2023
pinpoint ?
|
4
bigbigroll OP @4kingRAS 非常感谢!我去学习一下 APM 。
|
5
workingonescape Oct 30, 2023
@icyalala 接口调用从开始到返回整个过程中涉及到的所有方法
|
6
bigbigroll OP @icyalala 通俗点说就是方法的调用链
|
7
suke119 Oct 30, 2023
xrebel
|
8
thofx Oct 30, 2023
@xiaooloong
看样子 好像是 |
9
bigbigroll OP @thofx 我感觉更像是 7 楼说的 xrebel 已经在安装验证了
|
10
justseemore Oct 30, 2023
链路追踪 具体语言不一样, 自己找下?
|
11
icyalala Oct 30, 2023
@bigbigroll @workingonescape 所以说是 Call stack ?那不是调用栈吗。。
|
12
gjf Oct 30, 2023 |
13
HarryHook Oct 30, 2023
|
14
hijoker Oct 30, 2023
就是链路追踪
|
15
des Oct 30, 2023 via iPhone
skywalking 也可以瞅瞅
|
16
tedzhou1221 Oct 31, 2023
xrebel , 好奇这么好用的工具,我都用了几年了。 发现身边的人没几个知道这工具。。。
|
17
IBN5100 Oct 31, 2023
一眼 xrebel
|
18
cvbnt Oct 31, 2023 via Android
xrebel 试了下,感觉内存占用很大,使用姿势不对?
|
19
wsszh Oct 31, 2023
可以了解下非侵入的链路追踪,个人觉得有两个国产开源项目做的不错,deepflow 和 kindling
|
20
ShuangChenyue Oct 31, 2023
Xrebel 不知道是不是我用的姿势不对
在 SpringBoot3.0 以上会报错.2.7 就没问题 ``` 2023-10-31 16:08:50.453 XRebel: ERROR Class 'org.apache.catalina.connector.Response' could not be processed by com.zeroturnaround.xrebel.reqint.http.XrHttpServletResponseCBP@null: com.zeroturnaround.xrebel.bundled.javassist.NotFoundException: setStatus(..) is not found in org.apache.catalina.connector.Response ``` |