arthas/tutorials/katacoda/command-profiler-cn/index.json
2021-01-13 19:43:12 +08:00

42 lines
788 B
JSON

{
"title": "Arthas profiler命令",
"description": "Arthas profiler命令",
"difficulty": "精通者",
"time": "10-20 分钟",
"details": {
"steps": [
{
"title": "启动arthas demo",
"text": "arthas-demo.md"
},
{
"title": "启动arthas-boot",
"text": "arthas-boot.md"
},
{
"title": "profiler命令",
"text": "profiler.md"
}
],
"intro": {
"text": "intro.md"
},
"finish": {
"text": "finish.md"
}
},
"environment": {
"uilayout": "terminal",
"showdashboard": true,
"dashboards": [
{
"name": "Web Port 8563",
"port": 8563
}
]
},
"backend": {
"imageid": "openjdk:15",
"environmentsprotocol": "http"
}
}