The best Logviewer http://lnav.org/
Go to file
Timothy Stack 5a7d6dab2c [cleanup] uncrustify 2013-06-15 18:07:50 -07:00
src [cleanup] uncrustify 2013-06-15 18:07:50 -07:00
test [hotkey/status] use 9/( as spatial hotkeys and tweak the status lines 2013-06-14 06:49:00 -07:00
.gitignore update .gitignore with automake stuff 2013-05-15 01:06:56 -07:00
.travis.yml [build] fix a typo 2013-04-19 07:06:02 -07:00
AUTHORS [cleanup] little bits of cleanup here and there 2013-05-02 08:29:36 -07:00
INSTALL first commit 2009-09-13 18:07:32 -07:00
LICENSE add license 2010-01-16 20:54:22 -08:00
Makefile.am [cleanup] little bits of cleanup here and there 2013-05-02 08:29:36 -07:00
Makefile.in [logline] cache log line schemas to make subsequent queries faster and other tweaks 2013-06-12 06:59:48 -07:00
NEWS [release] bump to 0.5.1 2013-05-02 23:02:03 -07:00
README Some more minor tweaks before release 2011-07-20 20:16:47 -07:00
README.md [doc] add a markdown readme file 2013-04-09 22:36:08 -07:00
TESTS_ENVIRONMENT.in [test] check_output should show a diff on failure 2013-05-29 10:06:52 -06:00
aclocal.m4 [logline] cache log line schemas to make subsequent queries faster and other tweaks 2013-06-12 06:59:48 -07:00
autogen.sh first commit 2009-09-13 18:07:32 -07:00
ax_sqlite3.m4 first commit 2009-09-13 18:07:32 -07:00
ax_with_curses.m4 [win build] fix curses autoconf stuff 2012-04-17 08:16:41 -07:00
config.guess first commit 2009-09-13 18:07:32 -07:00
config.sub first commit 2009-09-13 18:07:32 -07:00
configure [logline] cache log line schemas to make subsequent queries faster and other tweaks 2013-06-12 06:59:48 -07:00
configure.ac [logline] cache log line schemas to make subsequent queries faster and other tweaks 2013-06-12 06:59:48 -07:00
depcomp first commit 2009-09-13 18:07:32 -07:00
install-sh first commit 2009-09-13 18:07:32 -07:00
lnav.cfg [cleanup] uncrustify 2013-06-15 18:07:50 -07:00
lnav.m4 stuff 2012-05-10 18:10:24 -07:00
missing [build] fix 2013-04-18 23:02:11 -07:00
mkinstalldirs first commit 2009-09-13 18:07:32 -07:00
test-driver [build] add test-driver file 2013-04-24 06:46:45 -07:00

README.md

Build Status

LNAV -- The Logfile Navigator

The log file navigator, lnav, is an enhanced log file viewer that takes advantage of any semantic information that can be gleaned from the files being viewed, such as timestamps and log levels. Using this extra semantic information, lnav can do things like interleaving messages from different files, generate histograms of messages over time, and providing hotkeys for navigating through the file. It is hoped that these features will allow the user to quickly and efficiently zero in on problems.

Prerequisites

Lnav requires the following software packages:

  • libpcre - The Perl Compatible Regular Expression (PCRE) library.
  • sqlite - The SQLite database engine.
  • ncurses - The ncurses text UI library.
  • readline - The readline line editing library.
  • zlib - The zlib compression library.
  • bz2 - The bzip2 compression library.

Installation

Lnav follows the usual GNU style for configuring and installing software:

$ ./configure
$ make
$ sudo make install

Using

The only file installed is the executable, "lnav". You can execute it with no arguments to view the default set of files:

$ lnav

You can view all the syslog messages by running:

$ lnav /var/log/messages*

Screenshot

The following screenshot shows a syslog file. Log lines are displayed with highlights. Errors are red and warnings are yellow.

Screenshot

See Also

The lnav website can be found at:

http://lnav.org