JBoss LoggingMonitor Service
----------------------------
--- $Id: readme.txt 34694 2005-08-07 12:33:37Z dimitris $ ----
INTRODUCTION
The JBoss LoggingMonitor service is similar in purpose to the other monitoring
services provided as a part of JBossAS. The JBoss LoggingMonitor service
monitor's the specified attributes of a MBean periodically and logs their value
to the filename specified. This file can then be used for debugging and/or
charting JBoss services information based upon your specific use case(s).
The JBoss LoggingMonitor service graduated succesfully from the
"JBoss World Of MBeans", to the jboss codebase. You can read more
about this here: http://www.jboss.org/wiki/Wiki.jsp?page=JBossWorldOfMBeans.
Additional information about the service maybe found in the JBoss wiki:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossLoggingMonitor
Questions regarding the use of the JBoss LoggingMonitor service should be
directed to the "Management, JMX/JBoss" user forum.
INSTALLATION/USE
Place the ./lib/logging-monitor.jar file in the lib directory of your JBoss server
configuration, and hot-deploy your customized *-service.xml file to your server
configuration's deploy directory. Multiple *-service.xml files can be deployed
simultaneously utilizing this MBean. Examples of various *-service.xml files
can be found in the ./deploy subdirectory.
*-SERVICE.XML FILE FORMAT
The JBoss LoggingMonitor service MBean's configuration file format is the same
as most JBoss MBean services. Its DTD is specified at
http://www.jboss.org/j2ee/dtd/jboss-service_4_0.dtd.
The following is a description of the attributes and their possible values:
Attribute Description
--------- -----------
Filename The name of the file to which monitoring information will be
logged. This attribute can not be set to null or the be
empty.
AppendToFile Whether or not a monitor's log file should have information
appended to it, if it already exists. This attribute is *not*
required, and the default value is "true".
PatternLayout Controls the org.apache.log4j.PatternLayout for logging entries.
The default pattern is "%d %-5p [%c] %m%n".
RolloverPeriod The rollover period for the monitor's log file. Valid values
are MONTH, WEEK, DAY, HALFDAY, HOUR, and MINUTE (case
insensitive). This attribute is *not* required, and the
default value is DAY.
MonitoredObjects The list of objects (MBeans) and their corresponding
attributes to be monitored.
This parameter is specified as a XML fragment as follows:
<configuration>
<monitoredmbean name="[object name]"
logger="[logger name]">
<attribute>[attribute name]</attribute>
<attribute>[attribute name]</attribute>
...
</monitoredmbean>
...
</configuration>
[object name] is the name of the MBean to be monitored.
[logger name] the name of the logger to be used when logging
attribute information.
[attribute name] the name of an attribute to be logged.
As the XML fragment indicates, any number of MBeans can be
monitored, and any number of attributes for a given MBean can
be specified.
MonitorPeriod The frequency with which to log information (in milliseconds).
This attribute must have a non-zero, positive value.
AUTHORS
James Wilson, original code
Dimitris Andreadis, integration into the jboss codebase
car-java
- 粉丝: 76
- 资源: 699
最新资源
- 红树林生态系统检测9-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord、VOC数据集合集.rar
- 奇安信浏览器安装包下载地址
- 太原理工tyut-数据库真题
- 数学建模宝典:30个通用模型精讲与应用指南(学习文档)
- 航空船、车辆、飞机检测4-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- 基于 Selenium 的掘金自动签到、免费抽奖脚本资料齐全+详细文档+高分项目+源码.zip
- 第5章 阶段案例 开发文档.pdf
- 基于 python 的 selenium UI 自动化测试框架,采用 Page Object 设计模式进行二次开发,通过对页面对象和测试代码进行分离,并封装了日
- 基于 Selenium 和 Tkinter 的爬取淘宝商品的Web自动化工具资料齐全+详细文档+高分项目+源码.zip
- 基于 Selenium 爬取招聘岗位信息的基础程序资料齐全+详细文档+高分项目+源码.zip
- 基于 selenium 模拟登录空间QQ 空间爬虫,破解滑动验证码, 抓取好友留言板的所有留言与回复,并生成词图资料齐全+详细文档+高分项目+源码.zip
- 基于 selenium 自动播放b站视频资料齐全+详细文档+高分项目+源码.zip
- 基于 selenium 自动注册apple id的python 脚本资料齐全+详细文档+高分项目+源码.zip
- 基于java的selenium自动化测试框架资料齐全+详细文档+高分项目+源码.zip
- 基于Dagger+Java ScriptEngine+Java Selenium的自动化测试框架资料齐全+详细文档+高分项目+源码.zip
- 基于java的selenium抓取搜狗微信公众号文章资料齐全+详细文档+高分项目+源码.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
- 1
- 2
- 3
- 4
- 5
前往页