glogg – A smart interactive log explorer

Sponsored Link
glogg is a multi-platform GUI application to browse and search through long or complex log files. It is designed with programmers and system administrators in mind. glogg can be seen as a graphical, interactive combination of grep and less.

Main features

Runs on Unix-like systems, Windows and Mac thanks to Qt
Provides a second window showing the result of the current search
Supports grep/egrep like regular expressions
Colorizes the log and the search results
Displays a context view of where in the log the lines of interest are
Is fast and reads the file directly from disk, without loading it into memory
Follows a log that is written to disk in real time
Supports vim/less like keyboard commands to move around the file
Is open source, released under the GPL

Install glogg on ubuntu

Open the terminal and run the following command

sudo apt-get install glogg

The main window is divided in three parts : the top displays the log file. The bottom part, called the “filtered view”, shows the results of the search. The line separating the two contains the regular expression used as a filter.

Entering a new regular expression, or a simple search term, will update the bottom view, displaying the results of the search. The lines matching the search criteria are listed in order in the results, and are marked with a red circle in both windows.


Sponsored Link

Related posts

You may also like...

3 Responses

  1. Somehow reminded me of an almost forgotten feature of ‘less’ viewer. Ampersand followed by a regexp filters the file by the pattern.

  2. theColla says:

    (from http://glogg.bonnefon.org/installing.html)
    Repository:
    Short procedure to install:

    sudo add-apt-repository ppa:nickbnf/glogg
    sudo apt-get update
    sudo apt-get install glogg

  3. nikesh says:

    I would rather prefer to use less/grep and other file utilities.

Leave a Reply

Your email address will not be published.