Sha256: 8ef1b6f23ca3d07a5be892a54781e80e4678bd0229028d701558a162b446048f

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 KB

Contents

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">

<Configure id="Server" class="org.eclipse.jetty.server.Server">
  <!-- Create Thread Monitor, and add to the Server as a lifecycle -->
  <Call name="addBean">
    <Arg>
      <New class="org.eclipse.jetty.monitor.ThreadMonitor">
        <Set name="scanInterval">2000</Set>
        <Set name="busyThreshold">90</Set>
        <Set name="stackDepth">3</Set>
        <Set name="trailLength">2</Set>
        <!-- To enable logging CPU utilization for threads above specified threshold, -->
        <!-- uncomment the following lines, changing log interval (in milliseconds)  -->
        <!-- and log threshold (in percent) as desired.                              -->
        <!-- 
        <Set name="logInterval">10000</Arg>
        <Set name="logThreshold">1</Arg>
        -->
        
        <!-- To enable detail dump of the server whenever a thread is detected as spinning, -->
        <!-- uncomment the following lines. -->
        <!--
        <Set name="dumpable"><Ref id="Server"/></Set>
        -->
      </New>
    </Arg>
  </Call>
</Configure>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubyfox-server-2.11.1.0 lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml
rubyfox-server-2.9.2.0 lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml
rubyfox-server-2.9.1.0 lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml
rubyfox-server-2.9.0.0 lib/rubyfox/server/data/lib/jetty/etc/jetty-monitor.xml