home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-cocoon-addon-1.4.9-installer.exe / instrumentation.xconf < prev    next >
Encoding:
Extensible Markup Language  |  2004-07-12  |  1.9 KB  |  48 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.   Copyright 1999-2004 The Apache Software Foundation
  4.  
  5.   Licensed under the Apache License, Version 2.0 (the "License");
  6.   you may not use this file except in compliance with the License.
  7.   You may obtain a copy of the License at
  8.  
  9.       http://www.apache.org/licenses/LICENSE-2.0
  10.  
  11.   Unless required by applicable law or agreed to in writing, software
  12.   distributed under the License is distributed on an "AS IS" BASIS,
  13.   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14.   See the License for the specific language governing permissions and
  15.   limitations under the License.
  16. -->
  17.  
  18. <instrument logger="core.instrument">
  19.     <name>Cocoon</name>
  20.     <description>Cocoon Sample Application</description>
  21.     
  22.     <connectors>
  23.         <connector class="altrmi" port="15555"/>
  24.     </connectors>
  25.     
  26.     <state-file interval="60000" use-compact-samples="true">cocoon.sampledata</state-file>
  27.     
  28.     <instrumentables>
  29.         <instrumentable name="instrument-manager" description="Instrument Manager">
  30.             <instrument name="active-thread-count" description="Active Thread Count">
  31.                 <sample type="max" interval="1000" size="600" description="Maximum each second."/>
  32.             </instrument>
  33.             
  34.             <instrument name="total-memory" description="Total Memory">
  35.                 <sample type="max" interval="1000" size="600" description="Maximum each second."/>
  36.             </instrument>
  37.             
  38.             <instrument name="free-memory" description="Free Memory">
  39.                 <sample type="min" interval="1000" size="600" description="Minimum each second."/>
  40.             </instrument>
  41.             
  42.             <instrument name="memory" description="In-Use Memory">
  43.                 <sample type="max" interval="1000" size="600" description="Maximum each second."/>
  44.             </instrument>
  45.         </instrumentable>
  46.     </instrumentables>
  47. </instrument>
  48.