Top "Logfiles" questions

A log file is a file that contains a list of events, which have been "logged" by a computer.

Read the log file (*.LDF) in SQL Server 2008

I'm searching for a way to read the SQL Server 2008 log file, not to show the information, but to read …

sql sql-server-2008 logfiles
How do I use Nagios to monitor a log file

We are using Nagios to monitor our network with great success. However, we have a syslog for critical application errors …

logfiles nagios
Shellscript to monitor a log file if keyword triggers then execute a command?

Is there a cheap way to monitor a log file like tail -f log.txt, then if something like [error] …

linux logfiles shell
Linux display average CPU load for last week

On a Linux box, I need to display the average CPU utilisation per hour for the last week. Is that …

linux load cpu logfiles
extract last 10 minutes from logfile

Trying to find a simple way for watching for recent events (from less than 10 minutes), I've tried this: awk "/^$(date …

bash date datetime logfiles
How can I view log files in Linux and apply custom filters while viewing?

I need to read through some gigantic log files on a Linux system. There's a lot of clutter in the …

linux filter logfiles
log4j vs. System.out.println - logger advantages?

I'm using log4j for the first time in a project. A fellow programmer told me that using System.out.…

java logging junit timestamp logfiles
Split access.log file by dates using command line tools

I have a Apache access.log file, which is around 35GB in size. Grepping through it is not an option …

bash text logfiles
log_errors_max_len = 1024 in php.ini, but php log keeps growing

As the title says, I've set the max length for the php error log, but it seems to keep growing …

permissions php logfiles maxlength
logstash: multiple logfiles with different pattern

We want to set up a server for logstash for a couple of different project in our company. Now I …

filter logstash kibana logstash-grok logfiles