arthas/tutorials/katacoda/command-thread-cn/index.json

44 lines
851 B
JSON
Raw Normal View History

2020-07-23 22:32:23 +08:00
{
"title": "Arthas thread命令",
"description": "Arthas thread命令",
"difficulty": "精通者",
"time": "10-20 分钟",
"details": {
"steps": [
{
"title": "Arthas demo",
"text": "arthas-demo.md"
},
{
"title": "启动arthas-boot",
"text": "arthas-boot.md"
},
{
"title": "Thread命令",
"text": "thread.md"
},
{
"title": "cpu占比是如何统计出来的",
"text": "CPU-ratios-calculate.md"
},
{
"title": "Thread用法",
"text": "thread-usage.md"
}
],
"intro": {
"text": "intro.md"
},
"finish": {
"text": "finish.md"
}
},
"environment": {
"uilayout": "terminal"
},
"backend": {
2021-01-13 19:43:12 +08:00
"imageid": "openjdk:15",
2020-07-23 22:32:23 +08:00
"environmentsprotocol": "http"
}
}