arthas watch命令的-x参数能否支持过滤?因为通常被监控方法入参(bean)嵌套深,实际上只想看入参bean的某个属性值

Created on 12 Apr 2019  ·  4Comments  ·  Source: alibaba/arthas

question-answered

Most helpful comment

params[0].fieldName

All 4 comments

.fieldName 访问

多谢,有没相关示例命令? 我不知道是 watch com.xx.MyClass myMethod "{params.myFieldName}" -x 3
还是 watch com.xx.MyClass myMethod "{params.myBean.myChildBean.myFieldName}" -x 3

params[0].fieldName

多谢

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hengyunabc picture hengyunabc  ·  4Comments

joey-happy picture joey-happy  ·  3Comments

kylixs picture kylixs  ·  4Comments

wenbeicai picture wenbeicai  ·  5Comments

totemofwolf picture totemofwolf  ·  3Comments