Giter Site home page Giter Site logo

cledoux / slct Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 23 KB

My clone of the Simple Logfile Clustering Tool (SLCT). From http://ristov.users.sourceforge.net/slct/

License: GNU General Public License v2.0

C 71.61% Makefile 1.76% Groff 26.63%

slct's Introduction

SLCT version 0.05 - simple logfile clustering tool


Introduction:

SLCT is a tool that was designed to find clusters in logfile(s), so that
each cluster corresponds to a certain line pattern that occurs frequently
enough. The special cluster of outliers contains lines that do not fit
well to any regular cluster.


Availability:

This program is distributed under the terms of GNU General Public License, 
and can be downloaded from http://kodu.neti.ee/~risto/slct/


Release Notes:

Has been tested on Linux and Solaris (compiled with gcc), 
but is likely to compile and work on other platforms as well.


Files in this package:

ChangeLog - change log
COPYING - copy of GNU General Public License
README - this file
slct.1 - SLCT man page
slct.c - SLCT program
slct.spec - SLCT rpm spec file


Installation:

Compile the slct.c file with your favourite compiler, and move the binary
and the man page to appropriate directories. With gcc, the following line
is sufficient for compiling: 

gcc -o slct -O2 slct.c

If you wish to add support for large files over 2GB, compile with the 
following options:

gcc -o slct -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 slct.c


Author: 

Risto Vaarandi (ristov at users d0t s0urcef0rge d0t net)


Acknowledgements:

This work is supported by SEB Eesti Uhispank.

This software uses the fast and efficient string hashing algorithm 
by M.V.Ramakrishna and Justin Zobel.

RPM spec file contributed by Bennett Todd.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.