-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
risto
committed
Feb 20, 2016
1 parent
b0ff720
commit ed904ca
Showing
3 changed files
with
1,274 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
LogCluster 0.03 | ||
|
||
Introduction | ||
------------ | ||
LogCluster is a clustering tool which mines line patterns from textual event | ||
logs, so that each pattern represents a detected cluster. | ||
LogCluster has been written in Perl and has been tested on Linux, but it | ||
should run on any platform with a recent Perl distribution. It requires | ||
Getopt::Long and Digest::MD5 Perl modules which are included in the standard | ||
Perl installation on Linux. | ||
|
||
Availability and licensing | ||
-------------------------- | ||
LogCluster is available from http://ristov.users.sourceforge.net/logcluster, | ||
and is distributed under the terms of GNU General Public License version 2 | ||
(see the file COPYING). | ||
|
||
Installation | ||
------------ | ||
After unpacking the source tarball, copy the logcluster.pl program to | ||
appropriate directory (e.g., /usr/local/bin). | ||
|
||
Help on usage | ||
------------- | ||
Execute 'logcluster.pl --help' for seeing detailed help on usage and command | ||
line options. | ||
|
||
Author | ||
------ | ||
Risto Vaarandi (ristov at users d0t s0urcef0rge d0t net) |
Oops, something went wrong.