views:

103

answers:

1

I want to monitor my Java Heap Space.

Since i got the infamous Java Heap Space i raised the heap space.

But i want to monitor how the need of space from my Application is.

Additional Info (not sure if it is needed):

-Using Netbeans for creating Webapps with Grails

-Application Server is Glassfish and Tomcat

+2  A: 

Netbeans has a built in profiler that you can run your application with. You can monitor the heap usage and browse the heap to see what objects are using up the space.

Mark
+1 thank you for helping me out. I didnt recognized it...
bastianneu