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

Takuro Okada t2-okada at nri.co.jp
Tue Oct 31 06:34:54 EST 2006


  User: tokada  
  Date: 06/10/31 06:34:54

  Modified:    java/mbean  Tag: JBossProfiler_Expansion jboss-service.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.3   +3 -0      jboss-profiler/java/mbean/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/mbean/jboss-service.xml,v
  retrieving revision 1.3.2.2
  retrieving revision 1.3.2.3
  diff -u -b -r1.3.2.2 -r1.3.2.3
  --- jboss-service.xml	26 Oct 2006 09:00:04 -0000	1.3.2.2
  +++ jboss-service.xml	31 Oct 2006 11:34:54 -0000	1.3.2.3
  @@ -3,8 +3,11 @@
     
     <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>
  
  
  



More information about the jboss-cvs-commits mailing list