使用JavaMelody 1.51在监视屏幕上不显示内存直方图

时间:2014-06-19 10:19:13

标签: profiler java-melody

内存直方图未显示在监视屏幕上。我正在使用websphere 7.0

我不确定我的耳朵是否受到监控。

以下是我的monitoring.xml: -

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:tx="http://www.springframework.org/schema/tx"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
       http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">


    <bean id="facadeMonitoringAdvisor" class="net.bull.javamelody.MonitoringSpringAdvisor">
        <property name="pointcut">
            <bean class="org.springframework.aop.support.JdkRegexpMethodPointcut">
                <property name="pattern" value="com.x.y.*" />
            </bean>
        </property>
    </bean>


    <bean class="org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator"/>

    <bean id="springDataSourceBeanPostProcessor" class="net.bull.javamelody.SpringDataSourceBeanPostProcessor">

    </bean>

</beans>

为什么我们需要这最后两个豆子???以及如何查看内存直方图??

1 个答案:

答案 0 :(得分:0)

spring配置和堆直方图之间没有关系来查看内存中每个类的实例数:你处于错误的轨道上。

但您可能将IBM J9与Websphere一起使用。使用IBM J9时,javamelody不支持堆直方图功能。