add tutorials common-resources. #847
@@ -13,4 +13,4 @@ java -jar arthas-boot.jar --target-ip 0.0.0.0`{{execute T2}}
|
||||
|
||||
Attach成功之后,会打印Arthas LOGO。输入 `help`{{execute T2}} 可以获取到更多的帮助信息。
|
||||
|
||||

|
||||

|
||||
|
||||
|
Before Width: | Height: | Size: 24 KiB |
@@ -9,4 +9,4 @@
|
||||
|
||||
欢迎关注公众号,获取Arthas项目的信息,源码分析,案例实践。
|
||||
|
||||

|
||||

|
||||
@@ -85,14 +85,6 @@
|
||||
},
|
||||
"finish": {
|
||||
"text": "finish.md"
|
||||
},
|
||||
"assets": {
|
||||
"host01": [
|
||||
{
|
||||
"file": "arthas-boot.png",
|
||||
"target": "/tmp/arthas-boot.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"environment": {
|
||||
|
||||
@@ -11,4 +11,4 @@ java -jar demo-arthas-spring-boot.jar`{{execute T1}}
|
||||
|
||||
启动之后,可以访问80端口: https://[[HOST_SUBDOMAIN]]-80-[[KATACODA_HOST]].environments.katacoda.com
|
||||
|
||||

|
||||

|
||||
@@ -14,6 +14,6 @@ http://[[HOST_SUBDOMAIN]]-8563-[[KATACODA_HOST]].environments.katacoda.com/?ip=[
|
||||
|
||||
当在本地启动时,可以访问 http://127.0.0.1:8563/ ,通过浏览器来使用Arthas。
|
||||
|
||||

|
||||

|
||||
|
||||
推荐通过“快速入门”来体验: https://alibaba.github.io/arthas/quick-start.html
|
||||
@@ -13,4 +13,4 @@ Select the first process, type `1`{{execute T2}} ,then type `Enter`:
|
||||
|
||||
After the Attach is successful, Arthas LOGO is printed. Enter `help`{{execute T2}} for more help.
|
||||
|
||||

|
||||

|
||||
|
||||
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 49 KiB |
@@ -85,14 +85,6 @@
|
||||
},
|
||||
"finish": {
|
||||
"text": "finish.md"
|
||||
},
|
||||
"assets": {
|
||||
"host01": [
|
||||
{
|
||||
"file": "arthas-boot.png",
|
||||
"target": "/tmp/arthas-boot.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"environment": {
|
||||
|
||||
@@ -11,4 +11,4 @@ java -jar demo-arthas-spring-boot.jar`{{execute T1}}
|
||||
|
||||
After booting, access port 80: https://[[HOST_SUBDOMAIN]]-80-[[KATACODA_HOST]].environments.katacoda.com
|
||||
|
||||

|
||||

|
||||
@@ -14,7 +14,7 @@ http://[[HOST_SUBDOMAIN]]-8563-[[KATACODA_HOST]].environments.katacoda.com/?ip=[
|
||||
|
||||
When launching locally, you can access Arthas through a browser by visiting http://127.0.0.1:8563/.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
It is recommended to experience it through "Quick Start": https://alibaba.github.io/arthas/en/quick-start.html
|
||||
@@ -13,4 +13,4 @@ java -jar arthas-boot.jar --target-ip 0.0.0.0`{{execute T2}}
|
||||
|
||||
Attach成功之后,会打印Arthas LOGO。输入 `help`{{execute T2}} 可以获取到更多的帮助信息。
|
||||
|
||||

|
||||

|
||||
|
||||
|
Before Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 38 KiB |
@@ -7,4 +7,4 @@
|
||||
|
||||
欢迎关注公众号,获取Arthas项目的信息,源码分析,案例实践。
|
||||
|
||||

|
||||

|
||||
|
||||
@@ -41,14 +41,6 @@
|
||||
},
|
||||
"finish": {
|
||||
"text": "finish.md"
|
||||
},
|
||||
"assets": {
|
||||
"host01": [
|
||||
{
|
||||
"file": "arthas-boot.png",
|
||||
"target": "/tmp/arthas-boot.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"environment": {
|
||||
|
||||
@@ -12,4 +12,4 @@ Select the first process, type `1`{{execute T2}} ,then type `Enter`:
|
||||
|
||||
After the Attach is successful, Arthas LOGO is printed. Enter `help`{{execute T2}} for more help.
|
||||
|
||||

|
||||

|
||||
|
||||
|
Before Width: | Height: | Size: 38 KiB |
@@ -41,14 +41,6 @@
|
||||
},
|
||||
"finish": {
|
||||
"text": "finish.md"
|
||||
},
|
||||
"assets": {
|
||||
"host01": [
|
||||
{
|
||||
"file": "arthas-boot.png",
|
||||
"target": "/tmp/arthas-boot.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"environment": {
|
||||
|
||||
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
@@ -0,0 +1,10 @@
|
||||
|
||||
通过本教程基本掌握了Arthas的用法。更多高级特性,可以在下面的进阶指南里继续了解。
|
||||
|
||||
* [Arthas进阶](https://alibaba.github.io/arthas/arthas-tutorials?language=cn&id=arthas-advanced)
|
||||
* [Arthas Github](https://github.com/alibaba/arthas)
|
||||
* [Arthas 文档](https://alibaba.github.io/arthas/)
|
||||
|
||||
欢迎关注公众号,获取Arthas项目的信息,源码分析,案例实践。
|
||||
|
||||

|
||||
@@ -0,0 +1 @@
|
||||
本scenario主要用于存放公共资源。
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"title": "common resources",
|
||||
"description": "common resources",
|
||||
"details": {
|
||||
"steps": [
|
||||
{
|
||||
"title": "hello",
|
||||
"text": "hello.md"
|
||||
}
|
||||
],
|
||||
"intro": {
|
||||
"text": "intro.md"
|
||||
},
|
||||
"finish": {
|
||||
"text": "finish.md"
|
||||
}
|
||||
},
|
||||
"environment": {
|
||||
"uilayout": "terminal"
|
||||
},
|
||||
"backend": {
|
||||
"imageid": "java",
|
||||
"environmentsprotocol": "http"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
`Arthas` 是Alibaba开源的Java诊断工具,深受开发者喜爱。在线排查问题,无需重启;动态跟踪Java代码;实时监控JVM状态。
|
||||
|
||||
`Arthas` 支持JDK 6+,支持Linux/Mac/Windows,采用命令行交互模式,同时提供丰富的 `Tab` 自动补全功能,进一步方便进行问题的定位和诊断。
|
||||
|
||||
* Github: https://github.com/alibaba/arthas
|
||||
* 文档: https://alibaba.github.io/arthas/
|
||||