文件名称:log-walker
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- Jason*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本项目用于对已有的系统日志进行模拟重新生成,如日志格式如下:
2011-11-22|15:33:21|PAY|user555|SUCC
2011-11-22|15:37:30|PAY|user666|SUCC
2011-11-22|15:45:05|PAY|user777|FAIL
本项目会根据如上日志生成的“步调”重新读入日志,并使用个性化定义的Process进行处理,重跑系统日志,根据日志模拟系统已发生的事件-The project has been used to simulate the system log to re-generate, such as the log format is as follows:
2011-11-22 | 15:33:21 | PAY | user555 | SUCC 2011-11-22 | 15:37:30 | PAY | user666 | SUCC 2011-11-22 | 15:45:05 | PAY | user777 | FAIL
this project based on the above log is generated " pace" re-read the log, and use the definition of personalized Process for processing, re-run the system log, log simulation system based on the events that have occurred
2011-11-22|15:33:21|PAY|user555|SUCC
2011-11-22|15:37:30|PAY|user666|SUCC
2011-11-22|15:45:05|PAY|user777|FAIL
本项目会根据如上日志生成的“步调”重新读入日志,并使用个性化定义的Process进行处理,重跑系统日志,根据日志模拟系统已发生的事件-The project has been used to simulate the system log to re-generate, such as the log format is as follows:
2011-11-22 | 15:33:21 | PAY | user555 | SUCC 2011-11-22 | 15:37:30 | PAY | user666 | SUCC 2011-11-22 | 15:45:05 | PAY | user777 | FAIL
this project based on the above log is generated " pace" re-read the log, and use the definition of personalized Process for processing, re-run the system log, log simulation system based on the events that have occurred
(系统自动生成,下载前可以参看下载内容)
下载文件列表
src\main\java\us\mytea\logwalker\LogWalker.java
...\....\....\..\.....\.........\Main.java
...\....\....\..\.....\.........\Processor.java
...\....\....\..\.....\.........\processors\SampleLogProcessor.java
pom.xml
src\main\java\us\mytea\logwalker\processors
...\....\....\..\.....\logwalker
...\....\....\..\mytea
...\....\....\us
...\....\java
...\....\resources
...\test\java
...\....\resources
...\main
...\test
src
...\....\....\..\.....\.........\Main.java
...\....\....\..\.....\.........\Processor.java
...\....\....\..\.....\.........\processors\SampleLogProcessor.java
pom.xml
src\main\java\us\mytea\logwalker\processors
...\....\....\..\.....\logwalker
...\....\....\..\mytea
...\....\....\us
...\....\java
...\....\resources
...\test\java
...\....\resources
...\main
...\test
src