-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from MinXie1209/dev-jdk1.8
style( jdk1.8兼容):
- Loading branch information
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
# jmx_minxie | ||
A simple JMX agent for monitoring Java applications. | ||
|
||
e.g. for monitoring the number of threads in a Java application. | ||
## 怎么使用? | ||
jmx_agent 提供了assembly打包插件,可通过assembly:assembly 打出一个带依赖的包 | ||
jmx_agent-1.0-SNAPSHOT-jar-with-dependencies.jar | ||
|
||
这个包是一个agent的包,可以通过-javaagent启动 | ||
例如 | ||
> java -jar -javaagent:jmx_agent-1.0-SNAPSHOT-jar-with-dependencies.jar=12345 demo.jar | ||
|
||
## 示例图 | ||
![dashboard](./docs/dashboard01.jpg) | ||
![dashboard](./docs/dashboard02.jpg) | ||
![dashboard](./docs/dashboard03.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters