mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
682 B
JSON
35 lines
682 B
JSON
5 years ago
|
{
|
||
|
"title": "Arthas 执行结果存日志 案例",
|
||
|
"description": "Arthas 执行结果存日志 案例",
|
||
|
"difficulty": "expert",
|
||
|
"time": "10 minutes",
|
||
|
"details": {
|
||
|
"steps": [
|
||
|
{
|
||
|
"title": "Arthas demo",
|
||
|
"text": "arthas-demo.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "Start arthas-boot",
|
||
|
"text": "arthas-boot.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "执行结果存日志",
|
||
|
"text": "save-log.md"
|
||
|
}
|
||
|
],
|
||
|
"intro": {
|
||
|
"text": "intro.md"
|
||
|
},
|
||
|
"finish": {
|
||
|
"text": "finish.md"
|
||
|
}
|
||
|
},
|
||
|
"environment": {
|
||
|
"uilayout": "terminal"
|
||
|
},
|
||
|
"backend": {
|
||
|
"imageid": "java",
|
||
|
"environmentsprotocol": "http"
|
||
|
}
|
||
|
}
|