mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 20:28:05 +08:00
20762ef304
* add jvm command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * add jvm scenario doc links. #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> * update to fit the latest situation Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * add examples to use jvm Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * update to fit the 3.3.7 situation Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * update to fit the 3.3.7 Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
35 lines
636 B
JSON
35 lines
636 B
JSON
{
|
|
"title": "Arthas jvm Command",
|
|
"description": "Arthas jvm 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": "jvm Command",
|
|
"text": "jvm.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "java",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |