[jboss-cvs] jboss-profiler/java/mbean/jboss ...

Takuro Okada t2-okada at nri.co.jp
Fri Feb 16 03:47:15 EST 2007


  User: tokada  
  Date: 07/02/16 03:47:15

  Added:       java/mbean/jboss   Tag: JBossProfiler_Expansion
                        jboss-service.xml collector-config.xml
  Log:
  Move to under directory.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +14 -0     jboss-profiler/java/mbean/jboss/Attic/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: jboss-service.xml
  diff -N jboss-service.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ jboss-service.xml	16 Feb 2007 08:47:15 -0000	1.1.2.1
  @@ -0,0 +1,14 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<server>
  +  
  +  <!-- ##### JBoss Profiler : Agent ##### -->
  +  <mbean code="org.jboss.profiler.exp.agent.DefaultProfilerService"
  +         name="jboss.profiler:service=ProfilerService">
  +    <!-- Writes log file to /log directory of the JBoss AS. -->
  +    <attribute name="PersistorName">org.jboss.profiler.exp.agent.persistor.XmlMetricPersistor</attribute>
  +    <attribute name="Storable">false</attribute>
  +    <!-- A period to persist metrics data. [minutes] -->
  +    <attribute name="PersistentPeriod">60</attribute>
  +  </mbean>
  +
  +</server>
  
  
  
  1.1.2.1   +34 -0     jboss-profiler/java/mbean/jboss/Attic/collector-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: collector-config.xml
  ===================================================================
  RCS file: collector-config.xml
  diff -N collector-config.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ collector-config.xml	16 Feb 2007 08:47:15 -0000	1.1.2.1
  @@ -0,0 +1,34 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<collector-config>
  +  
  +  <!-- ##### JDBC Setting ##### -->
  +  <jdbc>
  +    
  +    <!-- SAMPLE: The implementation mapping set for the JBoss Application Server -->
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrapperDataSource" interface="java.sql.DataSource"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedConnection" interface="java.sql.Connection"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedStatement" interface="java.sql.Statement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedPreparedStatement" interface="java.sql.PreparedStatement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedCallableStatement" interface="java.sql.CallableStatement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedResultSet" interface="java.sql.ResultSet"/>
  +    
  +  </jdbc>
  +  
  +  
  +  <!-- ##### Application Framework Setting ##### -->
  +  <!-- Add the following setting when the profiling application runs on the framework. -->
  +  <framework>
  +    
  +    <!-- SAMPLE: The expression set for the Spring Framework -->
  +    <expression>org.springframework.aop</expression>
  +    <expression>org.springframework.web</expression>
  +    <expression>org.springframework.dao</expression>
  +    <expression>org.springframework.transaction</expression>
  +    <expression>org.springframework.orm</expression>
  +    
  +    <!-- SAMPLE: The expression set for the iBATIS -->
  +    <expression>com.ibatis</expression>
  +    
  +  </framework>
  +  
  +</collector-config>
  
  
  



More information about the jboss-cvs-commits mailing list