Tagged Questions

7
votes
7answers
2k views

Get last n lines of a file with Python, similar to tail

I'm writing a log file viewer for a web application and for that I want to paginate through the lines of the log file. The items in the file are line based with the newest item on the bottom. So I …
3
votes
0answers
108 views

What’s faster than notepad for viewing large text files? [closed]

When I want to view a large log file or other text file, opening it in Windows' notepad takes forever, yet I find myself doing it all the time. Is there a better (faster at opening, scrolling) …
3
votes
4answers
180 views

IIS Log Files showing Rewritten rather than Original Url

I've got a problem in that changing the way I'm doing Url Rewriting in an Asp.Net application has changed the IIS log files from looking like this: /page/ 80 etc.. /page/anotherpage/ 80 etc... to …
2
votes
4answers
2k views

How can I use bash (grep/sed/etc) to grab a section of a logfile between 2 timestamps?

I have a set of mail logs: mail.log mail.log.0 mail.log.1.gz mail.log.2.gz each of these files contain chronologically sorted lines that begin with timestamps like: May 3 13:21:12 ... How can I …
2
votes
3answers
792 views

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 information logged somewhere? Or do I need to write a script that wakes up every 15 minutes to copy …
2
votes
7answers
258 views

Best approach to collecting log files from remote machines?

I have over 500 machines distributed across a WAN covering three continents. Periodically, I need to collect text files which are on the local hard disk on each blade. Each server is running Windows …
1
vote
3answers
123 views

TempDB Log File Growth Using Global Temp Tables

Hi Everyone, This is really a two prong question. One, I'm experiencing a phenomenon where SQL server consumes a lot of tempDB log file space when using a global temp table while using a local temp …
1
vote
4answers
234 views

Why is Tomcat doubling my log lines in the catalina.out logfile?

Every time I look at Tomcat's catalina.out log file, I see double lines for every log entry. Why is this happening? Has this happen before to any Java (Tomcat) users?
0
votes
2answers
27 views

IIS 6 Logs M.I.A.

I'm trying to find my IIS log files and I seem to be having a problem. First off I've gone into IIS and right clicked on the site in question and selected properties... Under the Web Site tab I have …
0
votes
2answers
168 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
57 views

decode mysqlbinlog in C#

Hi guys, MySQL saves all changes to the database in a binary file called binary log. MySQL provides a decoder called mysqlbinlog to decode these files. I thought if I wanted to parse this log file …
0
votes
2answers
38 views

SQL Server LOG Data recovery

I was wondering how you can recover data from your logfile. I'm using sql 2005 (full backup). The problem is that a service cleared my data last night (which it shouldn't have). and now I want to …
0
votes
1answer
226 views

NginX Log Rotation

I am serving a couple different domains through NginX on the same server and they each log to their own file. I need to set up a script to rotate, and compress these files and add it to cron. I …
0
votes
3answers
81 views

Where store text files ?

Hi ! On many forums, I need to show some log files or any text file in general (configuration, source code,...). Usually this messages are quite long and the post is hard to read if there's several …
0
votes
2answers
196 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 …

1 2 next
15 30 50 per page