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