mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
* add sysprop command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix links Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * switch to use arthas-demo Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
12 lines
201 B
Markdown
12 lines
201 B
Markdown
|
|
Arthas supports some simple commands after the pipeline, such as:
|
|
|
|
`sysprop | grep java`{{execute T2}}
|
|
|
|
`sysprop | wc -l`{{execute T2}}
|
|
|
|
|
|
## filtered by `grep`
|
|
|
|
`sysprop | grep user`{{execute T2}}
|