optimization « jmx « Java Enterprise Q&A





1. What are some optimization techniques for MySQL table with 300+ million records?    stackoverflow.com

I am looking at storing some JMX data from JVMs on many servers for about 90 days. This data would be statistics like heap size and thread count. This ...

2. Is there a remote profiler for Java? (that uses JMX preferably)    stackoverflow.com

I am trying to pin down a memory leak problem for my standalone Java program that runs on unix. I have the port and params setup such that I can connect ...