Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
libinglong committed Feb 9, 2021
1 parent 4af2e60 commit 32fda96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,16 @@ In this project, I write my own wrapper class, and simply add a plugin with a na
#### How to use

Download the assets from Release.
* [jdk-threadpool-plugin.jar](https://github.com/libinglong/skywalking-threadpool-agent/releases/download/v1.0.0/jdk-threadpool-plugin.jar)

Move this plugin to the "plugins" directory of SkyWalking agent.
* Move this plugin to the "plugins" directory of SkyWalking agent.
![plugin](docs/images/plugin.png)
![plugin](docs/images/sky-plugins.png)

* [skywalking-tool-agent.jar](https://github.com/libinglong/skywalking-threadpool-agent/releases/download/v1.0.0/skywalking-tool-agent.jar)

In jvm options, you should add this agent after the SkyWalking java agent since the wrapper class should be enhanced
* In jvm options, you should add this agent after the SkyWalking java agent since the wrapper class should be enhanced
by SkyWalking java agent. For example,

> java -javaagent:/path/to/skywalking-agent -javaagent:/path/to/tool-agent ...
> java -javaagent:/path/to/skywalking-agent.jar -javaagent:/path/to/skywalking-tool-agent-v1.0.0.jar ...
![agent.png](docs/images/agent.png)



Expand Down
Binary file added docs/images/agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32fda96

Please sign in to comment.