mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
40 lines
737 B
JSON
40 lines
737 B
JSON
{
|
|
"title": "Arthas jvm 命令",
|
|
"difficulty": "精通者",
|
|
"time": "10-20 分钟",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Arthas demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "启动 arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "jvm 命令",
|
|
"text": "jvm.md"
|
|
},
|
|
{
|
|
"title": "jvm 使用参考",
|
|
"text": "notes-on-column-headers.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"foreground": "foreground.sh",
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "ubuntu",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|