Tagged Questions

7
votes
11answers
615 views

What is the best log analysis tool that you used?

I'm starting to work on an existing project that has very verbose logging and the logs are a real pain to go through. Have you guys ever used any tools for log analysis/parsing? Can you recommend me …
4
votes
4answers
410 views

Is writing server log files to a database a good idea?

After reading an article about the subject from O'Reilly, I wanted to ask Stack Overflow for their thoughts on the matter.
1
vote
3answers
52 views

What’s the simplest way to count the number of requests to /foo/ that Apache has served?

I'm looking to retroactively parse the logs and count the number of /foo/* requests that have occurred to have a baseline benchmark for a new feature that we're pushing. A simple command line script …
1
vote
5answers
464 views

Proper disposal of SharePoint objects?

I hope there's a SharePoint expert here on SO who can help with this. Here's the problem. My SharePoint logs contain this line, several times: An SPRequest object was not disposed before the end of …
1
vote
1answer
183 views

Web Log analysis in Java

Hello all, How to read a web server log file in Java. This file is getting updated all the time. If I open a new FileInputStream, will it read the log real time? Regards
0
votes
0answers
36 views

Do you know Apache log analyzer that can handle URL parameters?

Hey! I run a perl script that accepts several arguments through url query parameters. http://example.com/cgi-bin/script.pl?user_id=12345&clent_version=5 The parameters are the following …
0
votes
0answers
321 views

Which is best Postfix Log analyzer?

Which is best Postfix Log analyzer? We are looking for good log analyzer for postfix. We need to analyze the following How many mails queued ? How many mails not delivered ? Why mails are not …