P
Paul Koufalis
Guest
Run "java -fullversion" from a proenv then google for the appropriate -Xx parameters to enable logging to a file. For example, it might be -verbose:gc -Xloggc:c:\temp\.javaheap.log. You'll see what the output looks like then just write a simple script to parse it and generate an alert.
Continue reading...
Continue reading...