Difference between revisions of "SUNScholar/Optimisations/Java"
Jump to navigation
Jump to search
(Created page with "==Java== Setup custom java environment parameters. See link below. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S08 Perform Java profiling to find memory and...") |
|||
| Line 1: | Line 1: | ||
| + | <center> | ||
| + | '''[[SUNScholar/Optimisations|Back to Optimisations]]''' | ||
| + | </center> | ||
| + | |||
==Java== | ==Java== | ||
Setup custom java environment parameters. See link below. | Setup custom java environment parameters. See link below. | ||
Revision as of 12:50, 27 January 2014
Back to Optimisations
Java
Setup custom java environment parameters. See link below.
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S08
Perform Java profiling to find memory and CPU intensive code.
Information
- http://en.wikipedia.org/wiki/Java_performance
- http://en.wikipedia.org/wiki/VisualVM
- http://en.wikipedia.org/wiki/Java_Development_Kit
- http://en.wikipedia.org/wiki/OpenJDK
Tools
- http://java-source.net/open-source/profilers
- http://www.infoq.com/articles/java-profiling-with-open-source
- http://theholyjava.wordpress.com/2012/02/25/profiling-tomcat-webapp-with-visualvm-and-netbeans-pitfalls
- http://java.dzone.com/articles/pitfalls-experienced-when
- http://docs.oracle.com/javase/6/docs/technotes/guides/visualvm/profiler.html
- http://www.yourkit.com