Hi, On 02.03.2010 10:35, Carsten Ziegeler wrote: > Felix Meschberger wrote: >> Hi all, >> >> As of Java 5, the platform provides a big number of information about >> the memory state for the virtual machine. >> >> I have hacked together a Web Console plugin to display the overall >> memory use as well as usage of the different memory pools. The plugin >> also allows for creating heap dumps and for downloading these heap dumps. >> >> In addition, the plugin ensures, any existing heap dumps are also >> included in the ZIP download of the Configuration Status page. >> >> Finally, the plugin allows for setting a percentage threshold (50-100%) >> of memory usage (Perm Gen and Old Gen). As soon as memory consumption >> crosses the threshold a heap dump is automatically generated (and yes, >> if the threshold is repeatedly crossed, a dump is generated each time >> the threshold is crossed, not just the first time). >> >> The plugin requires a trunk build of the Apache Felix Web Console and is >> available from my whiteboard at [1]. >> >> Enjoy and tell me what you think. >> > Sounds great, +1 > > The only remark I have, shouldn't this be a project in Apache Felix? :) > We already have a web console plugin section there.
Probably makes sense, yes. Regards Felix