Giter Club home page Giter Club logo

jvm_agent_demo's Introduction

#JAVA AGENT DEMO
##Instrumentation
run:
1.创建MySizeOf工具类
2.META-INF/MANIFEST.MF添加Premain-Class: MySizeOf属性
3.将MySizeOf类打成JAR包
4.使用MySizeOf编写监控类T7、TestSize
5.将MySizeOf的JAR包导入到监控类的classpath中进行编译
javac -classpath JVMObjectSize.jar TestSize.java
6.通过-javaagent命令运行java监控类
java -javaagent:JVMObjectSize.jar TestSize

run result:
一个Interger对象大小为:16
一个String对象大小为:24
一个String对象大小(关闭指针压缩)为:48
一个char对象大小为:24
一个ArrayList对象大小为:24
一个Object对象大小为:16
一个Long对象大小为:24

##JOL
官方的例子。做了点翻译。
基本操作就那么几个。
com.hyr.jol.demo.*

jvm_agent_demo's People

Contributors

huangyueranbbc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

linkypi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.