Git Product home page Git Product logo

Comments (2)

jbachorik avatar jbachorik commented on June 25, 2024

[author="joachimhskeie", created="Tue, 18 May 2010 20:26:54 +0200"]

Adding comments from Email, along with a diff file.

I have made some changes to the BTrace core to make it possible to get information regarding the individual Memory Pools the JVM uses. I have implemented this feature using Object arrays and format string in a similar fashion to printAggregation.

The BTrace script would then do something like the following to print out a formatted string for each memory pool:

String execStringFormat = strcat("[MemoryPool;", property("btrace.agentname"));
println(getMemoryPoolUsage(strcat(execStringFormat, ";%1$s;%2$d;%3$d;%4$d;%5$d;Memory]")));

I am attaching the diff file for BTrace (My Eclipse reorganized the imports in alphabetical order, feel free to remove this part of the patch if you dont want them sorted that way).

from btrace.

jbachorik avatar jbachorik commented on June 25, 2024

[author="jbachorik", created="Fri, 9 Jul 2010 16:18:58 +0200"]

I've pushed your proposed changes since to save you from adapting to the changes in BTraceUtils which span rather big part of the file.

Fixed http://kenai.com/projects/btrace/sources/hg/revision/323

from btrace.

Related Issues (20)

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.