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.
arthas/_sources/agent.md.txt

15 lines
520 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

以Java Agent的方式启动
===
通常Arthas是以动态attach的方式来诊断应用但从`3.2.0`版本起Arthas支持直接以 java agent的方式启动。
比如下载全量的arthas zip包解压之后以 `-javaagent` 的参数指定`arthas-agent.jar`来启动:
```
java -javaagent:/tmp/test/arthas-agent.jar -jar arthas-demo.jar
```
默认的配置项在解压目录里的`arthas.properties`文件里。
参考: https://docs.oracle.com/javase/8/docs/api/java/lang/instrument/package-summary.html