mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 04:08:34 +08:00
36 lines
653 B
JSON
36 lines
653 B
JSON
{
|
|
"title": "Arthas stack命令",
|
|
"description": "Arthas stack命令",
|
|
"difficulty": "精通者",
|
|
"time": "10-20 分钟",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "启动arthas demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "启动arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "stack命令",
|
|
"text": "stack.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "openjdk:15",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|