mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 21:28:10 +08:00
44 lines
845 B
JSON
44 lines
845 B
JSON
{
|
||
"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": {
|
||
"imageid": "java",
|
||
"environmentsprotocol": "http"
|
||
}
|
||
}
|