Spring Web application internal visual monitoring heap space and permgen.
        Posted  
        
            by 
                Veniamin
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Veniamin
        
        
        
        Published on 2012-07-06T21:12:15Z
        Indexed on 
            2012/07/06
            21:15 UTC
        
        
        Read the original article
        Hit count: 293
        
If I have created web application used Spring framework(based on maven), can I include some module/dependency/plugin into my app to monitor Heap space, Permgen, etc.
It whould be greate to get some charts output likes as in VisuaVM.
For example:
http://localhost:8080/monitoring => Including something likes VisualVM
I have found next dependency without link to repo:
<dependency>
   <groupId>com.sun.tools.visualvm</groupId>
   <artifactId>core</artifactId>
   <version>1.3.3</version>
</dependency>
How to use it?
© Stack Overflow or respective owner