이 기능을 통해 서버에서 실행 중인 다른 기능에 대해 PMI(Performance Monitoring Infrastructure)를 사용 설정할 수 있습니다. 모니터링 데이터는 기존 WebSphere Perf MBean을 통해 액세스하는 표준 MXBeans를 통해 액세스할 수 있습니다.
Performance Monitoring 기능을 사용하려면 server.xml 파일의 featureManager 요소 내에 다음 요소 선언을 추가하십시오.
<feature>monitor-1.0</feature>
Performance Monitoring 기능에 종속된 기능을 개발하는 경우 새 기능에 대한 기능 Manifest 파일의 Subsystem-Content 헤더에 다음 항목을 포함시키십시오.
com.ibm.websphere.appserver.monitor-1.0; type="osgi.subsystem.feature"