Log Tools
Table of Contents
The Logtools package contains a number of programs for managing log files (mainly for web servers).
- clfmerge will merge a number of Common Logfile Format web log files into a single file while also re-ordering them in a sliding window to cope with web servers that generate log entries with the start-time of the request and write them in order of completion.
- logprn operates like tail -f but will (after a specified period of inactivity) spawn a process and write the new data in the log file
to it’s standard input. - clfsplit will split up a single CLF format web log into a number of files based on the client’s IP address.
- funnel will write it’s standard-input to a number of files or processes.
- clfdomainsplit split a CLF format web log containing fully qualified URLs (including the host name) into separate files, one for each host.
Download:
- logtools-0.13e.tgz – made it compile with the latest STL, and made it not default to “verbose” mode.
- logtools-0.13d.tgz – made it compile with GCC 4.3.
- logtools-0.13c.tgz – minor documentation improvements and made it compile with recent GCC.
- logtools-0.13a.tgz – made clfdomainsplit work correctly with URLs that specify the port.
- logtools-0.13.tgz – compiles with GCC 3.x.
- logtools-0.12b.tgz – minor improvement to man pages.
- logtools-0.12a.tgz
- logtools-0.11.tgz
- logtools-0.10.tgz
- logtools-0.08.tgz
- logtools-0.07.tgz
- logtools-0.06.tgz
- logtools-0.05.tgz
No related posts.
Archives
- December 2025
- October 2025
- September 2025
- May 2024
- September 2023
- October 2022
- August 2022
- February 2022
- January 2022
- August 2021
- September 2020
- May 2020
- November 2019
- January 2019
- July 2017
- April 2016
- March 2015
- January 2015
- July 2014
- October 2012
- August 2012
- February 2012
- August 2011
- January 2011
- June 2010
- May 2010
- April 2010
- October 2009
- January 2009
- December 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2008
- December 2007
- November 2007
Calendar
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 | 31 | |||||
Leave a Reply
You must be logged in to post a comment.