Re: Buildfarm feature request: some way to track/classify failures

From: Arturo Perez <aperez(at)hayesinc(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Buildfarm feature request: some way to track/classify failures
Date: 2007-03-20 15:02:30
Message-ID: E8C4897F-3A42-4769-8ABF-DF57BC066F71@hayesinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I don't know if this has come up yet but....

In terms of tagging errors we might be able to use some machine
learning techniques.

There are NLP/learning systems that interpret logs. They learn over
time what is normal and what isn't and can flag things that are
abnormal.

For example, people are using support vector machines (SVM) analysis
on log files to do intrusion detection. Here's a link for intrusion
detection called Robust Anomaly Detection Using Support Vector
Machines http://wwwcsif.cs.ucdavis.edu/~liaoy/research/
RSVM_Anomaly_journal.pdf

This paper from IBM gives some more background information on how
such a thing might work. http://www.research.ibm.com/journal/sj/413/
johnson.html

I have previously used an open source toolkit from CMU called rainbow
to do these types of analysis.

-arturo

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-03-20 15:23:11 Re: Stats processor not restarting
Previous Message Magnus Hagander 2007-03-20 14:50:33 Re: Stats processor not restarting