# demo-agent **Repository Path**: liran123/demo-agent ## Basic Information - **Project Name**: demo-agent - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-22 - **Last Updated**: 2021-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > Java字节码系列 1:[Java字节码1-Agent简单上手](http://blog.csdn.net/f59130/article/details/78367045) 2: [Java字节码2-instrument初体验](http://blog.csdn.net/f59130/article/details/78481594) 3: [Java字节码3-使用ByteBuddy实现一个Java-Agent](http://blog.csdn.net/f59130/article/details/78494572) 4: [Java字节码4-使用Java-Agent实现一个JVM监控工具](http://blog.csdn.net/f59130/article/details/78733699) 其中模块 `first-agent` 为文章1 的代码,测试代码在其test中。运行时加上 VM options。 其中模块 `first-instrument` 为文章2 的代码,测试代码在其test中。运行时加上 VM options。 其中模块 `first-bytebuddy` 为文章3 的代码,测试代码在其test中。运行时加上 VM options。 其中模块 `first-jvm-hook` 为文章4 的代码,测试代码在其test中。运行时加上 VM options。