topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Monday April 15, 2024, 11:25 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: JLog: Cool free (open source) generic remote log file management/watching  (Read 2933 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
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.