This content has been marked as final.
Show 4 replies
-
1. Re: Memory monitoring in JBoss
peterj Oct 13, 2009 7:51 PM (in response to libbysharf)Runtime.getRuntime().freeMemory()
-
2. Re: Memory monitoring in JBoss
listener Mar 5, 2011 12:14 PM (in response to peterj)Hi Peter
How should I use this option
Thanks in Advance
Vetri
-
3. Re: Memory monitoring in JBoss
welle Mar 6, 2011 7:58 AM (in response to listener)It's NOT an option. What Peter suggested is Java method to be used by a Java program.
There is a very basic built-in functionality that can provide logg messaged though. Look in "$JBOSS_HOME/server/XXX/deploy/monitoring-service.xml" (Search for "MemoryMonitor")
-
4. Memory monitoring in JBoss
jpiel Mar 9, 2011 4:42 AM (in response to libbysharf)You can use the jconsole.exe from the jdk(in the /bin path). It shows you a detailed overview of a java.exe(for example the jboss service) but not of a single ejb- or web-application. I think that doesn't work in anyway.