mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-05 13:47:41 +08:00
ed921432b3
* 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>
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"title": "Arthas sysprop Command",
|
|
"description": "Arthas sysprop Command",
|
|
"difficulty": "master",
|
|
"time": "10-20 minutes",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Arthas demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "sysprop Command",
|
|
"text": "sysprop.md"
|
|
},
|
|
{
|
|
"title": "Check all properties",
|
|
"text": "check-all-properties.md"
|
|
},
|
|
{
|
|
"title": "Check One Single Property",
|
|
"text": "check-one-single-property.md"
|
|
},
|
|
{
|
|
"title": "Auto completion",
|
|
"text": "auto-completion.md"
|
|
},
|
|
{
|
|
"title": "Completion of history commands",
|
|
"text": "completion-of-history-commands.md"
|
|
},
|
|
{
|
|
"title": "Pipeline",
|
|
"text": "pipeline.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "java",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |