Tool to collect stacktraces in server logs

Posted by hstoerr on Server Fault See other posts from Server Fault or by hstoerr
Published on 2010-04-16T15:04:56Z Indexed on 2010/04/16 15:14 UTC
Read the original article Hit count: 150

Filed under:
|
|
|
|

Is there a tool collect and count all different stacktraces in a bunch of server logfiles?

Sometimes you have just too many stacktraces that repeat over and over. So it can be difficult to spot different problems between the stacktraces. So the idea would be to have a tool that looks for stacktraces, compares them and counts them. It would be nice if the tool could ignore minor differences (e.g. $Proxy150.dispatchCalls() versus $Proxy25.dispatchCalls() ).

© Server Fault or respective owner

Related posts about log-files

Related posts about tools