====== Java Profiler ====== * [[java:visualvm|Java VisualVM]] * [[java:performance:flight_recorder|Java Flight Recorder]] ===== HProf ===== * [[http://docs.oracle.com/javase/7/docs/technotes/samples/hprof.html|HProf - A Heap/CPU Profiling Tool]] * [[http://wiki.ex-em.com/index.php/HProf|HProf 한국어 정리]] ===== Profilers ===== * [[http://jiprof.sourceforge.net/|JIP]] [[http://greatkim91.tistory.com/114|JIP 한국어 설명]] * [[http://jensor.sourceforge.net/|Jensor]] * [[http://code.google.com/a/eclipselabs.org/p/jvmmonitor/|JVMMonitor]] : Eclipse에서 JVM CPU/Memory등 살펴보기 * [[http://www.eclipse.org/tptp/|Eclipse TPTP]] [[http://antop.tistory.com/135|TPTP 한국어 설명]] [[http://antop.tistory.com/136|TPTP Remote]] * [[https://www.ej-technologies.com/products/jprofiler/overview.html|JProfiler]] ===== 참고 ===== * [[http://www.infoq.com/presentations/java-profiling|Introduction to Java Profiling]]