arthas/tutorials/katacoda/case-thread-en/index.json
2021-01-13 19:43:12 +08:00

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"
}
}