Have a suggestion?

Click here to suggest a blog item.

Newsletters Archive

Catch up with DonationCoder by browsing our past newsletters, which collect the most interesting discussions on our site: here.

Editorial Integrity

DonationCoder does not accept paid promotions. We have a strict policy of not accepting gifts of any kind in exchange for placing content in our blogs or newsletters, or on our forum. The content and recommendations you see on our site reflect our genuine personal interests and nothing more.


Latest News

July 2, 2024
Server Migrations Coming

  • Donationcoder server migration is slowly proceeding, expect some hiccups as we get all our ducks in a row..

July 19, 2022
Software Update

Jan 3, 2022
Event Results

May 13, 2020
Software Updates

Mar 24, 2020
Mini Newsletter

Dec 30, 2019
Software Updates

Jan 22, 2020
Software Updates

Jan 12, 2020
Newsletter

Jan 3, 2020
Event Results

Jan 2, 2020
Software Updates

Dec 30, 2019
Software Updates

April 27, 2019
Software Updates

Feb 26, 2019
Software Updates

Feb 23, 2019
Software Updates

Feb 14, 2019
Software Updates

Jan 6, 2019
Event Results

Dec 2, 2018
Software Updates

Nov 13, 2018
Software Releases

July 30, 2018
Software Updates

June 24, 2018
Software Updates

June 6, 2018
Software Updates

Apr 2, 2018
Fundraiser Celebration

Apr 2, 2018
Software Updates

Feb 24, 2018
Software Updates

Jan 14, 2018
Major Site News

Jan 10, 2018
Event Results

Latest Forum Posts

Our daily Blog

This page spotlights the most interesting posts collected from our forum every day.

You are viewing a specific blog item. Click here to return to the main blog page.

JLog: Cool free (open source) generic remote log file management/watching

Main Window.png
This isn't a tool for everyone, but server administrators might find it quite useful:

JLog is a powerfull tool that helps to manage multiple log files in a cluster environment. I developped it because I'm a technical expert of IBM WebSphere Portal and I have to check regulary more than 300 log files from a cluster (WebSphere SystemOut, SystemErr, WebSphere Portal, custom Application Log).

Without such a tool, it's impossible to have a global view of the messages in logs, you will allways miss something. It's impossible to look at all log files.

With Jlog, the log review task is much more faster and efficiant.
Functionalities

JLog can be used without any modification of the application. The only need is an ftp or sftp access to the log files. You don't have to customize your logs or change any configuration of your application.

JLog main goal is to download all the log files using ftp and then parse each one with the defined parser to collect information (exceptions or messages) and display the result of the parsing in a table. The table displays each messsage found and how many were found. If you click a line in the table a Detail Dialog appears and shows how many exceptions are found in each log file. If you double-click again in the detail dialog the corresponding log file is opened in the defined text editor to the message line for further analysis.

It can also compute statistics from data collected in the log file (for instance WebService average response time, min, mas, ...).

JLog supports natively GZip files (parsing and display in text editor).

Once the logs are downloaded, you can also search any String in the logs.

Another functionality is the export of the parsing result to a file that can be opened using Microsoft Excel or an Excel like application, or HTML. You can also merge all the export files to one file that will show the exception count daily in order to be able to analyse the log evolution in time.

JLog can also be automaticly executing with a command line. This helps to automate reports creation using crontabs in Solaris for instance.

http://jloganalyser2.sourceforge.net



Share on Facebook