提交 bd6c9861 编辑于 作者: openaiops's avatar openaiops
浏览文件

Update README.md

上级 19e181ef
加载中
加载中
加载中
加载中
+1 −1
原始行号 差异行号 差异行
# LogCluster
源代码链接:https://github.com/logpai/logparser
数据/代码github地址:https://github.com/logpai/logparser
[LogCluster](http://ristov.github.io/logcluster/) is a Perl-based tool for log file clustering and mining line patterns from log files. The development of LogCluster was inspired by [SLCT](http://ristov.github.io/slct/), but LogCluster includes a number of novel features and data processing options. 

To provide a common interface for log parsing, we write a Python wrapper around the original [LogCluster source code in Perl](https://github.com/ristov/logcluster) (released under GPL license). This also eases our benchmarking experiments. The implementation has been tested on both Linux and Windows systems. Especially, [Strawberry Perl](http://strawberryperl.com/) was installed to run the Perl program on Windows.