'JMX'에 해당되는 글 2건

  1. 2009.04.29 JMX reference
  2. 2009.03.28 JMX 에서 standardbean 사용 관련 Tip

JMX reference

java core 2009. 4. 29. 21:07

http://java.sun.com/docs/books/tutorial/jmx/
http://java.sun.com/javase/6/docs/technotes/guides/management/agent.html#gdjou
http://java.sun.com/javase/6/docs/technotes/guides/management/mxbeans.html
http://java.sun.com/j2se/1.5.0/docs/guide/jmx/index.html
http://blog.naver.com/PostView.nhn?blogId=pecman&logNo=110015624171
http://www.ibm.com/developerworks/library/j-rtm1/index.html
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_JCP-Site/en_US/-/USD/ViewFilteredProducts-SimpleBundleDownload
http://lemonfish.egloos.com/4253102
http://www.chicdesign.co.kr/java/JMX/overview/appendixA.htm#wp1002189
http://chanwook.tistory.com/575
http://link.allblog.net/1228782/http://hanjava.net/call-151/2006/08/21/java%EB%A1%9C-physical-memory-%ED%81%AC%EA%B8%B0-%EC%95%8C%EC%95%84%EB%82%B4%EA%B8%B0/
http://link.allblog.net/14933961/http://judy98.tistory.com/entry/Creating-a-Custom-JMX-Client
http://link.allblog.net/15921220/http://adeveloper.tistory.com/107
http://link.allblog.net/12312721/http://bcho.tistory.com/entry/WebLogic%EC%97%90%EC%84%9C-Inflight-Transaction%EC%A7%84%ED%96%89%EC%A4%91%EC%9D%B8-%ED%8A%B8%EB%A0%8C%EC%A0%9D%EC%85%98-%EC%83%81%ED%83%9C-%EB%AA%A8%EB%8B%88%ED%84%B0%EB%A7%81-%ED%95%98%EA%B8%B0
http://weblogs.java.net/blog/emcmanus/archive/2007/05/making_a_jmx_co_1.html
http://weblogs.java.net/blog/emcmanus/
http://marxsoftware.blogspot.com/2008/08/remote-jmx-connectors-and-adapters.html
http://weblogs.java.net/blog/emcmanus/archive/performance/index.html
http://blogs.sun.com/jmxnetbeans/
http://forums.sun.com/forum.jspa?forumID=537
http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp

MXBEAN
http://weblogs.java.net/blog/emcmanus/archive/2006/02/what_is_an_mxbe.html
http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/
http://weblogs.java.net/blog/emcmanus/archive/2006/11/a_real_example.html
http://blogs.sun.com/jmxetc/entry/how_to_retrieve_remote_jvm
http://blogs.sun.com/joel/entry/easily_modifying_and_rebuilding_jmx

'java core' 카테고리의 다른 글

How to get object size in java.  (0) 2009.05.29
How to get List comparator using Comparator class.  (0) 2009.05.13
Effective Java Reload  (0) 2009.04.29
Rounding(Scaling) x postion of decimal point  (0) 2009.04.29
How to get cpu usage in java.  (0) 2009.04.29
Posted by '김용환'
,
Standard mbean을 만들기 위해서는 inteface로 먼저 MBean을 만들고, 그 구현체에서 interface를 상속하고 구현을 하도록 가이드가 되어 있다.

'java core' 카테고리의 다른 글

addShutdownHook() of Runtime class  (0) 2009.04.17
JDK7에 clossloader의 close 메소드가 생기다니.  (0) 2009.04.09
JMX를 통해서 cpu 정보 구하기  (0) 2009.03.25
Java Memory 이야기  (0) 2009.03.25
svn과 연동 (svnkit)  (0) 2009.03.25
Posted by '김용환'
,