⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jmx-servlet.xtp

📁 RESIN 3.2 最新源码
💻 XTP
字号:
<document>  <header>    <product>resin</product>    <title>Information Servlet /resin-status </title>    <type>contents</type>    <description>      <p>Resin provides a primitive status servlet      /resin-status.  It's disabled by default to      avoid any security issues.      </p>    </description>  </header>  <body>    <summary/><s1 title="Configure the /resin-status servlet"><example title="resin.xml /resin-status configuration">&lt;resin xmlns="http://caucho.com/ns/resin"       xmlns:resin="http://caucho.com/ns/resin/core"&gt;...&lt;web-app-default&gt;      &lt;servlet-mapping servlet-class='com.caucho.servlets.ResinStatusServlet'&gt;        &lt;url-pattern&gt;/resin-status&lt;/url-pattern&gt;        &lt;init enable="read"/&gt;      &lt;/servlet-mapping&gt;      &lt;security-constraint&gt;        &lt;web-resource-collection url-pattern="/resin-status/*"/&gt;        &lt;ip-constraint&gt;          &lt;allow&gt;127.0.0.1/32&lt;/allow&gt;        &lt;/ip-constraint&gt;      &lt;/security-constraint&gt;&lt;/web-app-default&gt;...</example></s1><s1 title="Interpreting the proxy cache hit ratio"><p>The proxy cache is Resin's internal proxy cache (in Resin Pro).The hit ratio marks what percentage of requests are served out of thecache, i.e. quickly, and which percentage are taking the full time.</p><p>The proxy cache hit ratio is useful for seeing if you can improve yourapplication's performance with better caching.  For example, if you hada news site like www.cnn.com, you should have a high hit rate to makesure you're not overtaxing the database.</p><p>If you have a low value, you might want to look at your heavily usedpages to see if you can cache more.</p></s1></body></document>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -