Tagged Questions
The logfile-analysis tag has no wiki summary.
12
votes
10answers
2k views
Software for Webserver Log Analysis?
Can I get some recommendations (preferably with some reasons) for good log analysis software for Apache 2.2 access log files?
I have heard of Webalizer and AWStats, but have never really used any of ...
6
votes
3answers
296 views
Logfile analysis in R?
I know there are other tools around like awstats or splunk, but I wonder whether there is some serious (web)server logfile analysis going on in R. I might not be the first thought to do it in R, but ...
5
votes
4answers
6k views
Perfmon File Analysis Tools
I have a bunch of perfmon files that have captured information over a period of time. Whats the best tool to crunch this information? Idealy I'd like to be able to see avg stats per hour for the ...
4
votes
1answer
371 views
What do the square brackets in LaTeX logs mean?
I'm currently working on a parser that reads complete LaTeX logs. Most of the log format is, though weird, easy to figure out, but these square brackets are puzzling me. Here's an example from near ...
3
votes
4answers
211 views
Searching huge log files
Troubleshooting, analyzing & filtering log files is by far one of the most laborious daily jobs. My issue is searching through a log file, which could be well over 4 gigs in size. Simply loading ...
3
votes
3answers
1k views
extracting error information from rails log files
i am developing on 5 different rails projects, plus also refactoring some (moving from older rails versions to 2.3) - what is the best way to extract the error information from the logfiles, so i can ...
3
votes
2answers
1k views
How is MapReduce a good method to analyse http server logs?
I've been looking at MapReduce for a while, and it seems to be a very good way to implement fault-tolerant distributed computing. I read a lot of papers and articles on that topic, installed Hadoop on ...
2
votes
1answer
287 views
How do I create a graph in Zabbix with a calucated field based on the count of log entries?
I have an item setup to monitor fatal errors, and I want to add another item so that it calculates the count of the fatal errors and graphs them.
Using this key:
...
1
vote
2answers
201 views
Is there any “generic log file analyzer/editor”?
I am asking because I am sick of watching tab separated log files everyday like this:
164.56.95.119:18260 24986 2011-03-13 16:10:02.532 -5 JobQueueReceiver JSM 6019 4 ...
1
vote
2answers
112 views
How do I handle large amounts of logfile data for display in dynamic charts?
I have a lot of logfile data that I want to display dynamic graphs from, for basically arbitrary time periods, optionally filtered or aggregated by different columns (that I could pregenerate). I'm ...
0
votes
2answers
28 views
Tool to count stacktraces in a logfile
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?
0
votes
1answer
35 views
DNN Site Traffic
We recently launched a web site developed with DNN.
Analyzing the log files, I see files with .axd extension as resources accessed together with pages. The problem is that I see a heavy traffic on ...
0
votes
3answers
30 views
Regex to match certain lines, except when they have certain words (limited regex vocab available)
I'm using a log tailing app (BareTailPro) that highlights rows which match regular expressions. I currently have the filter set to just error (ignore case on) which returns, for example:
25/07/2011 ...
0
votes
3answers
315 views
Android device's log file
using logcat I can see the log messages generated by my app in the emulator. How can I read/retrieve the same log file but this time from the device the app is running on ? The device is not attached ...
0
votes
1answer
130 views
General Log file viewer
I am looking for a good tool for viewing logfiles of all kinds.
Should be easy to avoid seeing certain lines, perhaps with filters and/or collapsing XML etc.
0
votes
1answer
141 views
Web log file analysis software to measure search crawlers
I need to analyze the search engine crawling going on in my site. Is there a good tool for this? I've tried AWStats and Sawmill. But both of those give me very limited insight into the crawling. I ...
0
votes
1answer
269 views
LogParser query to grab only external IP addresses from IIS logs?
I tried this question over at ServerFault and didn't have any luck, so I thought I'd try here.
I'm working on a public website that is used by both external visitors and internal employees. I'm ...
0
votes
2answers
435 views
How to read log-files over network real fast?
I'm using Delphi 2007 and have an application that read log-files from several places over an internal network and display exceptions. Those directories sometimes contains thousands of log-files. The ...
0
votes
2answers
420 views
Tool to put HTTP log file into database (with defined schema)?
So, I want to put the past year or so of Tomcat Combined Format files into a database. There are zillions and zillions of hits.
(The plan is to run bespoke and ad hoc queries against it, and match ...
-4
votes
2answers
208 views
How can I extract specific data from a log file?
I need some help with parsing strings.
I am getting a list with lines in the following format:
17:24:09.574 SqlProperty - Connecting to database.
17:24:09.604 SqlProperty - Connecting to database.
...