mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 21:28:10 +08:00
35 lines
700 B
JSON
35 lines
700 B
JSON
{
|
|
"title": "Arthas Find CPU usage Top N threads",
|
|
"description": "Arthas Find CPU usage Top N threads",
|
|
"difficulty": "expert",
|
|
"time": "10 minutes",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Arthas demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "Find CPU usage Top N threads",
|
|
"text": "case-thread.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "openjdk:15",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |