Data mining logs to locate a bug

Posted by gooli on Stack Overflow See other posts from Stack Overflow or by gooli
Published on 2009-05-25T11:21:27Z Indexed on 2010/06/03 19:24 UTC
Read the original article Hit count: 277

Filed under:
|

I'm working on a data distribution application which receives data from a source and distributes that data to multiple target application. After successfully distributing several messages each second for 8 days, it missed a single message and did not deliver it properly to the clients.

As I was looking at the logs I tried to find something there that was special for the time the miss happend - either in the data, its rate or some other condition but couldn't find anything.

Is there any data mining technique I can use to identify how that specific event differs from other events?

© Stack Overflow or respective owner

Related posts about logging

Related posts about data-mining