Java/JVM 썸네일형 리스트형 JMX JMX(Java Management eXtension) 정의 자바 가상 머신을 감시, 관리할 수 있는 API JMX Remote AP에서는 리모트 기능이 JMX Specification에 추가되어 있어 어플리케이션, 시스템 및 네트어크를 리모트로 감시 및 관리 할 수 있다. -java management extensions instrument and agent specification(jsr 3) -java management extensons remote API(jsr 160) Managed Bean 리소스 관리 Managed Bean은 코어 관리대상 오브젝트 서버 등록 Managed Bean서버는 관리 에이전트로서 동작 아키텍쳐 -Instrumentation -Agent -Remote Management 더보기 Study1. 1.System.gc()System.gc()메서드는 아래와 같이 정의될 수 있다. public static void gc()Runs the garbage collector.Calling the gc method suggests that the Java Virtual Machine expend effort toward recycling unused objects in order to make the memory they currently occupy available for quick reuse. When control returns from the method call, the Java Virtual Machine has made a best effort to reclaim space from all d.. 더보기 HPjmeter사용법 인터넷에서 HPjmeter.jar를 다운로드 받는다. 1. 임의의 경로에 HPjmeter.jar를 다운받음.2.cmd실행하여 아래와 같이 입력함 더보기 이전 1 다음