logtop 0.4.3-1 source package in Ubuntu

Changelog

logtop (0.4.3-1) unstable; urgency=low


  * New Support LDFLAGS in Makefile
  * Bump Standards-Version to 3.9.3
  * Add Vcs-Browser and Vcs-Git fields
  * Fix usless match patterns in debian/copyright
  * Enable hardening build flags
  * New line-by-line output without curses

 -- Julien Palard <email address hidden>  Sun, 20 May 2012 23:02:06 +0200

Upload details

Uploaded by:
Julien Palard
Uploaded to:
Sid
Original maintainer:
Julien Palard
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe admin

Downloads

File Size SHA-256 Checksum
logtop_0.4.3-1.dsc 1.8 KiB ef810b4b2e69a9ce56936e40786dc4e9954b652202dee4736f36d8cbce05c094
logtop_0.4.3.orig.tar.gz 18.7 KiB 285c53db5c936db81c9b0a7937218b0ddfb78b3b70c4190fc6e1d29991759381
logtop_0.4.3-1.debian.tar.gz 3.3 KiB 00d9ced3b305d0fae30608a602bdb917142b738ebd80df95b87f31f725116f3d

Available diffs

No changes file available.

Binary packages built by this source

logtop: real time log line rate analyzer

 logtop is a System Administrator tool to analyze line rate taking log
 file as input. It reads on stdin and print a constantly updated result
 using curses, displaying in columns:
 Line number, count, frequency, and the actual line.
 .
  $ tail -f FILE | logtop
 is the friendly version of:
  $ watch 'tail FILE | sort | uniq -c | sort -gr'

logtop-dbgsym: debug symbols for package logtop

 logtop is a System Administrator tool to analyze line rate taking log
 file as input. It reads on stdin and print a constantly updated result
 using curses, displaying in columns:
 Line number, count, frequency, and the actual line.
 .
  $ tail -f FILE | logtop
 is the friendly version of:
  $ watch 'tail FILE | sort | uniq -c | sort -gr'