ffd3218824d7ce09cd19fb9ae4ea5fd7b7090e38
Arthas-guide.md
| ... | ... | @@ -12,14 +12,16 @@ |
| 12 | 12 | <div> |
| 13 | 13 | <h3>常用命令,建议收藏</h3> |
| 14 | 14 | |
| 15 | -**K8s容器终端进入arthas** |
|
| 15 | +1.容器终端进入arthas |
|
| 16 | 16 | ```shell |
| 17 | 17 | cd /opt/arthas/ |
| 18 | 18 | /opt/arthas # java -jar arthas-boot.jar |
| 19 | 19 | 1 |
| 20 | 20 | ``` |
| 21 | -```java |
|
| 22 | 21 | |
| 22 | +2.常用命令 |
|
| 23 | + |
|
| 24 | +```java |
|
| 23 | 25 | |
| 24 | 26 | 1.查看耗时>200ms的方法的参数和返回值 |
| 25 | 27 | watch com.sie.snest.engine.model.property.SelectionProperty convertToRead '{params[0],params[3],returnObj}' '#cost>200' -n 100 -x 3 |