Go to file
2011-07-20 20:17:15 -07:00
src Some more minor tweaks before release 2011-07-20 20:16:47 -07:00
test Abandon objcopy for including the help text in the executable, use 2011-07-17 09:41:41 -07:00
.gitignore random fixes 2009-09-19 15:34:25 -07:00
aclocal.m4 Abandon objcopy for including the help text in the executable, use 2011-07-17 09:41:41 -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
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 Some more minor tweaks before release 2011-07-20 20:16:47 -07:00
configure.in Some more minor tweaks before release 2011-07-20 20:16:47 -07:00
depcomp first commit 2009-09-13 18:07:32 -07:00
index.html Add a features section and do some cleanup. 2010-12-28 11:02:33 -08:00
INSTALL first commit 2009-09-13 18:07:32 -07:00
install-sh first commit 2009-09-13 18:07:32 -07:00
LICENSE add license 2010-01-16 20:54:22 -08:00
lnav-bottom.png checkpoint 2009-11-10 10:55:02 -08:00
lnav-content.png checkpoint 2009-11-10 10:55:02 -08:00
lnav-entry.png web page updates. 2009-12-31 21:34:54 -08:00
lnav-hist-thumb.png checkpoint 2009-11-10 10:55:02 -08:00
lnav-sql.png web page updates. 2009-12-31 21:34:54 -08:00
lnav-syslog-large-font.png checkpoint 2009-11-10 10:55:02 -08:00
lnav-syslog-thumb.png checkpoint 2009-11-10 10:55:02 -08:00
lnav-top-large.png checkpoint 2009-11-10 10:55:02 -08:00
lnav-top.png checkpoint 2009-11-10 10:55:02 -08:00
lnav.cfg first commit 2009-09-13 18:07:32 -07:00
lnav.m4 clean up some auto conf and add an strace test 2010-01-24 12:25:34 -08:00
Makefile.am add license file to dist 2010-01-16 21:02:58 -08:00
Makefile.in Abandon objcopy for including the help text in the executable, use 2011-07-17 09:41:41 -07:00
missing first commit 2009-09-13 18:07:32 -07:00
mkinstalldirs first commit 2009-09-13 18:07:32 -07:00
NEWS Update the NEWS file for a new release. 2011-07-17 08:16:55 -07:00
README Some more minor tweaks before release 2011-07-20 20:16:47 -07:00
TESTS_ENVIRONMENT.in first commit 2009-09-13 18:07:32 -07:00

LNAV
----

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*


SEE ALSO
--------

Lnav website:

  http://lnav.org