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 44e8abc593 Some more sequence matching stuff. 13 years ago
src Some more sequence matching stuff. 13 years ago
test Some more sequence matching stuff. 13 years ago
.gitignore random fixes 15 years ago
INSTALL first commit 15 years ago
LICENSE add license 15 years ago
Makefile.am add license file to dist 15 years ago
Makefile.in a start at doing sequence matching 13 years ago
NEWS checkpoint 14 years ago
README Fix lnav URL 14 years ago
TESTS_ENVIRONMENT.in first commit 15 years ago
aclocal.m4 a start at doing sequence matching 13 years ago
autogen.sh first commit 15 years ago
ax_sqlite3.m4 first commit 15 years ago
config.guess first commit 15 years ago
config.sub first commit 15 years ago
configure a start at doing sequence matching 13 years ago
configure.in cleanup 13 years ago
depcomp first commit 15 years ago
install-sh first commit 15 years ago
lnav.cfg first commit 15 years ago
lnav.m4 clean up some auto conf and add an strace test 15 years ago
missing first commit 15 years ago
mkinstalldirs first commit 15 years ago

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://tstack.github.com/lnav/