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() ).

link|improve this question
feedback

1 Answer

Try this, takes sometime to setup, but once you get it working it works a treat. Pretty basic though, but for finding/sorting will do. Also does the "ignore" bit you mention.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.