Garbage Collection Viewer

from Tools 2008/08/01 00:59
자바의 경우 가비지 컬렉션은 매우 중요한 메키니즘 입니다.
특히나, 자바로 서버를 개발할 경우에는 필히 알고 있어야 되겠죠..
이러한 가비지 컬렉션을 통해서 메모리의 상태를 비주얼 하게 보게 된다면, 서버 모니터링시에 매우 도움이 될 것입니다. 아래는 가비지 컬렉션을 보여주고 있는 툴들입니다.

http://java.sun.com/performance/jvmstat/
http://docs.hp.com/en/5991-6757/ch03s04.html
http://java.sun.com/developer/technicalArticles/Programming/GCPortal/
http://shark.ucsf.edu/gc/viewer/index.html 
http://www.javaperformancetuning.com/tools/gcviewer/index.shtml

'Tools' 카테고리의 다른 글

.jar --> .exe wrapper tools and installers  (0) 2008/08/11
2개 어플리케이션 실행 방지하기..  (0) 2008/08/06
Garbage Collection Viewer  (0) 2008/08/01
java decompiler  (0) 2008/07/24
Sun xVM VirtualBox  (0) 2008/07/09