Is there a tool that is able to collect and count (Java) stacktraces in a large logfile, such that you get an overview which errors occur most often?
问问题
279 次
3 回答
3
我不知道有任何自动工具,但logmx会为您提供带有搜索选项的日志文件的清晰概览。
于 2012-03-03T08:12:12.537 回答
1
This probably isn't the best answer but I am going to try to answer the spirit of your question. You should try Dynatrace. It's not free and it doesn't work with log files per say but it can get you very detail reports of what types of exceptions are thrown from where and when on top of a lot of other info.
于 2012-01-27T18:56:43.933 回答
1
于 2012-01-27T19:45:57.980 回答