File: control

package info (click to toggle)
syslog-summary 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 80 kB
  • ctags: 22
  • sloc: xml: 219; python: 196; makefile: 45
file content (20 lines) | stat: -rw-r--r-- 792 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: syslog-summary
Maintainer: David Paleino <d.paleino@gmail.com>
Section: admin
Priority: optional
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5)
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/syslog-summary/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/syslog-summary/trunk/?rev=0&sc=0

Package: syslog-summary
Architecture: all
Depends: python
Description: summarize the contents of a syslog log file
 This program summarizes the contents of a log file written by syslog,
 by displaying each unique (except for the time) line once, and also
 the number of times such a line occurs in the input. The lines are
 displayed in the order they occur in the input.
 .
 It is also possible to define some "ignore rules" using regular
 expressions.