mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-30 03:07:37 +08:00
fix profiler tutorial
This commit is contained in:
parent
bf0ed8ffaf
commit
6ce53dfbad
@ -5,7 +5,7 @@
|
||||
在新的`Terminal 2`里,下载`arthas-boot.jar`,再用`java -jar`命令启动:
|
||||
|
||||
`wget https://arthas.aliyun.com/arthas-boot.jar
|
||||
java -jar arthas-boot.jar`{{execute T2}}
|
||||
java -jar arthas-boot.jar --target-ip 0.0.0.0`{{execute T2}}
|
||||
|
||||
`arthas-boot`是`Arthas`的启动程序,它启动后,会列出所有的Java进程,用户可以选择需要诊断的目标进程。
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
In the new `Terminal 2`, download `arthas-boot.jar` and start with the `java -jar` command:
|
||||
|
||||
`wget https://arthas.aliyun.com/arthas-boot.jar
|
||||
java -jar arthas-boot.jar`{{execute T2}}
|
||||
java -jar arthas-boot.jar --target-ip 0.0.0.0`{{execute T2}}
|
||||
|
||||
`arthas-boot` is the launcher for `Arthas`. It lists all the Java processes, and the user can select the target process to be diagnosed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user