Download List

Descripción del Proyecto

The Logfile Navigator, lnav for short, is a curses-based tool for viewing and analyzing log files. The value added by lnav over text viewers or editors is that it takes advantage of any semantic information that can be gleaned from the log file, 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 provide hotkeys for navigating through the file. These features are meant to allow the user to quickly and efficiently focus on problems.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-21 14:10
0.4.0

Soporte para archivos comprimidos con bzip2 se añadió. Archivos de texto que no son reconocidos como los registros se dividen en una vista separada. Una "sesión" de archivos y comandos se han agregado para que pueda ejecutar comandos LNAV en el inicio.
Support for bzip2 compressed files was added. Text files that are not recognized as logs are broken out into a separate view. A "session" file and command have been added so that you can run lnav commands on startup.

2010-04-26 18:01
0.3.0

Ahora puede cambiar entre el resultado SQL vista y la vista de registro, manteniendo la parte superior de los puntos de vista en sincronía con el line_number "columna". El line_number "columna" ya no se incluye en el gráfico la vista de resultados de SQL de barras apiladas. Un "advertencias" conteo fue agregado a la vista de histograma.
You can now switch between the SQL result view and the log view while keeping the top of the views in sync with the "line_number" column. The "line_number" column is no longer included in the SQL result view's stacked bar graph. A "warnings" count was added to the histogram view.

2010-02-24 21:19
0.2.0

Algunos problemas de compilación y una variedad de errores fueron corregidos. La "<" y ">" claves se puede utilizar ahora para hacer la búsqueda a la izquierda y la derecha. Historia Readline se mantiene para las búsquedas y los comandos.
Some build issues and a variety of bugs were fixed. The "<" and ">" keys can now be used for doing searching to the left and right. Readline history is kept for searches and commands.

Project Resources