add tt command scenario. #847 (#1381)

This commit is contained in:
Hollow Man
2020-08-07 17:42:54 +08:00
committed by GitHub
parent 47c2da4924
commit 19ed2103bb
14 changed files with 562 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
tt
==
[`tt` online tutorial](https://alibaba.github.io/arthas/arthas-tutorials?language=en&id=command-tt)
Check the `parameters`, `return values` and `exceptions` of the methods at different times.
`watch` is a powerful command but due to its feasibility and complexity, it's quite hard to locate the issue effectively.
+2
View File
@@ -1,6 +1,8 @@
tt
===
[`tt`在线教程](https://alibaba.github.io/arthas/arthas-tutorials?language=cn&id=command-tt)
> 方法执行数据的时空隧道,记录下指定方法每次调用的入参和返回信息,并能对这些不同的时间下调用进行观测
`watch` 虽然很方便和灵活,但需要提前想清楚观察表达式的拼写,这对排查问题而言要求太高,因为很多时候我们并不清楚问题出自于何方,只能靠蛛丝马迹进行猜测。