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

📄 instrumentation.xconf

📁 Hippo CMS是一个以信息为中心的开源内容管理系统。Hippo CMS目标是供中,大型企业来管理其发布在互连网
💻 XCONF
字号:
<?xml version="1.0"?><!--  Licensed to the Apache Software Foundation (ASF) under one or more  contributor license agreements.  See the NOTICE file distributed with  this work for additional information regarding copyright ownership.  The ASF licenses this file to You under the Apache License, Version 2.0  (the "License"); you may not use this file except in compliance with  the License.  You may obtain a copy of the License at      http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software  distributed under the License is distributed on an "AS IS" BASIS,  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the specific language governing permissions and  limitations under the License.--><instrument logger="core.instrument">    <name>Cocoon</name>    <description>Cocoon Sample Application</description>        <connectors>        <connector class="http" port="15555"/>    </connectors>        <state-file interval="60000" use-compact-samples="true">cocoon.sampledata</state-file>        <instrumentables>        <instrumentable name="instrument-manager" description="Instrument Manager">            <instrument name="active-thread-count" description="Active Thread Count">                <sample type="max" interval="1000" size="600" description="Maximum each second."/>            </instrument>                        <instrument name="total-memory" description="Total Memory">                <sample type="max" interval="1000" size="600" description="Maximum each second."/>            </instrument>                        <instrument name="free-memory" description="Free Memory">                <sample type="min" interval="1000" size="600" description="Minimum each second."/>            </instrument>                        <instrument name="memory" description="In-Use Memory">                <sample type="max" interval="1000" size="600" description="Maximum each second."/>            </instrument>        </instrumentable>    </instrumentables></instrument>

⌨️ 快捷键说明

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