-
1. Re: Memory profiling report
jesper.pedersen Jul 28, 2010 2:49 PM (in response to judest)Memory usage requires a JVMTI implementation which is currently a TODO for the 2.x series.
You can use the JBoss Profiler 1.x series to get a memory report.
We are looking for people that wants to help out - so let us know if you want to help out with the JVMTI implementation.
HTH
-
2. Re: Memory profiling report
judest Jul 29, 2010 1:50 AM (in response to jesper.pedersen)Thanks a lot for the reply.
I seem too junior to go for JVM TI. If there's something different I can help with, pls let me know.
-
3. Re: Memory profiling report
jesper.pedersen Jul 29, 2010 10:51 AM (in response to judest)We need people to help out in all areas -- especially with the web UI.
So it is basically a matter of what you find interesting to work on I can provide starting pointers for all areas, so feel free to ask.
-
4. Re: Memory profiling report
judest Jul 29, 2010 12:11 PM (in response to jesper.pedersen)So point me to the lists. It will be a great pleasure for me to help in whatever way I can.
You can e-mail me if you don't intend to paste the links here.
-
5. Re: Memory profiling report
jesper.pedersen Jul 29, 2010 2:54 PM (in response to judest)You can check out the developer guide on how to get the source code from
http://anonsvn.jboss.org/repos/jbossprofiler/branches/JBossProfiler2
If you are interested in helping out with the web ui, then do
ant web
The code is located under
src/main/org/jboss/profiler/client/web/ src/main/www/
You can look at the command line client for an example of how the agent should be invoked.
The web ui should basically have the same features as the command line client - so they can probably share a lot of code - the rest is up to the developer
Feel free to start new forum threads about any questions you have with the development.
-
6. Re: Memory profiling report
judest Jul 30, 2010 10:43 AM (in response to jesper.pedersen)I've checked out the project. I'll be looking at it during the weekend (This is GMT+2 ).
Thank you.