File: control

package info (click to toggle)
logtools 0.13e
  • links: PTS
  • area: main
  • in suites: buster
  • size: 316 kB
  • ctags: 135
  • sloc: cpp: 1,108; sh: 116; makefile: 76
file content (22 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: logtools
Section: admin
Priority: optional
Maintainer: Russell Coker <russell@coker.com.au>
Standards-Version: 3.1.1
Build-Depends: debhelper (>= 9)

Package: logtools
Architecture: any
Depends: ${shlibs:Depends}
Description: Russell's misc tools for managing log files.
 clfmerge - merge common-log-format web logs in order without sorting (good for
 when you have a gig of logs).
 .
 logprn - like "tail -f" but after a specified time period of inactivity will
 run a program (such as lpr) and pipe the new data to it)
 .
 funnel - pipe one stream of data to several files or processes.
 .
 clfsplit - split CLF format web logs by client IP address.
 .
 clfdomainsplit - split CLF logs by server domain.