[jboss-cvs] jboss-profiler/exsamples/jboss-profiler.aop/META-INF ...
Takuro Okada
t2-okada at nri.co.jp
Tue Dec 12 04:17:36 EST 2006
User: tokada
Date: 06/12/12 04:17:36
Modified: exsamples/jboss-profiler.aop/META-INF Tag:
JBossProfiler_Expansion jboss-aop.xml
Log:
Revision Changes Path
No revision
No revision
1.1.2.4 +16 -22 jboss-profiler/exsamples/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: jboss-aop.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-profiler/exsamples/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- jboss-aop.xml 28 Nov 2006 05:41:14 -0000 1.1.2.3
+++ jboss-aop.xml 12 Dec 2006 09:17:36 -0000 1.1.2.4
@@ -17,6 +17,10 @@
org.jboss.profiler.exp.agent.collector.ExecutionMetricCollectorFactory
</attribute>
<attribute name="Category">Beans</attribute>
+ <!--
+ <attribute name="CollectorPoolSize">100000</attribute>
+ <attribute name="CollectorQueueSize">100000</attribute>
+ -->
</interceptor>
<interceptor name="ConcurrentAopInterceptor"
class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
@@ -27,6 +31,10 @@
org.jboss.profiler.exp.agent.collector.ConcurrentMetricCollectorFactory
</attribute>
<attribute name="Category">Beans</attribute>
+ <!--
+ <attribute name="CollectorPoolSize">100000</attribute>
+ <attribute name="CollectorQueueSize">100000</attribute>
+ -->
</interceptor>
<interceptor name="MemoryAopInterceptor"
class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
@@ -37,6 +45,10 @@
org.jboss.profiler.exp.agent.collector.MemoryMetricCollectorFactory
</attribute>
<attribute name="Category">Beans</attribute>
+ <!--
+ <attribute name="CollectorPoolSize">100000</attribute>
+ <attribute name="CollectorQueueSize">100000</attribute>
+ -->
</interceptor>
</stack>
@@ -49,29 +61,11 @@
org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory
</attribute>
<attribute name="Category">Beans</attribute>
- </interceptor>
-
<!--
- <interceptor name="StackTraceAopInterceptor"
- class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
- scope="PER_VM">
- <attribute name="ProfilerServiceName">jboss.profiler:service=ProfilerService</attribute>
- <attribute name="CollectorFactoryName">
- org.jboss.profiler.exp.agent.collector.StackTraceMetricCollectorFactory
- </attribute>
- <attribute name="Category">Beans</attribute>
- </interceptor>
-
- <interceptor name="PassageAopInterceptor"
- class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
- scope="PER_VM">
- <attribute name="ProfilerServiceName">jboss.profiler:service=ProfilerService</attribute>
- <attribute name="CollectorFactoryName">
- org.jboss.profiler.exp.agent.collector.TimeScaleMetricCollectorFactory
- </attribute>
- <attribute name="Category">Beans</attribute>
- </interceptor>
+ <attribute name="CollectorPoolSize">100000</attribute>
+ <attribute name="CollectorQueueSize">100000</attribute>
-->
+ </interceptor>
<!-- ##### JBoss Profiler : Pointcuts ##### -->
More information about the jboss-cvs-commits
mailing list