You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Tim Stack f8a3e5fd02 Update the url for the home page 13 years ago
src
test
.gitignore
INSTALL
LICENSE
Makefile.am
Makefile.in
NEWS
README
TESTS_ENVIRONMENT.in
aclocal.m4
autogen.sh
ax_sqlite3.m4
config.guess
config.sub
configure
configure.in
depcomp
install-sh
lnav.cfg
lnav.m4
missing
mkinstalldirs

README

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.


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