Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: adaptive syslog message parsing

by neosamuri (Friar)
on Jun 07, 2007 at 04:47 UTC ( [id://619733]=note: print w/replies, xml ) Need Help??


in reply to Re: adaptive syslog message parsing
in thread adaptive syslog message parsing

It seems to me the cumulative frequencies of message types(for each server, daemon name combination), would be less useful then the sequence of events.

hash{servers} hash{daemon names} array[$time, message] or $struct->{$server}->{$daemon}->[$message_id] = [$time,$message];

Though for either method it would be nice to send a GD generated graph for each set server/daemon, which can give quick access to needed information.

Replies are listed 'Best First'.
Re^3: adaptive syslog message parsing
by thezip (Vicar) on Jun 07, 2007 at 07:12 UTC

    Yes, these are a nice enhancements, but they are not to the OP's specification which detailed that the statistical frequencies (ie. counts) be stored in the lowest hashes.

    I cannot comment as to which is better since I don't have the bigger picture of the problem.


    Where do you want *them* to go today?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://619733]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-28 15:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found